Shades of Zanah #A8C5A7
Tints of Zanah #A8C5A7
RGB
CMYK
RGB Variations
Color information
#A8C5A7 (or 0xA8C5A7) is known color: Zanah. HEX triplet: A8, C5 and A7. RGB value is (168,197,167). Sum of RGB (Red+Green+Blue) = 168+197+167=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C5A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C5A7 is #573A58. Grayscale: #B9B9B9. Windows color (decimal): -5716569 or 10995112. OLE color: 10995112.
HSL color Cylindrical-coordinate representation of color #A8C5A7: hue angle of 118º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8C5A7 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 167 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.23 |
| HSL | 118º | 0.21% | 0.71% | - |
| HSV(B) | 118º | 0.15% | 0.77% | - |
| XYZ | 43.09 | 51.05 | 44.14 | - |
| YUV | 184.91 | 117.89 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 167 | 0.15 | 0 | 0.15 | 0.23 | 118 | 0.21 | 0.71 |
| Hex | A8 | C5 | A7 | F | 0 | F | 17 | 76 | 15 | 47 |
| Octal | 250 | 305 | 247 | 17 | 0 | 17 | 27 | 166 | 25 | 107 |
| Binary | 10101000 | 11000101 | 10100111 | 1111 | 0 | 1111 | 10111 | 1110110 | 10101 | 1000111 |
Color Harmonies of #A8C5A7
Complementary color
Monochromatic Colors of #A8C5A7
Black with #A8C5A7
Text Example
Text Example
White with #A8C5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C5A7; }
p { color: rgb(168,197,167); }
H1.HeaderClassName
{
color: #A8C5A7;
}
.AnyTagClassName
{
color: #A8C5A7;
}
</style>
background-color css
<style>
a { background-color: #A8C5A7; }
a { background-color: rgb(168,197,167); }
div.DivClassName
{
background-color: #A8C5A7;
}
.BgClassName
{
background-color: #A8C5A7;
}
</style>
border-color css
<style>
span { border-color: #A8C5A7; }
span { border-color: rgb(168,197,167); }
td.TdClassName
{
border-color: #A8C5A7;
}
.TagClassName
{
border-color: #A8C5A7;
}
</style>