Shades of Zanah #A6BEA6
Tints of Zanah #A6BEA6
RGB
CMYK
RGB Variations
Color information
#A6BEA6 (or 0xA6BEA6) is known color: Zanah. HEX triplet: A6, BE and A6. RGB value is (166,190,166). Sum of RGB (Red+Green+Blue) = 166+190+166=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BEA6 is #594159. Grayscale: #B4B4B4. Windows color (decimal): -5849434 or 10927782. OLE color: 10927782.
HSL color Cylindrical-coordinate representation of color #A6BEA6: hue angle of 120º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6BEA6 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 190 | 166 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.25 |
| HSL | 120º | 0.16% | 0.7% | - |
| HSV(B) | 120º | 0.13% | 0.75% | - |
| XYZ | 41.02 | 47.69 | 43.12 | - |
| YUV | 180.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 166 | 0.13 | 0 | 0.13 | 0.25 | 120 | 0.16 | 0.7 |
| Hex | A6 | BE | A6 | D | 0 | D | 19 | 78 | 10 | 46 |
| Octal | 246 | 276 | 246 | 15 | 0 | 15 | 31 | 170 | 20 | 106 |
| Binary | 10100110 | 10111110 | 10100110 | 1101 | 0 | 1101 | 11001 | 1111000 | 10000 | 1000110 |
Color Harmonies of #A6BEA6
Complementary color
Monochromatic Colors of #A6BEA6
Black with #A6BEA6
Text Example
Text Example
White with #A6BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BEA6; }
p { color: rgb(166,190,166); }
H1.HeaderClassName
{
color: #A6BEA6;
}
.AnyTagClassName
{
color: #A6BEA6;
}
</style>
background-color css
<style>
a { background-color: #A6BEA6; }
a { background-color: rgb(166,190,166); }
div.DivClassName
{
background-color: #A6BEA6;
}
.BgClassName
{
background-color: #A6BEA6;
}
</style>
border-color css
<style>
span { border-color: #A6BEA6; }
span { border-color: rgb(166,190,166); }
td.TdClassName
{
border-color: #A6BEA6;
}
.TagClassName
{
border-color: #A6BEA6;
}
</style>