Shades of Zanah #A9CEA5
Tints of Zanah #A9CEA5
RGB
CMYK
RGB Variations
Color information
#A9CEA5 (or 0xA9CEA5) is known color: Zanah. HEX triplet: A9, CE and A5. RGB value is (169,206,165). Sum of RGB (Red+Green+Blue) = 169+206+165=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CEA5 is #56315A. Grayscale: #BEBEBE. Windows color (decimal): -5648731 or 10866345. OLE color: 10866345.
HSL color Cylindrical-coordinate representation of color #A9CEA5: hue angle of 114.15º 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 #A9CEA5 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 206 | 165 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.19 |
| HSL | 114.15º | 0.29% | 0.73% | - |
| HSV(B) | 114.15º | 0.2% | 0.81% | - |
| XYZ | 45.23 | 55.29 | 43.89 | - |
| YUV | 190.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 206 | 165 | 0.18 | 0 | 0.20 | 0.19 | 114.15 | 0.29 | 0.73 |
| Hex | A9 | CE | A5 | 12 | 0 | 14 | 13 | 72 | 1D | 49 |
| Octal | 251 | 316 | 245 | 22 | 0 | 24 | 23 | 162 | 35 | 111 |
| Binary | 10101001 | 11001110 | 10100101 | 10010 | 0 | 10100 | 10011 | 1110010 | 11101 | 1001001 |
Color Harmonies of #A9CEA5
Complementary color
Monochromatic Colors of #A9CEA5
Black with #A9CEA5
Text Example
Text Example
White with #A9CEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CEA5; }
p { color: rgb(169,206,165); }
H1.HeaderClassName
{
color: #A9CEA5;
}
.AnyTagClassName
{
color: #A9CEA5;
}
</style>
background-color css
<style>
a { background-color: #A9CEA5; }
a { background-color: rgb(169,206,165); }
div.DivClassName
{
background-color: #A9CEA5;
}
.BgClassName
{
background-color: #A9CEA5;
}
</style>
border-color css
<style>
span { border-color: #A9CEA5; }
span { border-color: rgb(169,206,165); }
td.TdClassName
{
border-color: #A9CEA5;
}
.TagClassName
{
border-color: #A9CEA5;
}
</style>