#A06D50
A medium, moderate orange closely aligning with Sienna.
About #A06D50
The hex code #A06D50 represents a beautifully specific shade of orange. Designers often compare it to the standard color Sienna. In the RGB color space, it consists of 160 red, 109 green, and 80 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 32% Magenta, 50% Yellow, and 37% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A06D50
RGB160, 109, 80
HSL21.7°, 33.3%, 47.1%
CMYK0%, 32%, 50%, 37%
HSV21.7°, 50.0%, 62.7%
LAB50.7, 16.8, 24.3
XYZ21.4, 19.0, 10.1
Decimal10513744
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.38:1
Text on #FFFFFF
AA Large
4.80:1
Text on #000000
AA
4.18:1
Text on #F8FAFC
AA Large
4.08:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A06D50;
}
.text-color {
color: #A06D50;
}
.border-color {
border: 2px solid #A06D50;
}