HSL(29, 10%, 64%)
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(29,10%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 10%, 64%) | color: hsl(29, 10%, 64%) | |
| HEX | #ACA39A | color: #ACA39A | |
| RGB | rgb(172, 163, 154) | color: rgb(172, 163, 154) | |
| CMYK | cmyk(0%, 5%, 10%, 33%) | — | |
| HSV | hsv(30, 10%, 67%) | — | |
| HWB | hwb(30 60% 33%) | color: hwb(30 60% 33%) | |
| OKLCH | oklch(0.7205 0.0166 67.56) | color: oklch(0.7205 0.0166 67.56) | |
| Lab | lab(67.5 1.66 5.83) | color: lab(67.5 1.66 5.83) | |
| LCH | lch(67.5 6.06 74.11) | color: lch(67.5 6.06 74.11) |
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)
#A8A89C — rgb(168, 168, 156)
Deuteranopia (Green-blind)
#A9A99D — rgb(169, 169, 157)
Tritanopia (Blue-blind)
#AC9E9E — rgb(172, 158, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 10%, 64%);
text
color: hsl(29, 10%, 64%);
border
border: 2px solid hsl(29, 10%, 64%);
gradient light
background: linear-gradient(to right, hsl(29, 10%, 84%), hsl(29, 10%, 64%));
gradient dark
background: linear-gradient(to right, hsl(29, 10%, 64%), hsl(29, 10%, 44%))
hex
background-color: #ACA39A;
tailwind
bg-[hsl(29,10%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 10%, 64%, 0.4);
css variable
--color-primary: hsl(29, 10%, 64%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 10%, 64%)?
HEX: #ACA39A | RGB: rgb(172, 163, 154) | CMYK: 0%, 5%, 10%, 33% | HSV: 30°, 10%, 67%. Copy any format from the conversion table above.
What colors go well with #ACA39A?
The complementary color is HSL(209, 10%, 64%). 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, 10%, 64%) in CSS?
As HSL: color: hsl(29, 10%, 64%); — As HEX: color: #ACA39A; — As RGB: color: rgb(172, 163, 154); — Tailwind CSS: bg-[hsl(29,10%,64%)] — CSS variable: --color-primary: hsl(29, 10%, 64%);