Shades of Zanah #A5C5A4
Tints of Zanah #A5C5A4
RGB
CMYK
RGB Variations
Color information
#A5C5A4 (or 0xA5C5A4) is known color: Zanah. HEX triplet: A5, C5 and A4. RGB value is (165,197,164). Sum of RGB (Red+Green+Blue) = 165+197+164=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 164 (64.45% from 255 or 31.18% from 526); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C5A4 is #5A3A5B. Grayscale: #B7B7B7. Windows color (decimal): -5913180 or 10798501. OLE color: 10798501.
HSL color Cylindrical-coordinate representation of color #A5C5A4: hue angle of 118.18º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5C5A4 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 164 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.23 |
| HSL | 118.18º | 0.22% | 0.71% | - |
| HSV(B) | 118.18º | 0.17% | 0.77% | - |
| XYZ | 42.18 | 50.61 | 42.67 | - |
| YUV | 183.67 | 116.9 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 164 | 0.16 | 0 | 0.17 | 0.23 | 118.18 | 0.22 | 0.71 |
| Hex | A5 | C5 | A4 | 10 | 0 | 11 | 17 | 76 | 16 | 47 |
| Octal | 245 | 305 | 244 | 20 | 0 | 21 | 27 | 166 | 26 | 107 |
| Binary | 10100101 | 11000101 | 10100100 | 10000 | 0 | 10001 | 10111 | 1110110 | 10110 | 1000111 |
Color Harmonies of #A5C5A4
Complementary color
Monochromatic Colors of #A5C5A4
Black with #A5C5A4
Text Example
Text Example
White with #A5C5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C5A4; }
p { color: rgb(165,197,164); }
H1.HeaderClassName
{
color: #A5C5A4;
}
.AnyTagClassName
{
color: #A5C5A4;
}
</style>
background-color css
<style>
a { background-color: #A5C5A4; }
a { background-color: rgb(165,197,164); }
div.DivClassName
{
background-color: #A5C5A4;
}
.BgClassName
{
background-color: #A5C5A4;
}
</style>
border-color css
<style>
span { border-color: #A5C5A4; }
span { border-color: rgb(165,197,164); }
td.TdClassName
{
border-color: #A5C5A4;
}
.TagClassName
{
border-color: #A5C5A4;
}
</style>