HSL(16, 10%, 60%)

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(16,10%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(16, 10%, 60%) color: hsl(16, 10%, 60%)
HEX #A3948F color: #A3948F
RGB rgb(163, 148, 143) color: rgb(163, 148, 143)
CMYK cmyk(0%, 9%, 12%, 36%)
HSV hsv(15, 12%, 64%)
HWB hwb(15 56% 36%) color: hwb(15 56% 36%)
OKLCH oklch(0.6782 0.0194 39.35) color: oklch(0.6782 0.0194 39.35)
Lab lab(62.47 4.67 4.65) color: lab(62.47 4.67 4.65)
LCH lch(62.47 6.59 44.88) color: lch(62.47 6.59 44.88)

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.92:1
vs Black 7.19: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)

#9D9C90 — rgb(157, 156, 144)

Deuteranopia (Green-blind)

#9D9F91 — rgb(157, 159, 145)

Tritanopia (Blue-blind)

#A29191 — rgb(162, 145, 145)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(16, 10%, 60%);

text

color: hsl(16, 10%, 60%);

border

border: 2px solid hsl(16, 10%, 60%);

gradient light

background: linear-gradient(to right, hsl(16, 10%, 80%), hsl(16, 10%, 60%));

gradient dark

background: linear-gradient(to right, hsl(16, 10%, 60%), hsl(16, 10%, 40%))

hex

background-color: #A3948F;

tailwind

bg-[hsl(16,10%,60%)]

box shadow

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

css variable

--color-primary: hsl(16, 10%, 60%);

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(16, 10%, 60%)?

HEX: #A3948F | RGB: rgb(163, 148, 143) | CMYK: 0%, 9%, 12%, 36% | HSV: 15°, 12%, 64%. Copy any format from the conversion table above.

What colors go well with #A3948F?

The complementary color is HSL(196, 10%, 60%). For a triadic harmony, use hues 16°, 136°, and 256°. For analogous combinations, try hues 346° and 46°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(16, 10%, 60%) in CSS?

As HSL: color: hsl(16, 10%, 60%); — As HEX: color: #A3948F; — As RGB: color: rgb(163, 148, 143); — Tailwind CSS: bg-[hsl(16,10%,60%)] — CSS variable: --color-primary: hsl(16, 10%, 60%);