Shades of Zanah #A6C9A6
Tints of Zanah #A6C9A6
RGB
CMYK
RGB Variations
Color information
#A6C9A6 (or 0xA6C9A6) is known color: Zanah. HEX triplet: A6, C9 and A6. RGB value is (166,201,166). Sum of RGB (Red+Green+Blue) = 166+201+166=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C9A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C9A6 is #593659. Grayscale: #BABABA. Windows color (decimal): -5846618 or 10930598. OLE color: 10930598.
HSL color Cylindrical-coordinate representation of color #A6C9A6: hue angle of 120º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6C9A6 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 201 | 166 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.21 |
| HSL | 120º | 0.24% | 0.72% | - |
| HSV(B) | 120º | 0.17% | 0.79% | - |
| XYZ | 43.5 | 52.63 | 43.94 | - |
| YUV | 186.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 201 | 166 | 0.17 | 0 | 0.17 | 0.21 | 120 | 0.24 | 0.72 |
| Hex | A6 | C9 | A6 | 11 | 0 | 11 | 15 | 78 | 18 | 48 |
| Octal | 246 | 311 | 246 | 21 | 0 | 21 | 25 | 170 | 30 | 110 |
| Binary | 10100110 | 11001001 | 10100110 | 10001 | 0 | 10001 | 10101 | 1111000 | 11000 | 1001000 |
Color Harmonies of #A6C9A6
Complementary color
Monochromatic Colors of #A6C9A6
Black with #A6C9A6
Text Example
Text Example
White with #A6C9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C9A6; }
p { color: rgb(166,201,166); }
H1.HeaderClassName
{
color: #A6C9A6;
}
.AnyTagClassName
{
color: #A6C9A6;
}
</style>
background-color css
<style>
a { background-color: #A6C9A6; }
a { background-color: rgb(166,201,166); }
div.DivClassName
{
background-color: #A6C9A6;
}
.BgClassName
{
background-color: #A6C9A6;
}
</style>
border-color css
<style>
span { border-color: #A6C9A6; }
span { border-color: rgb(166,201,166); }
td.TdClassName
{
border-color: #A6C9A6;
}
.TagClassName
{
border-color: #A6C9A6;
}
</style>