HSL(33, 29%, 49%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(33,29%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 29%, 49%) | color: hsl(33, 29%, 49%) | |
| HEX | #A18159 | color: #A18159 | |
| RGB | rgb(161, 129, 89) | color: rgb(161, 129, 89) | |
| CMYK | cmyk(0%, 20%, 45%, 37%) | — | |
| HSV | hsv(33, 45%, 63%) | — | |
| HWB | hwb(33 35% 37%) | color: hwb(33 35% 37%) | |
| OKLCH | oklch(0.624 0.0679 72.28) | color: oklch(0.624 0.0679 72.28) | |
| Lab | lab(56.09 6.84 26.32) | color: lab(56.09 6.84 26.32) | |
| LCH | lch(56.09 27.19 75.43) | color: lch(56.09 27.19 75.43) |
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)
#939363 — rgb(147, 147, 99)
Deuteranopia (Green-blind)
#959765 — rgb(149, 151, 101)
Tritanopia (Blue-blind)
#9F6A6C — rgb(159, 106, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 29%, 49%);
text
color: hsl(33, 29%, 49%);
border
border: 2px solid hsl(33, 29%, 49%);
gradient light
background: linear-gradient(to right, hsl(33, 29%, 69%), hsl(33, 29%, 49%));
gradient dark
background: linear-gradient(to right, hsl(33, 29%, 49%), hsl(33, 29%, 29%))
hex
background-color: #A18159;
tailwind
bg-[hsl(33,29%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 29%, 49%, 0.4);
css variable
--color-primary: hsl(33, 29%, 49%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 29%, 49%)?
HEX: #A18159 | RGB: rgb(161, 129, 89) | CMYK: 0%, 20%, 45%, 37% | HSV: 33°, 45%, 63%. Copy any format from the conversion table above.
What colors go well with #A18159?
The complementary color is HSL(213, 29%, 49%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(33, 29%, 49%) in CSS?
As HSL: color: hsl(33, 29%, 49%); — As HEX: color: #A18159; — As RGB: color: rgb(161, 129, 89); — Tailwind CSS: bg-[hsl(33,29%,49%)] — CSS variable: --color-primary: hsl(33, 29%, 49%);