HSL(19, 42%, 47%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(19,42%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(19, 42%, 47%) | color: hsl(19, 42%, 47%) | |
| HEX | #AA6546 | color: #AA6546 | |
| RGB | rgb(170, 101, 70) | color: rgb(170, 101, 70) | |
| CMYK | cmyk(0%, 41%, 59%, 33%) | — | |
| HSV | hsv(19, 59%, 67%) | — | |
| HWB | hwb(19 27% 33%) | color: hwb(19 27% 33%) | |
| OKLCH | oklch(0.577 0.0998 44.51) | color: oklch(0.577 0.0998 44.51) | |
| Lab | lab(49.86 24.7 29.26) | color: lab(49.86 24.7 29.26) | |
| LCH | lch(49.86 38.29 49.83) | color: lch(49.86 38.29 49.83) |
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)
#8C8C4E — rgb(140, 140, 78)
Deuteranopia (Green-blind)
#90954F — rgb(144, 149, 79)
Tritanopia (Blue-blind)
#A75355 — rgb(167, 83, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(19, 42%, 47%);
text
color: hsl(19, 42%, 47%);
border
border: 2px solid hsl(19, 42%, 47%);
gradient light
background: linear-gradient(to right, hsl(19, 42%, 67%), hsl(19, 42%, 47%));
gradient dark
background: linear-gradient(to right, hsl(19, 42%, 47%), hsl(19, 42%, 27%))
hex
background-color: #AA6546;
tailwind
bg-[hsl(19,42%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(19, 42%, 47%, 0.4);
css variable
--color-primary: hsl(19, 42%, 47%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(19, 42%, 47%)?
HEX: #AA6546 | RGB: rgb(170, 101, 70) | CMYK: 0%, 41%, 59%, 33% | HSV: 19°, 59%, 67%. Copy any format from the conversion table above.
What colors go well with #AA6546?
The complementary color is HSL(199, 42%, 47%). For a triadic harmony, use hues 19°, 139°, and 259°. For analogous combinations, try hues 349° and 49°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(19, 42%, 47%) in CSS?
As HSL: color: hsl(19, 42%, 47%); — As HEX: color: #AA6546; — As RGB: color: rgb(170, 101, 70); — Tailwind CSS: bg-[hsl(19,42%,47%)] — CSS variable: --color-primary: hsl(19, 42%, 47%);