Shades of Zanah #ADCFAB
Tints of Zanah #ADCFAB
RGB
CMYK
RGB Variations
Color information
#ADCFAB (or 0xADCFAB) is known color: Zanah. HEX triplet: AD, CF and AB. RGB value is (173,207,171). Sum of RGB (Red+Green+Blue) = 173+207+171=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCFAB is #523054. Grayscale: #C0C0C0. Windows color (decimal): -5386325 or 11259821. OLE color: 11259821.
HSL color Cylindrical-coordinate representation of color #ADCFAB: hue angle of 116.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADCFAB is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 171 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.19 |
| HSL | 116.67º | 0.27% | 0.74% | - |
| HSV(B) | 116.67º | 0.17% | 0.81% | - |
| XYZ | 46.9 | 56.45 | 46.95 | - |
| YUV | 192.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 171 | 0.16 | 0 | 0.17 | 0.19 | 116.67 | 0.27 | 0.74 |
| Hex | AD | CF | AB | 10 | 0 | 11 | 13 | 75 | 1B | 4A |
| Octal | 255 | 317 | 253 | 20 | 0 | 21 | 23 | 165 | 33 | 112 |
| Binary | 10101101 | 11001111 | 10101011 | 10000 | 0 | 10001 | 10011 | 1110101 | 11011 | 1001010 |
Color Harmonies of #ADCFAB
Complementary color
Monochromatic Colors of #ADCFAB
Black with #ADCFAB
Text Example
Text Example
White with #ADCFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFAB; }
p { color: rgb(173,207,171); }
H1.HeaderClassName
{
color: #ADCFAB;
}
.AnyTagClassName
{
color: #ADCFAB;
}
</style>
background-color css
<style>
a { background-color: #ADCFAB; }
a { background-color: rgb(173,207,171); }
div.DivClassName
{
background-color: #ADCFAB;
}
.BgClassName
{
background-color: #ADCFAB;
}
</style>
border-color css
<style>
span { border-color: #ADCFAB; }
span { border-color: rgb(173,207,171); }
td.TdClassName
{
border-color: #ADCFAB;
}
.TagClassName
{
border-color: #ADCFAB;
}
</style>