Shades of Zanah #ADCBAF
Tints of Zanah #ADCBAF
RGB
CMYK
RGB Variations
Color information
#ADCBAF (or 0xADCBAF) is known color: Zanah. HEX triplet: AD, CB and AF. RGB value is (173,203,175). Sum of RGB (Red+Green+Blue) = 173+203+175=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCBAF is #523450. Grayscale: #BEBEBE. Windows color (decimal): -5387345 or 11520941. OLE color: 11520941.
HSL color Cylindrical-coordinate representation of color #ADCBAF: hue angle of 124º degrees, saturation: 0.22, 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 #ADCBAF is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 175 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.20 |
| HSL | 124º | 0.22% | 0.74% | - |
| HSV(B) | 124º | 0.15% | 0.8% | - |
| XYZ | 46.33 | 54.69 | 48.67 | - |
| YUV | 190.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 175 | 0.15 | 0 | 0.14 | 0.20 | 124 | 0.22 | 0.74 |
| Hex | AD | CB | AF | F | 0 | E | 14 | 7C | 16 | 4A |
| Octal | 255 | 313 | 257 | 17 | 0 | 16 | 24 | 174 | 26 | 112 |
| Binary | 10101101 | 11001011 | 10101111 | 1111 | 0 | 1110 | 10100 | 1111100 | 10110 | 1001010 |
Color Harmonies of #ADCBAF
Complementary color
Monochromatic Colors of #ADCBAF
Black with #ADCBAF
Text Example
Text Example
White with #ADCBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBAF; }
p { color: rgb(173,203,175); }
H1.HeaderClassName
{
color: #ADCBAF;
}
.AnyTagClassName
{
color: #ADCBAF;
}
</style>
background-color css
<style>
a { background-color: #ADCBAF; }
a { background-color: rgb(173,203,175); }
div.DivClassName
{
background-color: #ADCBAF;
}
.BgClassName
{
background-color: #ADCBAF;
}
</style>
border-color css
<style>
span { border-color: #ADCBAF; }
span { border-color: rgb(173,203,175); }
td.TdClassName
{
border-color: #ADCBAF;
}
.TagClassName
{
border-color: #ADCBAF;
}
</style>