#8A7550
A medium, muted orange closely aligning with Gray.
About #8A7550
At its core, #8A7550 is a medium and muted hue. It is closely associated with the named CSS color Gray. Its digital footprint relies on 138 parts red, 117 parts green, and 80 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 15% magenta, 42% yellow, and 46% black. With a hue angle of 38.3 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A7550
RGB138, 117, 80
HSL38.3°, 26.6%, 42.7%
CMYK0%, 15%, 42%, 46%
HSV38.3°, 42.0%, 54.1%
LAB50.3, 2.7, 23.4
XYZ18.3, 18.7, 10.2
Decimal9074000
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.43:1
Text on #FFFFFF
AA Large
4.74:1
Text on #000000
AA
4.23:1
Text on #F8FAFC
AA Large
4.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A7550;
}
.text-color {
color: #8A7550;
}
.border-color {
border: 2px solid #8A7550;
}