#A8756D
A medium, muted red closely aligning with Rosybrown.
About #A8756D
The precise color #A8756D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Rosybrown. This translates to an RGB value of rgb(168, 117, 109).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 30% magenta, 35% yellow, and 34% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A8756D
RGB168, 117, 109
HSL8.1°, 25.3%, 54.3%
CMYK0%, 30%, 35%, 34%
HSV8.1°, 35.1%, 65.9%
LAB54.2, 19.0, 12.5
XYZ25.3, 22.2, 17.4
Decimal11040109
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.87:1
Text on #FFFFFF
AA Large
5.43:1
Text on #000000
AA
3.70:1
Text on #F8FAFC
AA Large
4.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A8756D;
}
.text-color {
color: #A8756D;
}
.border-color {
border: 2px solid #A8756D;
}