Shades of Zanah #A9C6A6
Tints of Zanah #A9C6A6
RGB
CMYK
RGB Variations
Color information
#A9C6A6 (or 0xA9C6A6) is known color: Zanah. HEX triplet: A9, C6 and A6. RGB value is (169,198,166). Sum of RGB (Red+Green+Blue) = 169+198+166=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 198 - color contains mainly: green. Hex color #A9C6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C6A6 is #563959. Grayscale: #B9B9B9. Windows color (decimal): -5650778 or 10929833. OLE color: 10929833.
HSL color Cylindrical-coordinate representation of color #A9C6A6: hue angle of 114.38º 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 #A9C6A6 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 198 | 166 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.22 |
| HSL | 114.38º | 0.22% | 0.71% | - |
| HSV(B) | 114.38º | 0.16% | 0.78% | - |
| XYZ | 43.44 | 51.58 | 43.74 | - |
| YUV | 185.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 198 | 166 | 0.15 | 0 | 0.16 | 0.22 | 114.38 | 0.22 | 0.71 |
| Hex | A9 | C6 | A6 | F | 0 | 10 | 16 | 72 | 16 | 47 |
| Octal | 251 | 306 | 246 | 17 | 0 | 20 | 26 | 162 | 26 | 107 |
| Binary | 10101001 | 11000110 | 10100110 | 1111 | 0 | 10000 | 10110 | 1110010 | 10110 | 1000111 |
Color Harmonies of #A9C6A6
Complementary color
Monochromatic Colors of #A9C6A6
Black with #A9C6A6
Text Example
Text Example
White with #A9C6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C6A6; }
p { color: rgb(169,198,166); }
H1.HeaderClassName
{
color: #A9C6A6;
}
.AnyTagClassName
{
color: #A9C6A6;
}
</style>
background-color css
<style>
a { background-color: #A9C6A6; }
a { background-color: rgb(169,198,166); }
div.DivClassName
{
background-color: #A9C6A6;
}
.BgClassName
{
background-color: #A9C6A6;
}
</style>
border-color css
<style>
span { border-color: #A9C6A6; }
span { border-color: rgb(169,198,166); }
td.TdClassName
{
border-color: #A9C6A6;
}
.TagClassName
{
border-color: #A9C6A6;
}
</style>