#A05F16
A dark, vivid orange closely aligning with Saddlebrown.
About #A05F16
At its core, #A05F16 is a dark and vivid hue. It is closely associated with the named CSS color Saddlebrown. In the RGB color space, it consists of 160 red, 95 green, and 22 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 41% magenta, 86% yellow, and 37% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A05F16
RGB160, 95, 22
HSL31.7°, 75.8%, 35.7%
CMYK0%, 41%, 86%, 37%
HSV31.7°, 86.2%, 62.7%
LAB46.6, 21.2, 48.9
XYZ18.7, 15.7, 2.8
Decimal10510102
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.07:1
Text on #FFFFFF
AA
4.14:1
Text on #000000
AA Large
4.84:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A05F16;
}
.text-color {
color: #A05F16;
}
.border-color {
border: 2px solid #A05F16;
}