Shades of Zanah #ADC5AE
Tints of Zanah #ADC5AE
RGB
CMYK
RGB Variations
Color information
#ADC5AE (or 0xADC5AE) is known color: Zanah. HEX triplet: AD, C5 and AE. RGB value is (173,197,174). Sum of RGB (Red+Green+Blue) = 173+197+174=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC5AE is #523A51. Grayscale: #BBBBBB. Windows color (decimal): -5388882 or 11453869. OLE color: 11453869.
HSL color Cylindrical-coordinate representation of color #ADC5AE: hue angle of 122.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC5AE is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 174 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.23 |
| HSL | 122.5º | 0.17% | 0.73% | - |
| HSV(B) | 122.5º | 0.12% | 0.77% | - |
| XYZ | 44.84 | 51.87 | 47.69 | - |
| YUV | 187.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 174 | 0.12 | 0 | 0.12 | 0.23 | 122.5 | 0.17 | 0.73 |
| Hex | AD | C5 | AE | C | 0 | C | 17 | 7B | 11 | 49 |
| Octal | 255 | 305 | 256 | 14 | 0 | 14 | 27 | 173 | 21 | 111 |
| Binary | 10101101 | 11000101 | 10101110 | 1100 | 0 | 1100 | 10111 | 1111011 | 10001 | 1001001 |
Color Harmonies of #ADC5AE
Complementary color
Monochromatic Colors of #ADC5AE
Black with #ADC5AE
Text Example
Text Example
White with #ADC5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5AE; }
p { color: rgb(173,197,174); }
H1.HeaderClassName
{
color: #ADC5AE;
}
.AnyTagClassName
{
color: #ADC5AE;
}
</style>
background-color css
<style>
a { background-color: #ADC5AE; }
a { background-color: rgb(173,197,174); }
div.DivClassName
{
background-color: #ADC5AE;
}
.BgClassName
{
background-color: #ADC5AE;
}
</style>
border-color css
<style>
span { border-color: #ADC5AE; }
span { border-color: rgb(173,197,174); }
td.TdClassName
{
border-color: #ADC5AE;
}
.TagClassName
{
border-color: #ADC5AE;
}
</style>