Shades of Zanah #A5C4A6
Tints of Zanah #A5C4A6
RGB
CMYK
RGB Variations
Color information
#A5C4A6 (or 0xA5C4A6) is known color: Zanah. HEX triplet: A5, C4 and A6. RGB value is (165,196,166). Sum of RGB (Red+Green+Blue) = 165+196+166=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C4A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C4A6 is #5A3B59. Grayscale: #B7B7B7. Windows color (decimal): -5913434 or 10929317. OLE color: 10929317.
HSL color Cylindrical-coordinate representation of color #A5C4A6: hue angle of 121.94º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5C4A6 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 196 | 166 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.23 |
| HSL | 121.94º | 0.21% | 0.71% | - |
| HSV(B) | 121.94º | 0.16% | 0.77% | - |
| XYZ | 42.14 | 50.23 | 43.55 | - |
| YUV | 183.31 | 118.23 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 196 | 166 | 0.16 | 0 | 0.15 | 0.23 | 121.94 | 0.21 | 0.71 |
| Hex | A5 | C4 | A6 | 10 | 0 | F | 17 | 7A | 15 | 47 |
| Octal | 245 | 304 | 246 | 20 | 0 | 17 | 27 | 172 | 25 | 107 |
| Binary | 10100101 | 11000100 | 10100110 | 10000 | 0 | 1111 | 10111 | 1111010 | 10101 | 1000111 |
Color Harmonies of #A5C4A6
Complementary color
Monochromatic Colors of #A5C4A6
Black with #A5C4A6
Text Example
Text Example
White with #A5C4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C4A6; }
p { color: rgb(165,196,166); }
H1.HeaderClassName
{
color: #A5C4A6;
}
.AnyTagClassName
{
color: #A5C4A6;
}
</style>
background-color css
<style>
a { background-color: #A5C4A6; }
a { background-color: rgb(165,196,166); }
div.DivClassName
{
background-color: #A5C4A6;
}
.BgClassName
{
background-color: #A5C4A6;
}
</style>
border-color css
<style>
span { border-color: #A5C4A6; }
span { border-color: rgb(165,196,166); }
td.TdClassName
{
border-color: #A5C4A6;
}
.TagClassName
{
border-color: #A5C4A6;
}
</style>