Shades of Zanah #A5B9A6
Tints of Zanah #A5B9A6
RGB
CMYK
RGB Variations
Color information
#A5B9A6 (or 0xA5B9A6) is known color: Zanah. HEX triplet: A5, B9 and A6. RGB value is (165,185,166). Sum of RGB (Red+Green+Blue) = 165+185+166=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B9A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B9A6 is #5A4659. Grayscale: #B0B0B0. Windows color (decimal): -5916250 or 10926501. OLE color: 10926501.
HSL color Cylindrical-coordinate representation of color #A5B9A6: hue angle of 123º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5B9A6 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 185 | 166 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.27 |
| HSL | 123º | 0.13% | 0.69% | - |
| HSV(B) | 123º | 0.11% | 0.73% | - |
| XYZ | 39.75 | 45.45 | 42.75 | - |
| YUV | 176.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 185 | 166 | 0.11 | 0 | 0.10 | 0.27 | 123 | 0.13 | 0.69 |
| Hex | A5 | B9 | A6 | B | 0 | A | 1B | 7B | C | 45 |
| Octal | 245 | 271 | 246 | 13 | 0 | 12 | 33 | 173 | 14 | 105 |
| Binary | 10100101 | 10111001 | 10100110 | 1011 | 0 | 1010 | 11011 | 1111011 | 1100 | 1000101 |
Color Harmonies of #A5B9A6
Complementary color
Monochromatic Colors of #A5B9A6
Black with #A5B9A6
Text Example
Text Example
White with #A5B9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B9A6; }
p { color: rgb(165,185,166); }
H1.HeaderClassName
{
color: #A5B9A6;
}
.AnyTagClassName
{
color: #A5B9A6;
}
</style>
background-color css
<style>
a { background-color: #A5B9A6; }
a { background-color: rgb(165,185,166); }
div.DivClassName
{
background-color: #A5B9A6;
}
.BgClassName
{
background-color: #A5B9A6;
}
</style>
border-color css
<style>
span { border-color: #A5B9A6; }
span { border-color: rgb(165,185,166); }
td.TdClassName
{
border-color: #A5B9A6;
}
.TagClassName
{
border-color: #A5B9A6;
}
</style>