Shades of Zanah #A9CBA5
Tints of Zanah #A9CBA5
RGB
CMYK
RGB Variations
Color information
#A9CBA5 (or 0xA9CBA5) is known color: Zanah. HEX triplet: A9, CB and A5. RGB value is (169,203,165). Sum of RGB (Red+Green+Blue) = 169+203+165=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CBA5 is #56345A. Grayscale: #BCBCBC. Windows color (decimal): -5649499 or 10865577. OLE color: 10865577.
HSL color Cylindrical-coordinate representation of color #A9CBA5: hue angle of 113.68º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9CBA5 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 203 | 165 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.20 |
| HSL | 113.68º | 0.27% | 0.72% | - |
| HSV(B) | 113.68º | 0.19% | 0.8% | - |
| XYZ | 44.51 | 53.86 | 43.65 | - |
| YUV | 188.5 | 114.74 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 203 | 165 | 0.17 | 0 | 0.19 | 0.20 | 113.68 | 0.27 | 0.72 |
| Hex | A9 | CB | A5 | 11 | 0 | 13 | 14 | 72 | 1B | 48 |
| Octal | 251 | 313 | 245 | 21 | 0 | 23 | 24 | 162 | 33 | 110 |
| Binary | 10101001 | 11001011 | 10100101 | 10001 | 0 | 10011 | 10100 | 1110010 | 11011 | 1001000 |
Color Harmonies of #A9CBA5
Complementary color
Monochromatic Colors of #A9CBA5
Black with #A9CBA5
Text Example
Text Example
White with #A9CBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CBA5; }
p { color: rgb(169,203,165); }
H1.HeaderClassName
{
color: #A9CBA5;
}
.AnyTagClassName
{
color: #A9CBA5;
}
</style>
background-color css
<style>
a { background-color: #A9CBA5; }
a { background-color: rgb(169,203,165); }
div.DivClassName
{
background-color: #A9CBA5;
}
.BgClassName
{
background-color: #A9CBA5;
}
</style>
border-color css
<style>
span { border-color: #A9CBA5; }
span { border-color: rgb(169,203,165); }
td.TdClassName
{
border-color: #A9CBA5;
}
.TagClassName
{
border-color: #A9CBA5;
}
</style>