Shades of Zanah #ADC8AA
Tints of Zanah #ADC8AA
RGB
CMYK
RGB Variations
Color information
#ADC8AA (or 0xADC8AA) is known color: Zanah. HEX triplet: AD, C8 and AA. RGB value is (173,200,170). Sum of RGB (Red+Green+Blue) = 173+200+170=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC8AA is #523755. Grayscale: #BCBCBC. Windows color (decimal): -5388118 or 11192493. OLE color: 11192493.
HSL color Cylindrical-coordinate representation of color #ADC8AA: hue angle of 114º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADC8AA is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 170 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.22 |
| HSL | 114º | 0.21% | 0.73% | - |
| HSV(B) | 114º | 0.15% | 0.78% | - |
| XYZ | 45.14 | 53.1 | 45.9 | - |
| YUV | 188.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 170 | 0.14 | 0 | 0.15 | 0.22 | 114 | 0.21 | 0.73 |
| Hex | AD | C8 | AA | E | 0 | F | 16 | 72 | 15 | 49 |
| Octal | 255 | 310 | 252 | 16 | 0 | 17 | 26 | 162 | 25 | 111 |
| Binary | 10101101 | 11001000 | 10101010 | 1110 | 0 | 1111 | 10110 | 1110010 | 10101 | 1001001 |
Color Harmonies of #ADC8AA
Complementary color
Monochromatic Colors of #ADC8AA
Black with #ADC8AA
Text Example
Text Example
White with #ADC8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8AA; }
p { color: rgb(173,200,170); }
H1.HeaderClassName
{
color: #ADC8AA;
}
.AnyTagClassName
{
color: #ADC8AA;
}
</style>
background-color css
<style>
a { background-color: #ADC8AA; }
a { background-color: rgb(173,200,170); }
div.DivClassName
{
background-color: #ADC8AA;
}
.BgClassName
{
background-color: #ADC8AA;
}
</style>
border-color css
<style>
span { border-color: #ADC8AA; }
span { border-color: rgb(173,200,170); }
td.TdClassName
{
border-color: #ADC8AA;
}
.TagClassName
{
border-color: #ADC8AA;
}
</style>