Shades of Zanah #ADCCAF
Tints of Zanah #ADCCAF
RGB
CMYK
RGB Variations
Color information
#ADCCAF (or 0xADCCAF) is known color: Zanah. HEX triplet: AD, CC and AF. RGB value is (173,204,175). Sum of RGB (Red+Green+Blue) = 173+204+175=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCCAF is #523350. Grayscale: #BFBFBF. Windows color (decimal): -5387089 or 11521197. OLE color: 11521197.
HSL color Cylindrical-coordinate representation of color #ADCCAF: hue angle of 123.87º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCCAF is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 175 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.2 |
| HSL | 123.87º | 0.23% | 0.74% | - |
| HSV(B) | 123.87º | 0.15% | 0.8% | - |
| XYZ | 46.56 | 55.17 | 48.75 | - |
| YUV | 191.43 | 118.73 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 175 | 0.15 | 0 | 0.14 | 0.2 | 123.87 | 0.23 | 0.74 |
| Hex | AD | CC | AF | F | 0 | E | 14 | 7C | 17 | 4A |
| Octal | 255 | 314 | 257 | 17 | 0 | 16 | 24 | 174 | 27 | 112 |
| Binary | 10101101 | 11001100 | 10101111 | 1111 | 0 | 1110 | 10100 | 1111100 | 10111 | 1001010 |
Color Harmonies of #ADCCAF
Complementary color
Monochromatic Colors of #ADCCAF
Black with #ADCCAF
Text Example
Text Example
White with #ADCCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCAF; }
p { color: rgb(173,204,175); }
H1.HeaderClassName
{
color: #ADCCAF;
}
.AnyTagClassName
{
color: #ADCCAF;
}
</style>
background-color css
<style>
a { background-color: #ADCCAF; }
a { background-color: rgb(173,204,175); }
div.DivClassName
{
background-color: #ADCCAF;
}
.BgClassName
{
background-color: #ADCCAF;
}
</style>
border-color css
<style>
span { border-color: #ADCCAF; }
span { border-color: rgb(173,204,175); }
td.TdClassName
{
border-color: #ADCCAF;
}
.TagClassName
{
border-color: #ADCCAF;
}
</style>