Shades of Zanah #A8C2A6
Tints of Zanah #A8C2A6
RGB
CMYK
RGB Variations
Color information
#A8C2A6 (or 0xA8C2A6) is known color: Zanah. HEX triplet: A8, C2 and A6. RGB value is (168,194,166). Sum of RGB (Red+Green+Blue) = 168+194+166=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C2A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C2A6 is #573D59. Grayscale: #B7B7B7. Windows color (decimal): -5717338 or 10928808. OLE color: 10928808.
HSL color Cylindrical-coordinate representation of color #A8C2A6: hue angle of 115.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8C2A6 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 166 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.24 |
| HSL | 115.71º | 0.19% | 0.71% | - |
| HSV(B) | 115.71º | 0.14% | 0.76% | - |
| XYZ | 42.32 | 49.66 | 43.43 | - |
| YUV | 183.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 166 | 0.13 | 0 | 0.14 | 0.24 | 115.71 | 0.19 | 0.71 |
| Hex | A8 | C2 | A6 | D | 0 | E | 18 | 74 | 13 | 47 |
| Octal | 250 | 302 | 246 | 15 | 0 | 16 | 30 | 164 | 23 | 107 |
| Binary | 10101000 | 11000010 | 10100110 | 1101 | 0 | 1110 | 11000 | 1110100 | 10011 | 1000111 |
Color Harmonies of #A8C2A6
Complementary color
Monochromatic Colors of #A8C2A6
Black with #A8C2A6
Text Example
Text Example
White with #A8C2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C2A6; }
p { color: rgb(168,194,166); }
H1.HeaderClassName
{
color: #A8C2A6;
}
.AnyTagClassName
{
color: #A8C2A6;
}
</style>
background-color css
<style>
a { background-color: #A8C2A6; }
a { background-color: rgb(168,194,166); }
div.DivClassName
{
background-color: #A8C2A6;
}
.BgClassName
{
background-color: #A8C2A6;
}
</style>
border-color css
<style>
span { border-color: #A8C2A6; }
span { border-color: rgb(168,194,166); }
td.TdClassName
{
border-color: #A8C2A6;
}
.TagClassName
{
border-color: #A8C2A6;
}
</style>