HSL(9, 29%, 51%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(9,29%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 29%, 51%) | color: hsl(9, 29%, 51%) | |
| HEX | #A6695E | color: #A6695E | |
| RGB | rgb(166, 105, 94) | color: rgb(166, 105, 94) | |
| CMYK | cmyk(0%, 37%, 43%, 35%) | — | |
| HSV | hsv(9, 43%, 65%) | — | |
| HWB | hwb(9 37% 35%) | color: hwb(9 37% 35%) | |
| OKLCH | oklch(0.5838 0.0809 30.79) | color: oklch(0.5838 0.0809 30.79) | |
| Lab | lab(50.71 23.12 16.39) | color: lab(50.71 23.12 16.39) | |
| LCH | lch(50.71 28.34 35.33) | color: lch(50.71 28.34 35.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)
#8C8B61 — rgb(140, 139, 97)
Deuteranopia (Green-blind)
#8F9461 — rgb(143, 148, 97)
Tritanopia (Blue-blind)
#A36363 — rgb(163, 99, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 29%, 51%);
text
color: hsl(9, 29%, 51%);
border
border: 2px solid hsl(9, 29%, 51%);
gradient light
background: linear-gradient(to right, hsl(9, 29%, 71%), hsl(9, 29%, 51%));
gradient dark
background: linear-gradient(to right, hsl(9, 29%, 51%), hsl(9, 29%, 31%))
hex
background-color: #A6695E;
tailwind
bg-[hsl(9,29%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 29%, 51%, 0.4);
css variable
--color-primary: hsl(9, 29%, 51%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(9, 29%, 51%)?
HEX: #A6695E | RGB: rgb(166, 105, 94) | CMYK: 0%, 37%, 43%, 35% | HSV: 9°, 43%, 65%. Copy any format from the conversion table above.
What colors go well with #A6695E?
The complementary color is HSL(189, 29%, 51%). For a triadic harmony, use hues 9°, 129°, and 249°. For analogous combinations, try hues 339° and 39°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(9, 29%, 51%) in CSS?
As HSL: color: hsl(9, 29%, 51%); — As HEX: color: #A6695E; — As RGB: color: rgb(166, 105, 94); — Tailwind CSS: bg-[hsl(9,29%,51%)] — CSS variable: --color-primary: hsl(9, 29%, 51%);