Shades of Zanah #A9BDA9
Tints of Zanah #A9BDA9
RGB
CMYK
RGB Variations
Color information
#A9BDA9 (or 0xA9BDA9) is known color: Zanah. HEX triplet: A9, BD and A9. RGB value is (169,189,169). Sum of RGB (Red+Green+Blue) = 169+189+169=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BDA9 is #564256. Grayscale: #B4B4B4. Windows color (decimal): -5653079 or 11124137. OLE color: 11124137.
HSL color Cylindrical-coordinate representation of color #A9BDA9: hue angle of 120º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A9BDA9 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 169 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.26 |
| HSL | 120º | 0.13% | 0.7% | - |
| HSV(B) | 120º | 0.11% | 0.74% | - |
| XYZ | 41.72 | 47.69 | 44.54 | - |
| YUV | 180.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 169 | 0.11 | 0 | 0.11 | 0.26 | 120 | 0.13 | 0.7 |
| Hex | A9 | BD | A9 | B | 0 | B | 1A | 78 | D | 46 |
| Octal | 251 | 275 | 251 | 13 | 0 | 13 | 32 | 170 | 15 | 106 |
| Binary | 10101001 | 10111101 | 10101001 | 1011 | 0 | 1011 | 11010 | 1111000 | 1101 | 1000110 |
Color Harmonies of #A9BDA9
Complementary color
Monochromatic Colors of #A9BDA9
Black with #A9BDA9
Text Example
Text Example
White with #A9BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BDA9; }
p { color: rgb(169,189,169); }
H1.HeaderClassName
{
color: #A9BDA9;
}
.AnyTagClassName
{
color: #A9BDA9;
}
</style>
background-color css
<style>
a { background-color: #A9BDA9; }
a { background-color: rgb(169,189,169); }
div.DivClassName
{
background-color: #A9BDA9;
}
.BgClassName
{
background-color: #A9BDA9;
}
</style>
border-color css
<style>
span { border-color: #A9BDA9; }
span { border-color: rgb(169,189,169); }
td.TdClassName
{
border-color: #A9BDA9;
}
.TagClassName
{
border-color: #A9BDA9;
}
</style>