Shades of Zanah #ADC4AB
Tints of Zanah #ADC4AB
RGB
CMYK
RGB Variations
Color information
#ADC4AB (or 0xADC4AB) is known color: Zanah. HEX triplet: AD, C4 and AB. RGB value is (173,196,171). Sum of RGB (Red+Green+Blue) = 173+196+171=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC4AB is #523B54. Grayscale: #BABABA. Windows color (decimal): -5389141 or 11257005. OLE color: 11257005.
HSL color Cylindrical-coordinate representation of color #ADC4AB: hue angle of 115.2º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC4AB is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 171 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.23 |
| HSL | 115.2º | 0.17% | 0.72% | - |
| HSV(B) | 115.2º | 0.13% | 0.77% | - |
| XYZ | 44.32 | 51.3 | 46.09 | - |
| YUV | 186.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 171 | 0.12 | 0 | 0.13 | 0.23 | 115.2 | 0.17 | 0.72 |
| Hex | AD | C4 | AB | C | 0 | D | 17 | 73 | 11 | 48 |
| Octal | 255 | 304 | 253 | 14 | 0 | 15 | 27 | 163 | 21 | 110 |
| Binary | 10101101 | 11000100 | 10101011 | 1100 | 0 | 1101 | 10111 | 1110011 | 10001 | 1001000 |
Color Harmonies of #ADC4AB
Complementary color
Monochromatic Colors of #ADC4AB
Black with #ADC4AB
Text Example
Text Example
White with #ADC4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC4AB; }
p { color: rgb(173,196,171); }
H1.HeaderClassName
{
color: #ADC4AB;
}
.AnyTagClassName
{
color: #ADC4AB;
}
</style>
background-color css
<style>
a { background-color: #ADC4AB; }
a { background-color: rgb(173,196,171); }
div.DivClassName
{
background-color: #ADC4AB;
}
.BgClassName
{
background-color: #ADC4AB;
}
</style>
border-color css
<style>
span { border-color: #ADC4AB; }
span { border-color: rgb(173,196,171); }
td.TdClassName
{
border-color: #ADC4AB;
}
.TagClassName
{
border-color: #ADC4AB;
}
</style>