Shades of Zanah #A6CCA6
Tints of Zanah #A6CCA6
RGB
CMYK
RGB Variations
Color information
#A6CCA6 (or 0xA6CCA6) is known color: Zanah. HEX triplet: A6, CC and A6. RGB value is (166,204,166). Sum of RGB (Red+Green+Blue) = 166+204+166=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CCA6 is #593359. Grayscale: #BCBCBC. Windows color (decimal): -5845850 or 10931366. OLE color: 10931366.
HSL color Cylindrical-coordinate representation of color #A6CCA6: hue angle of 120º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CCA6 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 166 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.2 |
| HSL | 120º | 0.27% | 0.73% | - |
| HSV(B) | 120º | 0.19% | 0.8% | - |
| XYZ | 44.2 | 54.05 | 44.18 | - |
| YUV | 188.31 | 115.41 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 166 | 0.19 | 0 | 0.19 | 0.2 | 120 | 0.27 | 0.73 |
| Hex | A6 | CC | A6 | 13 | 0 | 13 | 14 | 78 | 1B | 49 |
| Octal | 246 | 314 | 246 | 23 | 0 | 23 | 24 | 170 | 33 | 111 |
| Binary | 10100110 | 11001100 | 10100110 | 10011 | 0 | 10011 | 10100 | 1111000 | 11011 | 1001001 |
Color Harmonies of #A6CCA6
Complementary color
Monochromatic Colors of #A6CCA6
Black with #A6CCA6
Text Example
Text Example
White with #A6CCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CCA6; }
p { color: rgb(166,204,166); }
H1.HeaderClassName
{
color: #A6CCA6;
}
.AnyTagClassName
{
color: #A6CCA6;
}
</style>
background-color css
<style>
a { background-color: #A6CCA6; }
a { background-color: rgb(166,204,166); }
div.DivClassName
{
background-color: #A6CCA6;
}
.BgClassName
{
background-color: #A6CCA6;
}
</style>
border-color css
<style>
span { border-color: #A6CCA6; }
span { border-color: rgb(166,204,166); }
td.TdClassName
{
border-color: #A6CCA6;
}
.TagClassName
{
border-color: #A6CCA6;
}
</style>