Shades of Zanah #ADCDA9
Tints of Zanah #ADCDA9
RGB
CMYK
RGB Variations
Color information
#ADCDA9 (or 0xADCDA9) is known color: Zanah. HEX triplet: AD, CD and A9. RGB value is (173,205,169). Sum of RGB (Red+Green+Blue) = 173+205+169=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCDA9 is #523256. Grayscale: #BFBFBF. Windows color (decimal): -5386839 or 11128237. OLE color: 11128237.
HSL color Cylindrical-coordinate representation of color #ADCDA9: hue angle of 113.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADCDA9 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 169 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.20 |
| HSL | 113.33º | 0.26% | 0.73% | - |
| HSV(B) | 113.33º | 0.18% | 0.8% | - |
| XYZ | 46.23 | 55.41 | 45.8 | - |
| YUV | 191.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 169 | 0.16 | 0 | 0.18 | 0.20 | 113.33 | 0.26 | 0.73 |
| Hex | AD | CD | A9 | 10 | 0 | 12 | 14 | 71 | 1A | 49 |
| Octal | 255 | 315 | 251 | 20 | 0 | 22 | 24 | 161 | 32 | 111 |
| Binary | 10101101 | 11001101 | 10101001 | 10000 | 0 | 10010 | 10100 | 1110001 | 11010 | 1001001 |
Color Harmonies of #ADCDA9
Complementary color
Monochromatic Colors of #ADCDA9
Black with #ADCDA9
Text Example
Text Example
White with #ADCDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDA9; }
p { color: rgb(173,205,169); }
H1.HeaderClassName
{
color: #ADCDA9;
}
.AnyTagClassName
{
color: #ADCDA9;
}
</style>
background-color css
<style>
a { background-color: #ADCDA9; }
a { background-color: rgb(173,205,169); }
div.DivClassName
{
background-color: #ADCDA9;
}
.BgClassName
{
background-color: #ADCDA9;
}
</style>
border-color css
<style>
span { border-color: #ADCDA9; }
span { border-color: rgb(173,205,169); }
td.TdClassName
{
border-color: #ADCDA9;
}
.TagClassName
{
border-color: #ADCDA9;
}
</style>