Shades of Zanah #ADCCAA
Tints of Zanah #ADCCAA
RGB
CMYK
RGB Variations
Color information
#ADCCAA (or 0xADCCAA) is known color: Zanah. HEX triplet: AD, CC and AA. RGB value is (173,204,170). Sum of RGB (Red+Green+Blue) = 173+204+170=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCCAA is #523355. Grayscale: #BEBEBE. Windows color (decimal): -5387094 or 11193517. OLE color: 11193517.
HSL color Cylindrical-coordinate representation of color #ADCCAA: hue angle of 114.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADCCAA is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 170 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.2 |
| HSL | 114.71º | 0.25% | 0.73% | - |
| HSV(B) | 114.71º | 0.17% | 0.8% | - |
| XYZ | 46.08 | 54.97 | 46.21 | - |
| YUV | 190.86 | 116.23 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 170 | 0.15 | 0 | 0.17 | 0.2 | 114.71 | 0.25 | 0.73 |
| Hex | AD | CC | AA | F | 0 | 11 | 14 | 73 | 19 | 49 |
| Octal | 255 | 314 | 252 | 17 | 0 | 21 | 24 | 163 | 31 | 111 |
| Binary | 10101101 | 11001100 | 10101010 | 1111 | 0 | 10001 | 10100 | 1110011 | 11001 | 1001001 |
Color Harmonies of #ADCCAA
Complementary color
Monochromatic Colors of #ADCCAA
Black with #ADCCAA
Text Example
Text Example
White with #ADCCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCAA; }
p { color: rgb(173,204,170); }
H1.HeaderClassName
{
color: #ADCCAA;
}
.AnyTagClassName
{
color: #ADCCAA;
}
</style>
background-color css
<style>
a { background-color: #ADCCAA; }
a { background-color: rgb(173,204,170); }
div.DivClassName
{
background-color: #ADCCAA;
}
.BgClassName
{
background-color: #ADCCAA;
}
</style>
border-color css
<style>
span { border-color: #ADCCAA; }
span { border-color: rgb(173,204,170); }
td.TdClassName
{
border-color: #ADCCAA;
}
.TagClassName
{
border-color: #ADCCAA;
}
</style>