Shades of Zanah #ADC6AB
Tints of Zanah #ADC6AB
RGB
CMYK
RGB Variations
Color information
#ADC6AB (or 0xADC6AB) is known color: Zanah. HEX triplet: AD, C6 and AB. RGB value is (173,198,171). Sum of RGB (Red+Green+Blue) = 173+198+171=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC6AB is #523954. Grayscale: #BBBBBB. Windows color (decimal): -5388629 or 11257517. OLE color: 11257517.
HSL color Cylindrical-coordinate representation of color #ADC6AB: hue angle of 115.56º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC6AB is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 171 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.22 |
| HSL | 115.56º | 0.19% | 0.72% | - |
| HSV(B) | 115.56º | 0.14% | 0.78% | - |
| XYZ | 44.78 | 52.21 | 46.25 | - |
| YUV | 187.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 171 | 0.13 | 0 | 0.14 | 0.22 | 115.56 | 0.19 | 0.72 |
| Hex | AD | C6 | AB | D | 0 | E | 16 | 74 | 13 | 48 |
| Octal | 255 | 306 | 253 | 15 | 0 | 16 | 26 | 164 | 23 | 110 |
| Binary | 10101101 | 11000110 | 10101011 | 1101 | 0 | 1110 | 10110 | 1110100 | 10011 | 1001000 |
Color Harmonies of #ADC6AB
Complementary color
Monochromatic Colors of #ADC6AB
Black with #ADC6AB
Text Example
Text Example
White with #ADC6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC6AB; }
p { color: rgb(173,198,171); }
H1.HeaderClassName
{
color: #ADC6AB;
}
.AnyTagClassName
{
color: #ADC6AB;
}
</style>
background-color css
<style>
a { background-color: #ADC6AB; }
a { background-color: rgb(173,198,171); }
div.DivClassName
{
background-color: #ADC6AB;
}
.BgClassName
{
background-color: #ADC6AB;
}
</style>
border-color css
<style>
span { border-color: #ADC6AB; }
span { border-color: rgb(173,198,171); }
td.TdClassName
{
border-color: #ADC6AB;
}
.TagClassName
{
border-color: #ADC6AB;
}
</style>