Shades of Zanah #ADC6AD
Tints of Zanah #ADC6AD
RGB
CMYK
RGB Variations
Color information
#ADC6AD (or 0xADC6AD) is known color: Zanah. HEX triplet: AD, C6 and AD. RGB value is (173,198,173). Sum of RGB (Red+Green+Blue) = 173+198+173=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC6AD is #523952. Grayscale: #BBBBBB. Windows color (decimal): -5388627 or 11388589. OLE color: 11388589.
HSL color Cylindrical-coordinate representation of color #ADC6AD: hue angle of 120º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC6AD is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 173 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.22 |
| HSL | 120º | 0.18% | 0.73% | - |
| HSV(B) | 120º | 0.13% | 0.78% | - |
| XYZ | 44.97 | 52.29 | 47.26 | - |
| YUV | 187.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 173 | 0.13 | 0 | 0.13 | 0.22 | 120 | 0.18 | 0.73 |
| Hex | AD | C6 | AD | D | 0 | D | 16 | 78 | 12 | 49 |
| Octal | 255 | 306 | 255 | 15 | 0 | 15 | 26 | 170 | 22 | 111 |
| Binary | 10101101 | 11000110 | 10101101 | 1101 | 0 | 1101 | 10110 | 1111000 | 10010 | 1001001 |
Color Harmonies of #ADC6AD
Complementary color
Monochromatic Colors of #ADC6AD
Black with #ADC6AD
Text Example
Text Example
White with #ADC6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC6AD; }
p { color: rgb(173,198,173); }
H1.HeaderClassName
{
color: #ADC6AD;
}
.AnyTagClassName
{
color: #ADC6AD;
}
</style>
background-color css
<style>
a { background-color: #ADC6AD; }
a { background-color: rgb(173,198,173); }
div.DivClassName
{
background-color: #ADC6AD;
}
.BgClassName
{
background-color: #ADC6AD;
}
</style>
border-color css
<style>
span { border-color: #ADC6AD; }
span { border-color: rgb(173,198,173); }
td.TdClassName
{
border-color: #ADC6AD;
}
.TagClassName
{
border-color: #ADC6AD;
}
</style>