HSL(41, 46%, 44%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,46%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 46%, 44%) | color: hsl(41, 46%, 44%) | |
| HEX | #A4833D | color: #A4833D | |
| RGB | rgb(164, 131, 61) | color: rgb(164, 131, 61) | |
| CMYK | cmyk(0%, 20%, 63%, 36%) | — | |
| HSV | hsv(41, 63%, 64%) | — | |
| HWB | hwb(41 24% 36%) | color: hwb(41 24% 36%) | |
| OKLCH | oklch(0.6271 0.0971 83.96) | color: oklch(0.6271 0.0971 83.96) | |
| Lab | lab(56.55 4.5 41.82) | color: lab(56.55 4.5 41.82) | |
| LCH | lch(56.55 42.06 83.86) | color: lch(56.55 42.06 83.86) |
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)
#96954E — rgb(150, 149, 78)
Deuteranopia (Green-blind)
#989A52 — rgb(152, 154, 82)
Tritanopia (Blue-blind)
#A25B5E — rgb(162, 91, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 46%, 44%);
text
color: hsl(41, 46%, 44%);
border
border: 2px solid hsl(41, 46%, 44%);
gradient light
background: linear-gradient(to right, hsl(41, 46%, 64%), hsl(41, 46%, 44%));
gradient dark
background: linear-gradient(to right, hsl(41, 46%, 44%), hsl(41, 46%, 24%))
hex
background-color: #A4833D;
tailwind
bg-[hsl(41,46%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 46%, 44%, 0.4);
css variable
--color-primary: hsl(41, 46%, 44%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 46%, 44%)?
HEX: #A4833D | RGB: rgb(164, 131, 61) | CMYK: 0%, 20%, 63%, 36% | HSV: 41°, 63%, 64%. Copy any format from the conversion table above.
What colors go well with #A4833D?
The complementary color is HSL(221, 46%, 44%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 46%, 44%) in CSS?
As HSL: color: hsl(41, 46%, 44%); — As HEX: color: #A4833D; — As RGB: color: rgb(164, 131, 61); — Tailwind CSS: bg-[hsl(41,46%,44%)] — CSS variable: --color-primary: hsl(41, 46%, 44%);