HSL(44, 50%, 43%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(44,50%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 50%, 43%) | color: hsl(44, 50%, 43%) | |
| HEX | #A48737 | color: #A48737 | |
| RGB | rgb(164, 135, 55) | color: rgb(164, 135, 55) | |
| CMYK | cmyk(0%, 18%, 66%, 36%) | — | |
| HSV | hsv(44, 66%, 64%) | — | |
| HWB | hwb(44 22% 36%) | color: hwb(44 22% 36%) | |
| OKLCH | oklch(0.6349 0.1042 89.03) | color: oklch(0.6349 0.1042 89.03) | |
| Lab | lab(57.56 1.86 45.81) | color: lab(57.56 1.86 45.81) | |
| LCH | lch(57.56 45.85 87.67) | color: lch(57.56 45.85 87.67) |
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)
#97974A — rgb(151, 151, 74)
Deuteranopia (Green-blind)
#999B4F — rgb(153, 155, 79)
Tritanopia (Blue-blind)
#A35A5D — rgb(163, 90, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 50%, 43%);
text
color: hsl(44, 50%, 43%);
border
border: 2px solid hsl(44, 50%, 43%);
gradient light
background: linear-gradient(to right, hsl(44, 50%, 63%), hsl(44, 50%, 43%));
gradient dark
background: linear-gradient(to right, hsl(44, 50%, 43%), hsl(44, 50%, 23%))
hex
background-color: #A48737;
tailwind
bg-[hsl(44,50%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 50%, 43%, 0.4);
css variable
--color-primary: hsl(44, 50%, 43%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 50%, 43%)?
HEX: #A48737 | RGB: rgb(164, 135, 55) | CMYK: 0%, 18%, 66%, 36% | HSV: 44°, 66%, 64%. Copy any format from the conversion table above.
What colors go well with #A48737?
The complementary color is HSL(224, 50%, 43%). For a triadic harmony, use hues 44°, 164°, and 284°. For analogous combinations, try hues 14° and 74°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(44, 50%, 43%) in CSS?
As HSL: color: hsl(44, 50%, 43%); — As HEX: color: #A48737; — As RGB: color: rgb(164, 135, 55); — Tailwind CSS: bg-[hsl(44,50%,43%)] — CSS variable: --color-primary: hsl(44, 50%, 43%);