HSL(19, 60%, 43%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(19,60%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(19, 60%, 43%) | color: hsl(19, 60%, 43%) | |
| HEX | #AF562C | color: #AF562C | |
| RGB | rgb(175, 86, 44) | color: rgb(175, 86, 44) | |
| CMYK | cmyk(0%, 51%, 75%, 31%) | — | |
| HSV | hsv(19, 75%, 69%) | — | |
| HWB | hwb(19 17% 31%) | color: hwb(19 17% 31%) | |
| OKLCH | oklch(0.5548 0.1288 44.1) | color: oklch(0.5548 0.1288 44.1) | |
| Lab | lab(46.91 33.3 40.2) | color: lab(46.91 33.3 40.2) | |
| LCH | lch(46.91 52.2 50.36) | color: lch(46.91 52.2 50.36) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#888836 — rgb(136, 136, 54)
Deuteranopia (Green-blind)
#8E9439 — rgb(142, 148, 57)
Tritanopia (Blue-blind)
#AB3E40 — rgb(171, 62, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(19, 60%, 43%);
text
color: hsl(19, 60%, 43%);
border
border: 2px solid hsl(19, 60%, 43%);
gradient light
background: linear-gradient(to right, hsl(19, 60%, 63%), hsl(19, 60%, 43%));
gradient dark
background: linear-gradient(to right, hsl(19, 60%, 43%), hsl(19, 60%, 23%))
hex
background-color: #AF562C;
tailwind
bg-[hsl(19,60%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(19, 60%, 43%, 0.4);
css variable
--color-primary: hsl(19, 60%, 43%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(19, 60%, 43%)?
HEX: #AF562C | RGB: rgb(175, 86, 44) | CMYK: 0%, 51%, 75%, 31% | HSV: 19°, 75%, 69%. Copy any format from the conversion table above.
What colors go well with #AF562C?
The complementary color is HSL(199, 60%, 43%). 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, 60%, 43%) in CSS?
As HSL: color: hsl(19, 60%, 43%); — As HEX: color: #AF562C; — As RGB: color: rgb(175, 86, 44); — Tailwind CSS: bg-[hsl(19,60%,43%)] — CSS variable: --color-primary: hsl(19, 60%, 43%);