#99926D
A medium, muted yellow closely aligning with Tan.
About #99926D
At its core, #99926D is a medium and muted hue. If you're using CSS, you might find it aligns closely with Tan. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 146, and 109.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 5% magenta, 29% yellow, and 40% black. The HSL representation is 50.5° hue, 17.7% saturation, and 51.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99926D
RGB153, 146, 109
HSL50.5°, 17.7%, 51.4%
CMYK0%, 5%, 29%, 40%
HSV50.5°, 28.8%, 60.0%
LAB60.3, -3.5, 20.6
XYZ26.2, 28.4, 18.6
Decimal10064493
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.14:1
Text on #FFFFFF
AA Large
6.69:1
Text on #000000
AA
3.00:1
Text on #F8FAFC
AA Large
5.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #99926D;
}
.text-color {
color: #99926D;
}
.border-color {
border: 2px solid #99926D;
}