Shades of Zanah #AACEA5
Tints of Zanah #AACEA5
RGB
CMYK
RGB Variations
Color information
#AACEA5 (or 0xAACEA5) is known color: Zanah. HEX triplet: AA, CE and A5. RGB value is (170,206,165). Sum of RGB (Red+Green+Blue) = 170+206+165=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACEA5 is #55315A. Grayscale: #BEBEBE. Windows color (decimal): -5583195 or 10866346. OLE color: 10866346.
HSL color Cylindrical-coordinate representation of color #AACEA5: hue angle of 112.68º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AACEA5 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 165 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.19 |
| HSL | 112.68º | 0.29% | 0.73% | - |
| HSV(B) | 112.68º | 0.2% | 0.81% | - |
| XYZ | 45.44 | 55.41 | 43.9 | - |
| YUV | 190.56 | 113.57 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 165 | 0.17 | 0 | 0.20 | 0.19 | 112.68 | 0.29 | 0.73 |
| Hex | AA | CE | A5 | 11 | 0 | 14 | 13 | 71 | 1D | 49 |
| Octal | 252 | 316 | 245 | 21 | 0 | 24 | 23 | 161 | 35 | 111 |
| Binary | 10101010 | 11001110 | 10100101 | 10001 | 0 | 10100 | 10011 | 1110001 | 11101 | 1001001 |
Color Harmonies of #AACEA5
Complementary color
Monochromatic Colors of #AACEA5
Black with #AACEA5
Text Example
Text Example
White with #AACEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACEA5; }
p { color: rgb(170,206,165); }
H1.HeaderClassName
{
color: #AACEA5;
}
.AnyTagClassName
{
color: #AACEA5;
}
</style>
background-color css
<style>
a { background-color: #AACEA5; }
a { background-color: rgb(170,206,165); }
div.DivClassName
{
background-color: #AACEA5;
}
.BgClassName
{
background-color: #AACEA5;
}
</style>
border-color css
<style>
span { border-color: #AACEA5; }
span { border-color: rgb(170,206,165); }
td.TdClassName
{
border-color: #AACEA5;
}
.TagClassName
{
border-color: #AACEA5;
}
</style>