#928A75
A medium, muted orange closely aligning with Gray.
About #928A75
The hex code #928A75 represents a beautifully specific shade of orange. Its closest recognized web color is Gray. In the RGB color space, it consists of 146 red, 138 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 5% Magenta, 20% Yellow, and 43% Black. The HSL representation is 43.4° hue, 11.7% saturation, and 51.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#928A75
RGB146, 138, 117
HSL43.4°, 11.7%, 51.6%
CMYK0%, 5%, 20%, 43%
HSV43.4°, 19.9%, 57.3%
LAB57.6, -0.7, 12.3
XYZ24.2, 25.6, 20.5
Decimal9603701
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.43:1
Text on #FFFFFF
AA Large
6.11:1
Text on #000000
AA
3.28:1
Text on #F8FAFC
AA Large
5.20:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #928A75;
}
.text-color {
color: #928A75;
}
.border-color {
border: 2px solid #928A75;
}