#A8501D
A dark, vivid orange closely aligning with Sienna.
About #A8501D
At its core, #A8501D is a dark and vivid hue. It is closely associated with the named CSS color Sienna. In the RGB color space, it consists of 168 red, 80 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 52% magenta inks. The HSL representation is 22.0° hue, 70.6% saturation, and 38.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#A8501D
RGB168, 80, 29
HSL22.0°, 70.6%, 38.6%
CMYK0%, 52%, 83%, 34%
HSV22.0°, 82.7%, 65.9%
LAB44.4, 33.0, 44.6
XYZ19.2, 14.2, 2.9
Decimal11030557
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.48:1
Text on #FFFFFF
AA
3.83:1
Text on #000000
AA Large
5.24:1
Text on #F8FAFC
AA
3.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A8501D;
}
.text-color {
color: #A8501D;
}
.border-color {
border: 2px solid #A8501D;
}