Shades of Zanah #A8CAA5
Tints of Zanah #A8CAA5
RGB
CMYK
RGB Variations
Color information
#A8CAA5 (or 0xA8CAA5) is known color: Zanah. HEX triplet: A8, CA and A5. RGB value is (168,202,165). Sum of RGB (Red+Green+Blue) = 168+202+165=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CAA5 is #57355A. Grayscale: #BBBBBB. Windows color (decimal): -5715291 or 10865320. OLE color: 10865320.
HSL color Cylindrical-coordinate representation of color #A8CAA5: hue angle of 115.14º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CAA5 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 165 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.21 |
| HSL | 115.14º | 0.26% | 0.72% | - |
| HSV(B) | 115.14º | 0.18% | 0.79% | - |
| XYZ | 44.06 | 53.28 | 43.56 | - |
| YUV | 187.62 | 115.24 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 165 | 0.17 | 0 | 0.18 | 0.21 | 115.14 | 0.26 | 0.72 |
| Hex | A8 | CA | A5 | 11 | 0 | 12 | 15 | 73 | 1A | 48 |
| Octal | 250 | 312 | 245 | 21 | 0 | 22 | 25 | 163 | 32 | 110 |
| Binary | 10101000 | 11001010 | 10100101 | 10001 | 0 | 10010 | 10101 | 1110011 | 11010 | 1001000 |
Color Harmonies of #A8CAA5
Complementary color
Monochromatic Colors of #A8CAA5
Black with #A8CAA5
Text Example
Text Example
White with #A8CAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CAA5; }
p { color: rgb(168,202,165); }
H1.HeaderClassName
{
color: #A8CAA5;
}
.AnyTagClassName
{
color: #A8CAA5;
}
</style>
background-color css
<style>
a { background-color: #A8CAA5; }
a { background-color: rgb(168,202,165); }
div.DivClassName
{
background-color: #A8CAA5;
}
.BgClassName
{
background-color: #A8CAA5;
}
</style>
border-color css
<style>
span { border-color: #A8CAA5; }
span { border-color: rgb(168,202,165); }
td.TdClassName
{
border-color: #A8CAA5;
}
.TagClassName
{
border-color: #A8CAA5;
}
</style>