Shades of Zanah #ADC9AA
Tints of Zanah #ADC9AA
RGB
CMYK
RGB Variations
Color information
#ADC9AA (or 0xADC9AA) is known color: Zanah. HEX triplet: AD, C9 and AA. RGB value is (173,201,170). Sum of RGB (Red+Green+Blue) = 173+201+170=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC9AA is #523655. Grayscale: #BDBDBD. Windows color (decimal): -5387862 or 11192749. OLE color: 11192749.
HSL color Cylindrical-coordinate representation of color #ADC9AA: hue angle of 114.19º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADC9AA is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 170 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.21 |
| HSL | 114.19º | 0.22% | 0.73% | - |
| HSV(B) | 114.19º | 0.15% | 0.79% | - |
| XYZ | 45.38 | 53.56 | 45.98 | - |
| YUV | 189.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 170 | 0.14 | 0 | 0.15 | 0.21 | 114.19 | 0.22 | 0.73 |
| Hex | AD | C9 | AA | E | 0 | F | 15 | 72 | 16 | 49 |
| Octal | 255 | 311 | 252 | 16 | 0 | 17 | 25 | 162 | 26 | 111 |
| Binary | 10101101 | 11001001 | 10101010 | 1110 | 0 | 1111 | 10101 | 1110010 | 10110 | 1001001 |
Color Harmonies of #ADC9AA
Complementary color
Monochromatic Colors of #ADC9AA
Black with #ADC9AA
Text Example
Text Example
White with #ADC9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9AA; }
p { color: rgb(173,201,170); }
H1.HeaderClassName
{
color: #ADC9AA;
}
.AnyTagClassName
{
color: #ADC9AA;
}
</style>
background-color css
<style>
a { background-color: #ADC9AA; }
a { background-color: rgb(173,201,170); }
div.DivClassName
{
background-color: #ADC9AA;
}
.BgClassName
{
background-color: #ADC9AA;
}
</style>
border-color css
<style>
span { border-color: #ADC9AA; }
span { border-color: rgb(173,201,170); }
td.TdClassName
{
border-color: #ADC9AA;
}
.TagClassName
{
border-color: #ADC9AA;
}
</style>