Shades of Zanah #ADCCAE
Tints of Zanah #ADCCAE
RGB
CMYK
RGB Variations
Color information
#ADCCAE (or 0xADCCAE) is known color: Zanah. HEX triplet: AD, CC and AE. RGB value is (173,204,174). Sum of RGB (Red+Green+Blue) = 173+204+174=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCCAE is #523351. Grayscale: #BFBFBF. Windows color (decimal): -5387090 or 11455661. OLE color: 11455661.
HSL color Cylindrical-coordinate representation of color #ADCCAE: hue angle of 121.94º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCCAE is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 174 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.2 |
| HSL | 121.94º | 0.23% | 0.74% | - |
| HSV(B) | 121.94º | 0.15% | 0.8% | - |
| XYZ | 46.47 | 55.13 | 48.24 | - |
| YUV | 191.31 | 118.23 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 174 | 0.15 | 0 | 0.15 | 0.2 | 121.94 | 0.23 | 0.74 |
| Hex | AD | CC | AE | F | 0 | F | 14 | 7A | 17 | 4A |
| Octal | 255 | 314 | 256 | 17 | 0 | 17 | 24 | 172 | 27 | 112 |
| Binary | 10101101 | 11001100 | 10101110 | 1111 | 0 | 1111 | 10100 | 1111010 | 10111 | 1001010 |
Color Harmonies of #ADCCAE
Complementary color
Monochromatic Colors of #ADCCAE
Black with #ADCCAE
Text Example
Text Example
White with #ADCCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCAE; }
p { color: rgb(173,204,174); }
H1.HeaderClassName
{
color: #ADCCAE;
}
.AnyTagClassName
{
color: #ADCCAE;
}
</style>
background-color css
<style>
a { background-color: #ADCCAE; }
a { background-color: rgb(173,204,174); }
div.DivClassName
{
background-color: #ADCCAE;
}
.BgClassName
{
background-color: #ADCCAE;
}
</style>
border-color css
<style>
span { border-color: #ADCCAE; }
span { border-color: rgb(173,204,174); }
td.TdClassName
{
border-color: #ADCCAE;
}
.TagClassName
{
border-color: #ADCCAE;
}
</style>