Shades of Zanah #AECEAA
Tints of Zanah #AECEAA
RGB
CMYK
RGB Variations
Color information
#AECEAA (or 0xAECEAA) is known color: Zanah. HEX triplet: AE, CE and AA. RGB value is (174,206,170). Sum of RGB (Red+Green+Blue) = 174+206+170=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECEAA is #513155. Grayscale: #C0C0C0. Windows color (decimal): -5321046 or 11194030. OLE color: 11194030.
HSL color Cylindrical-coordinate representation of color #AECEAA: hue angle of 113.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AECEAA is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 170 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.19 |
| HSL | 113.33º | 0.27% | 0.74% | - |
| HSV(B) | 113.33º | 0.17% | 0.81% | - |
| XYZ | 46.78 | 56.04 | 46.38 | - |
| YUV | 192.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 170 | 0.16 | 0 | 0.17 | 0.19 | 113.33 | 0.27 | 0.74 |
| Hex | AE | CE | AA | 10 | 0 | 11 | 13 | 71 | 1B | 4A |
| Octal | 256 | 316 | 252 | 20 | 0 | 21 | 23 | 161 | 33 | 112 |
| Binary | 10101110 | 11001110 | 10101010 | 10000 | 0 | 10001 | 10011 | 1110001 | 11011 | 1001010 |
Color Harmonies of #AECEAA
Complementary color
Monochromatic Colors of #AECEAA
Black with #AECEAA
Text Example
Text Example
White with #AECEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECEAA; }
p { color: rgb(174,206,170); }
H1.HeaderClassName
{
color: #AECEAA;
}
.AnyTagClassName
{
color: #AECEAA;
}
</style>
background-color css
<style>
a { background-color: #AECEAA; }
a { background-color: rgb(174,206,170); }
div.DivClassName
{
background-color: #AECEAA;
}
.BgClassName
{
background-color: #AECEAA;
}
</style>
border-color css
<style>
span { border-color: #AECEAA; }
span { border-color: rgb(174,206,170); }
td.TdClassName
{
border-color: #AECEAA;
}
.TagClassName
{
border-color: #AECEAA;
}
</style>