HSL(19, 50%, 43%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(19,50%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(19, 50%, 43%) | color: hsl(19, 50%, 43%) | |
| HEX | #A45A37 | color: #A45A37 | |
| RGB | rgb(164, 90, 55) | color: rgb(164, 90, 55) | |
| CMYK | cmyk(0%, 45%, 66%, 36%) | — | |
| HSV | hsv(19, 66%, 64%) | — | |
| HWB | hwb(19 22% 36%) | color: hwb(19 22% 36%) | |
| OKLCH | oklch(0.5471 0.1088 45.04) | color: oklch(0.5471 0.1088 45.04) | |
| Lab | lab(46.29 27.2 33.16) | color: lab(46.29 27.2 33.16) | |
| LCH | lch(46.29 42.89 50.64) | color: lch(46.29 42.89 50.64) |
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)
#84833F — rgb(132, 131, 63)
Deuteranopia (Green-blind)
#888E42 — rgb(136, 142, 66)
Tritanopia (Blue-blind)
#A04648 — rgb(160, 70, 72)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(19, 50%, 43%);
text
color: hsl(19, 50%, 43%);
border
border: 2px solid hsl(19, 50%, 43%);
gradient light
background: linear-gradient(to right, hsl(19, 50%, 63%), hsl(19, 50%, 43%));
gradient dark
background: linear-gradient(to right, hsl(19, 50%, 43%), hsl(19, 50%, 23%))
hex
background-color: #A45A37;
tailwind
bg-[hsl(19,50%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(19, 50%, 43%, 0.4);
css variable
--color-primary: hsl(19, 50%, 43%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(19, 50%, 43%)?
HEX: #A45A37 | RGB: rgb(164, 90, 55) | CMYK: 0%, 45%, 66%, 36% | HSV: 19°, 66%, 64%. Copy any format from the conversion table above.
What colors go well with #A45A37?
The complementary color is HSL(199, 50%, 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, 50%, 43%) in CSS?
As HSL: color: hsl(19, 50%, 43%); — As HEX: color: #A45A37; — As RGB: color: rgb(164, 90, 55); — Tailwind CSS: bg-[hsl(19,50%,43%)] — CSS variable: --color-primary: hsl(19, 50%, 43%);