Shades of Zanah #ADCEAF
Tints of Zanah #ADCEAF
RGB
CMYK
RGB Variations
Color information
#ADCEAF (or 0xADCEAF) is known color: Zanah. HEX triplet: AD, CE and AF. RGB value is (173,206,175). Sum of RGB (Red+Green+Blue) = 173+206+175=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCEAF is #523150. Grayscale: #C0C0C0. Windows color (decimal): -5386577 or 11521709. OLE color: 11521709.
HSL color Cylindrical-coordinate representation of color #ADCEAF: hue angle of 123.64º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCEAF is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 175 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.19 |
| HSL | 123.64º | 0.25% | 0.74% | - |
| HSV(B) | 123.64º | 0.16% | 0.81% | - |
| XYZ | 47.04 | 56.12 | 48.91 | - |
| YUV | 192.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 175 | 0.16 | 0 | 0.15 | 0.19 | 123.64 | 0.25 | 0.74 |
| Hex | AD | CE | AF | 10 | 0 | F | 13 | 7C | 19 | 4A |
| Octal | 255 | 316 | 257 | 20 | 0 | 17 | 23 | 174 | 31 | 112 |
| Binary | 10101101 | 11001110 | 10101111 | 10000 | 0 | 1111 | 10011 | 1111100 | 11001 | 1001010 |
Color Harmonies of #ADCEAF
Complementary color
Monochromatic Colors of #ADCEAF
Black with #ADCEAF
Text Example
Text Example
White with #ADCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEAF; }
p { color: rgb(173,206,175); }
H1.HeaderClassName
{
color: #ADCEAF;
}
.AnyTagClassName
{
color: #ADCEAF;
}
</style>
background-color css
<style>
a { background-color: #ADCEAF; }
a { background-color: rgb(173,206,175); }
div.DivClassName
{
background-color: #ADCEAF;
}
.BgClassName
{
background-color: #ADCEAF;
}
</style>
border-color css
<style>
span { border-color: #ADCEAF; }
span { border-color: rgb(173,206,175); }
td.TdClassName
{
border-color: #ADCEAF;
}
.TagClassName
{
border-color: #ADCEAF;
}
</style>