HSL(11, 10%, 64%)
Grayish Red — Red color
Adjust Color
Color Information
Color Name
Grayish Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(11,10%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(11, 10%, 64%) | color: hsl(11, 10%, 64%) | |
| HEX | #AC9D9A | color: #AC9D9A | |
| RGB | rgb(172, 157, 154) | color: rgb(172, 157, 154) | |
| CMYK | cmyk(0%, 9%, 10%, 33%) | — | |
| HSV | hsv(10, 10%, 67%) | — | |
| HWB | hwb(10 60% 33%) | color: hwb(10 60% 33%) | |
| OKLCH | oklch(0.7081 0.0182 31.11) | color: oklch(0.7081 0.0182 31.11) | |
| Lab | lab(65.92 4.95 3.55) | color: lab(65.92 4.95 3.55) | |
| LCH | lch(65.92 6.09 35.65) | color: lch(65.92 6.09 35.65) |
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)
#A6A59B — rgb(166, 165, 155)
Deuteranopia (Green-blind)
#A6A89B — rgb(166, 168, 155)
Tritanopia (Blue-blind)
#AB9B9B — rgb(171, 155, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(11, 10%, 64%);
text
color: hsl(11, 10%, 64%);
border
border: 2px solid hsl(11, 10%, 64%);
gradient light
background: linear-gradient(to right, hsl(11, 10%, 84%), hsl(11, 10%, 64%));
gradient dark
background: linear-gradient(to right, hsl(11, 10%, 64%), hsl(11, 10%, 44%))
hex
background-color: #AC9D9A;
tailwind
bg-[hsl(11,10%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(11, 10%, 64%, 0.4);
css variable
--color-primary: hsl(11, 10%, 64%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(11, 10%, 64%)?
HEX: #AC9D9A | RGB: rgb(172, 157, 154) | CMYK: 0%, 9%, 10%, 33% | HSV: 10°, 10%, 67%. Copy any format from the conversion table above.
What colors go well with #AC9D9A?
The complementary color is HSL(191, 10%, 64%). For a triadic harmony, use hues 11°, 131°, and 251°. For analogous combinations, try hues 341° and 41°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(11, 10%, 64%) in CSS?
As HSL: color: hsl(11, 10%, 64%); — As HEX: color: #AC9D9A; — As RGB: color: rgb(172, 157, 154); — Tailwind CSS: bg-[hsl(11,10%,64%)] — CSS variable: --color-primary: hsl(11, 10%, 64%);