HSL(29, 55%, 41%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,55%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 55%, 41%) | color: hsl(29, 55%, 41%) | |
| HEX | #A2672F | color: #A2672F | |
| RGB | rgb(162, 103, 47) | color: rgb(162, 103, 47) | |
| CMYK | cmyk(0%, 36%, 71%, 36%) | — | |
| HSV | hsv(29, 71%, 64%) | — | |
| HWB | hwb(29 19% 36%) | color: hwb(29 19% 36%) | |
| OKLCH | oklch(0.5671 0.1039 61.41) | color: oklch(0.5671 0.1039 61.41) | |
| Lab | lab(48.99 18.56 40.36) | color: lab(48.99 18.56 40.36) | |
| LCH | lch(48.99 44.42 65.3) | color: lch(48.99 44.42 65.3) |
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)
#88883D — rgb(136, 136, 61)
Deuteranopia (Green-blind)
#8C9040 — rgb(140, 144, 64)
Tritanopia (Blue-blind)
#9F474A — rgb(159, 71, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 55%, 41%);
text
color: hsl(29, 55%, 41%);
border
border: 2px solid hsl(29, 55%, 41%);
gradient light
background: linear-gradient(to right, hsl(29, 55%, 61%), hsl(29, 55%, 41%));
gradient dark
background: linear-gradient(to right, hsl(29, 55%, 41%), hsl(29, 55%, 21%))
hex
background-color: #A2672F;
tailwind
bg-[hsl(29,55%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 55%, 41%, 0.4);
css variable
--color-primary: hsl(29, 55%, 41%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 55%, 41%)?
HEX: #A2672F | RGB: rgb(162, 103, 47) | CMYK: 0%, 36%, 71%, 36% | HSV: 29°, 71%, 64%. Copy any format from the conversion table above.
What colors go well with #A2672F?
The complementary color is HSL(209, 55%, 41%). For a triadic harmony, use hues 29°, 149°, and 269°. For analogous combinations, try hues 359° and 59°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(29, 55%, 41%) in CSS?
As HSL: color: hsl(29, 55%, 41%); — As HEX: color: #A2672F; — As RGB: color: rgb(162, 103, 47); — Tailwind CSS: bg-[hsl(29,55%,41%)] — CSS variable: --color-primary: hsl(29, 55%, 41%);