#A07C66
A medium, muted orange closely aligning with Rosybrown.
About #A07C66
At its core, #A07C66 is a medium and muted hue. It is closely associated with the named CSS color Rosybrown. This translates to an RGB value of rgb(160, 124, 102).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 22% magenta, 36% yellow, and 37% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 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#A07C66
RGB160, 124, 102
HSL22.8°, 23.4%, 51.4%
CMYK0%, 22%, 36%, 37%
HSV22.8°, 36.2%, 62.7%
LAB54.9, 10.8, 17.4
XYZ24.1, 22.8, 15.7
Decimal10517606
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.77:1
Text on #FFFFFF
AA Large
5.57:1
Text on #000000
AA
3.60:1
Text on #F8FAFC
AA Large
4.73:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A07C66;
}
.text-color {
color: #A07C66;
}
.border-color {
border: 2px solid #A07C66;
}