Shades of Zanah #A8C6A6
Tints of Zanah #A8C6A6
RGB
CMYK
RGB Variations
Color information
#A8C6A6 (or 0xA8C6A6) is known color: Zanah. HEX triplet: A8, C6 and A6. RGB value is (168,198,166). Sum of RGB (Red+Green+Blue) = 168+198+166=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C6A6 is #573959. Grayscale: #B9B9B9. Windows color (decimal): -5716314 or 10929832. OLE color: 10929832.
HSL color Cylindrical-coordinate representation of color #A8C6A6: hue angle of 116.25º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8C6A6 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 166 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.22 |
| HSL | 116.25º | 0.22% | 0.71% | - |
| HSV(B) | 116.25º | 0.16% | 0.78% | - |
| XYZ | 43.23 | 51.47 | 43.73 | - |
| YUV | 185.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 166 | 0.15 | 0 | 0.16 | 0.22 | 116.25 | 0.22 | 0.71 |
| Hex | A8 | C6 | A6 | F | 0 | 10 | 16 | 74 | 16 | 47 |
| Octal | 250 | 306 | 246 | 17 | 0 | 20 | 26 | 164 | 26 | 107 |
| Binary | 10101000 | 11000110 | 10100110 | 1111 | 0 | 10000 | 10110 | 1110100 | 10110 | 1000111 |
Color Harmonies of #A8C6A6
Complementary color
Monochromatic Colors of #A8C6A6
Black with #A8C6A6
Text Example
Text Example
White with #A8C6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C6A6; }
p { color: rgb(168,198,166); }
H1.HeaderClassName
{
color: #A8C6A6;
}
.AnyTagClassName
{
color: #A8C6A6;
}
</style>
background-color css
<style>
a { background-color: #A8C6A6; }
a { background-color: rgb(168,198,166); }
div.DivClassName
{
background-color: #A8C6A6;
}
.BgClassName
{
background-color: #A8C6A6;
}
</style>
border-color css
<style>
span { border-color: #A8C6A6; }
span { border-color: rgb(168,198,166); }
td.TdClassName
{
border-color: #A8C6A6;
}
.TagClassName
{
border-color: #A8C6A6;
}
</style>