HSL(29, 30%, 55%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,30%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 30%, 55%) | color: hsl(29, 30%, 55%) | |
| HEX | #AF8B6A | color: #AF8B6A | |
| RGB | rgb(175, 139, 106) | color: rgb(175, 139, 106) | |
| CMYK | cmyk(0%, 21%, 39%, 31%) | — | |
| HSV | hsv(29, 39%, 69%) | — | |
| HWB | hwb(29 42% 31%) | color: hwb(29 42% 31%) | |
| OKLCH | oklch(0.6624 0.0636 63.89) | color: oklch(0.6624 0.0636 63.89) | |
| Lab | lab(60.45 9.08 22.85) | color: lab(60.45 9.08 22.85) | |
| LCH | lch(60.45 24.59 68.33) | color: lch(60.45 24.59 68.33) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#9F9F72 — rgb(159, 159, 114)
Deuteranopia (Green-blind)
#A2A474 — rgb(162, 164, 116)
Tritanopia (Blue-blind)
#AD787A — rgb(173, 120, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 30%, 55%);
text
color: hsl(29, 30%, 55%);
border
border: 2px solid hsl(29, 30%, 55%);
gradient light
background: linear-gradient(to right, hsl(29, 30%, 75%), hsl(29, 30%, 55%));
gradient dark
background: linear-gradient(to right, hsl(29, 30%, 55%), hsl(29, 30%, 35%))
hex
background-color: #AF8B6A;
tailwind
bg-[hsl(29,30%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 30%, 55%, 0.4);
css variable
--color-primary: hsl(29, 30%, 55%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 30%, 55%)?
HEX: #AF8B6A | RGB: rgb(175, 139, 106) | CMYK: 0%, 21%, 39%, 31% | HSV: 29°, 39%, 69%. Copy any format from the conversion table above.
What colors go well with #AF8B6A?
The complementary color is HSL(209, 30%, 55%). 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, 30%, 55%) in CSS?
As HSL: color: hsl(29, 30%, 55%); — As HEX: color: #AF8B6A; — As RGB: color: rgb(175, 139, 106); — Tailwind CSS: bg-[hsl(29,30%,55%)] — CSS variable: --color-primary: hsl(29, 30%, 55%);