HSL(29, 50%, 43%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(29,50%,43%)]

Color Conversions

Format Value CSS Usage
HSL hsl(29, 50%, 43%) color: hsl(29, 50%, 43%)
HEX #A46C37 color: #A46C37
RGB rgb(164, 108, 55) color: rgb(164, 108, 55)
CMYK cmyk(0%, 34%, 66%, 36%)
HSV hsv(29, 66%, 64%)
HWB hwb(29 22% 36%) color: hwb(29 22% 36%)
OKLCH oklch(0.5801 0.0992 62.09) color: oklch(0.5801 0.0992 62.09)
Lab lab(50.56 17.09 38.09) color: lab(50.56 17.09 38.09)
LCH lch(50.56 41.75 65.84) color: lch(50.56 41.75 65.84)

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 4.39:1
vs Black 4.78:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#8C8B44 — rgb(140, 139, 68)

Deuteranopia (Green-blind)

#8F9347 — rgb(143, 147, 71)

Tritanopia (Blue-blind)

#A14E50 — rgb(161, 78, 80)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(29, 50%, 43%);

text

color: hsl(29, 50%, 43%);

border

border: 2px solid hsl(29, 50%, 43%);

gradient light

background: linear-gradient(to right, hsl(29, 50%, 63%), hsl(29, 50%, 43%));

gradient dark

background: linear-gradient(to right, hsl(29, 50%, 43%), hsl(29, 50%, 23%))

hex

background-color: #A46C37;

tailwind

bg-[hsl(29,50%,43%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(29, 50%, 43%, 0.4);

css variable

--color-primary: hsl(29, 50%, 43%);

Related Colors

Use Cases for 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(29, 50%, 43%)?

HEX: #A46C37 | RGB: rgb(164, 108, 55) | CMYK: 0%, 34%, 66%, 36% | HSV: 29°, 66%, 64%. Copy any format from the conversion table above.

What colors go well with #A46C37?

The complementary color is HSL(209, 50%, 43%). For a triadic harmony, use hues 29°, 149°, and 269°. For analogous combinations, try hues 359° and 59°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(29, 50%, 43%) in CSS?

As HSL: color: hsl(29, 50%, 43%); — As HEX: color: #A46C37; — As RGB: color: rgb(164, 108, 55); — Tailwind CSS: bg-[hsl(29,50%,43%)] — CSS variable: --color-primary: hsl(29, 50%, 43%);