#A05716
A dark, vivid orange closely aligning with Saddlebrown.
About #A05716
Visually, #A05716 is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Saddlebrown. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 87, and 22.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 46% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A05716
RGB160, 87, 22
HSL28.3°, 75.8%, 35.7%
CMYK0%, 46%, 86%, 37%
HSV28.3°, 86.2%, 62.7%
LAB44.7, 25.6, 47.3
XYZ18.1, 14.3, 2.6
Decimal10508054
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.43:1
Text on #FFFFFF
AA
3.87:1
Text on #000000
AA Large
5.19:1
Text on #F8FAFC
AA
3.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A05716;
}
.text-color {
color: #A05716;
}
.border-color {
border: 2px solid #A05716;
}