Shades of Zanah #A8C6A9
Tints of Zanah #A8C6A9
RGB
CMYK
RGB Variations
Color information
#A8C6A9 (or 0xA8C6A9) is known color: Zanah. HEX triplet: A8, C6 and A9. RGB value is (168,198,169). Sum of RGB (Red+Green+Blue) = 168+198+169=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C6A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C6A9 is #573956. Grayscale: #B9B9B9. Windows color (decimal): -5716311 or 11126440. OLE color: 11126440.
HSL color Cylindrical-coordinate representation of color #A8C6A9: hue angle of 122º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8C6A9 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 169 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.22 |
| HSL | 122º | 0.21% | 0.72% | - |
| HSV(B) | 122º | 0.15% | 0.78% | - |
| XYZ | 43.5 | 51.58 | 45.2 | - |
| YUV | 185.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 169 | 0.15 | 0 | 0.15 | 0.22 | 122 | 0.21 | 0.72 |
| Hex | A8 | C6 | A9 | F | 0 | F | 16 | 7A | 15 | 48 |
| Octal | 250 | 306 | 251 | 17 | 0 | 17 | 26 | 172 | 25 | 110 |
| Binary | 10101000 | 11000110 | 10101001 | 1111 | 0 | 1111 | 10110 | 1111010 | 10101 | 1001000 |
Color Harmonies of #A8C6A9
Complementary color
Monochromatic Colors of #A8C6A9
Black with #A8C6A9
Text Example
Text Example
White with #A8C6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C6A9; }
p { color: rgb(168,198,169); }
H1.HeaderClassName
{
color: #A8C6A9;
}
.AnyTagClassName
{
color: #A8C6A9;
}
</style>
background-color css
<style>
a { background-color: #A8C6A9; }
a { background-color: rgb(168,198,169); }
div.DivClassName
{
background-color: #A8C6A9;
}
.BgClassName
{
background-color: #A8C6A9;
}
</style>
border-color css
<style>
span { border-color: #A8C6A9; }
span { border-color: rgb(168,198,169); }
td.TdClassName
{
border-color: #A8C6A9;
}
.TagClassName
{
border-color: #A8C6A9;
}
</style>