Shades of Zanah #A5CCA4
Tints of Zanah #A5CCA4
RGB
CMYK
RGB Variations
Color information
#A5CCA4 (or 0xA5CCA4) is known color: Zanah. HEX triplet: A5, CC and A4. RGB value is (165,204,164). Sum of RGB (Red+Green+Blue) = 165+204+164=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CCA4 is #5A335B. Grayscale: #BBBBBB. Windows color (decimal): -5911388 or 10800293. OLE color: 10800293.
HSL color Cylindrical-coordinate representation of color #A5CCA4: hue angle of 118.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CCA4 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 204 | 164 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.2 |
| HSL | 118.5º | 0.28% | 0.72% | - |
| HSV(B) | 118.5º | 0.2% | 0.8% | - |
| XYZ | 43.81 | 53.87 | 43.21 | - |
| YUV | 187.78 | 114.58 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 204 | 164 | 0.19 | 0 | 0.20 | 0.2 | 118.5 | 0.28 | 0.72 |
| Hex | A5 | CC | A4 | 13 | 0 | 14 | 14 | 76 | 1C | 48 |
| Octal | 245 | 314 | 244 | 23 | 0 | 24 | 24 | 166 | 34 | 110 |
| Binary | 10100101 | 11001100 | 10100100 | 10011 | 0 | 10100 | 10100 | 1110110 | 11100 | 1001000 |
Color Harmonies of #A5CCA4
Complementary color
Monochromatic Colors of #A5CCA4
Black with #A5CCA4
Text Example
Text Example
White with #A5CCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CCA4; }
p { color: rgb(165,204,164); }
H1.HeaderClassName
{
color: #A5CCA4;
}
.AnyTagClassName
{
color: #A5CCA4;
}
</style>
background-color css
<style>
a { background-color: #A5CCA4; }
a { background-color: rgb(165,204,164); }
div.DivClassName
{
background-color: #A5CCA4;
}
.BgClassName
{
background-color: #A5CCA4;
}
</style>
border-color css
<style>
span { border-color: #A5CCA4; }
span { border-color: rgb(165,204,164); }
td.TdClassName
{
border-color: #A5CCA4;
}
.TagClassName
{
border-color: #A5CCA4;
}
</style>