#A05F3A
A medium, moderate orange closely aligning with Sienna.
About #A05F3A
When working with digital screens, the color #A05F3A is rendered by mixing light. If you're using CSS, you might find it aligns closely with Sienna. In the RGB color space, it consists of 160 red, 95 green, and 58 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 41% Magenta, 64% Yellow, and 37% Black. With a hue angle of 21.8 degrees, it sits comfortably in the orange spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A05F3A
RGB160, 95, 58
HSL21.8°, 46.8%, 42.7%
CMYK0%, 41%, 64%, 37%
HSV21.8°, 63.8%, 62.7%
LAB46.9, 22.9, 32.1
XYZ19.4, 16.0, 6.1
Decimal10510138
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.01:1
Text on #FFFFFF
AA
4.19:1
Text on #000000
AA Large
4.79:1
Text on #F8FAFC
AA
3.56:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A05F3A;
}
.text-color {
color: #A05F3A;
}
.border-color {
border: 2px solid #A05F3A;
}