Shades of Zanah #ADCCAB
Tints of Zanah #ADCCAB
RGB
CMYK
RGB Variations
Color information
#ADCCAB (or 0xADCCAB) is known color: Zanah. HEX triplet: AD, CC and AB. RGB value is (173,204,171). Sum of RGB (Red+Green+Blue) = 173+204+171=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCCAB is #523354. Grayscale: #BFBFBF. Windows color (decimal): -5387093 or 11259053. OLE color: 11259053.
HSL color Cylindrical-coordinate representation of color #ADCCAB: hue angle of 116.36º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCCAB is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 171 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.2 |
| HSL | 116.36º | 0.24% | 0.74% | - |
| HSV(B) | 116.36º | 0.16% | 0.8% | - |
| XYZ | 46.18 | 55.01 | 46.71 | - |
| YUV | 190.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 171 | 0.15 | 0 | 0.16 | 0.2 | 116.36 | 0.24 | 0.74 |
| Hex | AD | CC | AB | F | 0 | 10 | 14 | 74 | 18 | 4A |
| Octal | 255 | 314 | 253 | 17 | 0 | 20 | 24 | 164 | 30 | 112 |
| Binary | 10101101 | 11001100 | 10101011 | 1111 | 0 | 10000 | 10100 | 1110100 | 11000 | 1001010 |
Color Harmonies of #ADCCAB
Complementary color
Monochromatic Colors of #ADCCAB
Black with #ADCCAB
Text Example
Text Example
White with #ADCCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCAB; }
p { color: rgb(173,204,171); }
H1.HeaderClassName
{
color: #ADCCAB;
}
.AnyTagClassName
{
color: #ADCCAB;
}
</style>
background-color css
<style>
a { background-color: #ADCCAB; }
a { background-color: rgb(173,204,171); }
div.DivClassName
{
background-color: #ADCCAB;
}
.BgClassName
{
background-color: #ADCCAB;
}
</style>
border-color css
<style>
span { border-color: #ADCCAB; }
span { border-color: rgb(173,204,171); }
td.TdClassName
{
border-color: #ADCCAB;
}
.TagClassName
{
border-color: #ADCCAB;
}
</style>