Shades of Zanah #ADCBAB
Tints of Zanah #ADCBAB
RGB
CMYK
RGB Variations
Color information
#ADCBAB (or 0xADCBAB) is known color: Zanah. HEX triplet: AD, CB and AB. RGB value is (173,203,171). Sum of RGB (Red+Green+Blue) = 173+203+171=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCBAB is #523454. Grayscale: #BEBEBE. Windows color (decimal): -5387349 or 11258797. OLE color: 11258797.
HSL color Cylindrical-coordinate representation of color #ADCBAB: hue angle of 116.25º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCBAB is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 171 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.20 |
| HSL | 116.25º | 0.24% | 0.73% | - |
| HSV(B) | 116.25º | 0.16% | 0.8% | - |
| XYZ | 45.94 | 54.54 | 46.63 | - |
| YUV | 190.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 171 | 0.15 | 0 | 0.16 | 0.20 | 116.25 | 0.24 | 0.73 |
| Hex | AD | CB | AB | F | 0 | 10 | 14 | 74 | 18 | 49 |
| Octal | 255 | 313 | 253 | 17 | 0 | 20 | 24 | 164 | 30 | 111 |
| Binary | 10101101 | 11001011 | 10101011 | 1111 | 0 | 10000 | 10100 | 1110100 | 11000 | 1001001 |
Color Harmonies of #ADCBAB
Complementary color
Monochromatic Colors of #ADCBAB
Black with #ADCBAB
Text Example
Text Example
White with #ADCBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBAB; }
p { color: rgb(173,203,171); }
H1.HeaderClassName
{
color: #ADCBAB;
}
.AnyTagClassName
{
color: #ADCBAB;
}
</style>
background-color css
<style>
a { background-color: #ADCBAB; }
a { background-color: rgb(173,203,171); }
div.DivClassName
{
background-color: #ADCBAB;
}
.BgClassName
{
background-color: #ADCBAB;
}
</style>
border-color css
<style>
span { border-color: #ADCBAB; }
span { border-color: rgb(173,203,171); }
td.TdClassName
{
border-color: #ADCBAB;
}
.TagClassName
{
border-color: #ADCBAB;
}
</style>