HSL(10, 32%, 53%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(10,32%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(10, 32%, 53%) | color: hsl(10, 32%, 53%) | |
| HEX | #AE6E61 | color: #AE6E61 | |
| RGB | rgb(174, 110, 97) | color: rgb(174, 110, 97) | |
| CMYK | cmyk(0%, 37%, 44%, 32%) | — | |
| HSV | hsv(10, 44%, 68%) | — | |
| HWB | hwb(10 38% 32%) | color: hwb(10 38% 32%) | |
| OKLCH | oklch(0.6036 0.0847 32.12) | color: oklch(0.6036 0.0847 32.12) | |
| Lab | lab(52.97 23.9 17.87) | color: lab(52.97 23.9 17.87) | |
| LCH | lch(52.97 29.84 36.79) | color: lch(52.97 29.84 36.79) |
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)
#929264 — rgb(146, 146, 100)
Deuteranopia (Green-blind)
#969B65 — rgb(150, 155, 101)
Tritanopia (Blue-blind)
#AB6767 — rgb(171, 103, 103)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(10, 32%, 53%);
text
color: hsl(10, 32%, 53%);
border
border: 2px solid hsl(10, 32%, 53%);
gradient light
background: linear-gradient(to right, hsl(10, 32%, 73%), hsl(10, 32%, 53%));
gradient dark
background: linear-gradient(to right, hsl(10, 32%, 53%), hsl(10, 32%, 33%))
hex
background-color: #AE6E61;
tailwind
bg-[hsl(10,32%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(10, 32%, 53%, 0.4);
css variable
--color-primary: hsl(10, 32%, 53%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(10, 32%, 53%)?
HEX: #AE6E61 | RGB: rgb(174, 110, 97) | CMYK: 0%, 37%, 44%, 32% | HSV: 10°, 44%, 68%. Copy any format from the conversion table above.
What colors go well with #AE6E61?
The complementary color is HSL(190, 32%, 53%). For a triadic harmony, use hues 10°, 130°, and 250°. For analogous combinations, try hues 340° and 40°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(10, 32%, 53%) in CSS?
As HSL: color: hsl(10, 32%, 53%); — As HEX: color: #AE6E61; — As RGB: color: rgb(174, 110, 97); — Tailwind CSS: bg-[hsl(10,32%,53%)] — CSS variable: --color-primary: hsl(10, 32%, 53%);