#A03A16
A dark, vivid orange closely aligning with Sienna.
About #A03A16
When working with digital screens, the color #A03A16 is rendered by mixing light. It is closely associated with the named CSS color Sienna. This translates to an RGB value of rgb(160, 58, 22).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 64% Magenta, 86% Yellow, and 37% Black. With a hue angle of 15.7 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A03A16
RGB160, 58, 22
HSL15.7°, 75.8%, 35.7%
CMYK0%, 64%, 86%, 37%
HSV15.7°, 86.2%, 62.7%
LAB38.8, 40.7, 42.2
XYZ16.2, 10.6, 1.9
Decimal10500630
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.75:1
Text on #FFFFFF
AA
3.11:1
Text on #000000
AA Large
6.45:1
Text on #F8FAFC
AA
2.65:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A03A16;
}
.text-color {
color: #A03A16;
}
.border-color {
border: 2px solid #A03A16;
}