HSL(19, 10%, 59%)

Grayish Orange — Orange color

Adjust Color

Color Information

Color Name

Grayish Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(19,10%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(19, 10%, 59%) color: hsl(19, 10%, 59%)
HEX #A1938C color: #A1938C
RGB rgb(161, 147, 140) color: rgb(161, 147, 140)
CMYK cmyk(0%, 9%, 13%, 37%)
HSV hsv(20, 13%, 63%)
HWB hwb(20 55% 37%) color: hwb(20 55% 37%)
OKLCH oklch(0.6734 0.0196 48.41) color: oklch(0.6734 0.0196 48.41)
Lab lab(61.95 3.95 5.58) color: lab(61.95 3.95 5.58)
LCH lch(61.95 6.84 54.71) color: lch(61.95 6.84 54.71)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 2.97:1
vs Black 7.07:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#9B9B8E — rgb(155, 155, 142)

Deuteranopia (Green-blind)

#9C9D8E — rgb(156, 157, 142)

Tritanopia (Blue-blind)

#A08F8F — rgb(160, 143, 143)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(19, 10%, 59%);

text

color: hsl(19, 10%, 59%);

border

border: 2px solid hsl(19, 10%, 59%);

gradient light

background: linear-gradient(to right, hsl(19, 10%, 79%), hsl(19, 10%, 59%));

gradient dark

background: linear-gradient(to right, hsl(19, 10%, 59%), hsl(19, 10%, 39%))

hex

background-color: #A1938C;

tailwind

bg-[hsl(19,10%,59%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(19, 10%, 59%, 0.4);

css variable

--color-primary: hsl(19, 10%, 59%);

Related Colors

Use Cases for Grayish Orange

E-commerce CTAs Food & beverage branding Energetic UI elements Sale tags Sunset themes

Frequently Asked Questions

What are all the color codes for HSL(19, 10%, 59%)?

HEX: #A1938C | RGB: rgb(161, 147, 140) | CMYK: 0%, 9%, 13%, 37% | HSV: 20°, 13%, 63%. Copy any format from the conversion table above.

What colors go well with #A1938C?

The complementary color is HSL(199, 10%, 59%). For a triadic harmony, use hues 19°, 139°, and 259°. For analogous combinations, try hues 349° and 49°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(19, 10%, 59%) in CSS?

As HSL: color: hsl(19, 10%, 59%); — As HEX: color: #A1938C; — As RGB: color: rgb(161, 147, 140); — Tailwind CSS: bg-[hsl(19,10%,59%)] — CSS variable: --color-primary: hsl(19, 10%, 59%);