Shades of Zanah #A7CEA8
Tints of Zanah #A7CEA8
RGB
CMYK
RGB Variations
Color information
#A7CEA8 (or 0xA7CEA8) is known color: Zanah. HEX triplet: A7, CE and A8. RGB value is (167,206,168). Sum of RGB (Red+Green+Blue) = 167+206+168=541 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.87% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CEA8 is #583157. Grayscale: #BEBEBE. Windows color (decimal): -5779800 or 11062951. OLE color: 11062951.
HSL color Cylindrical-coordinate representation of color #A7CEA8: hue angle of 121.54º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7CEA8 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 206 | 168 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.19 |
| HSL | 121.54º | 0.28% | 0.73% | - |
| HSV(B) | 121.54º | 0.19% | 0.81% | - |
| XYZ | 45.08 | 55.19 | 45.32 | - |
| YUV | 190.01 | 115.58 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 206 | 168 | 0.19 | 0 | 0.18 | 0.19 | 121.54 | 0.28 | 0.73 |
| Hex | A7 | CE | A8 | 13 | 0 | 12 | 13 | 7A | 1C | 49 |
| Octal | 247 | 316 | 250 | 23 | 0 | 22 | 23 | 172 | 34 | 111 |
| Binary | 10100111 | 11001110 | 10101000 | 10011 | 0 | 10010 | 10011 | 1111010 | 11100 | 1001001 |
Color Harmonies of #A7CEA8
Complementary color
Monochromatic Colors of #A7CEA8
Black with #A7CEA8
Text Example
Text Example
White with #A7CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CEA8; }
p { color: rgb(167,206,168); }
H1.HeaderClassName
{
color: #A7CEA8;
}
.AnyTagClassName
{
color: #A7CEA8;
}
</style>
background-color css
<style>
a { background-color: #A7CEA8; }
a { background-color: rgb(167,206,168); }
div.DivClassName
{
background-color: #A7CEA8;
}
.BgClassName
{
background-color: #A7CEA8;
}
</style>
border-color css
<style>
span { border-color: #A7CEA8; }
span { border-color: rgb(167,206,168); }
td.TdClassName
{
border-color: #A7CEA8;
}
.TagClassName
{
border-color: #A7CEA8;
}
</style>