Shades of Zanah #A9BCAA
Tints of Zanah #A9BCAA
RGB
CMYK
RGB Variations
Color information
#A9BCAA (or 0xA9BCAA) is known color: Zanah. HEX triplet: A9, BC and AA. RGB value is (169,188,170). Sum of RGB (Red+Green+Blue) = 169+188+170=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BCAA is #564355. Grayscale: #B4B4B4. Windows color (decimal): -5653334 or 11189417. OLE color: 11189417.
HSL color Cylindrical-coordinate representation of color #A9BCAA: hue angle of 123.16º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9BCAA is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 188 | 170 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.26 |
| HSL | 123.16º | 0.12% | 0.7% | - |
| HSV(B) | 123.16º | 0.1% | 0.74% | - |
| XYZ | 41.6 | 47.3 | 44.97 | - |
| YUV | 180.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 170 | 0.10 | 0 | 0.10 | 0.26 | 123.16 | 0.12 | 0.7 |
| Hex | A9 | BC | AA | A | 0 | A | 1A | 7B | C | 46 |
| Octal | 251 | 274 | 252 | 12 | 0 | 12 | 32 | 173 | 14 | 106 |
| Binary | 10101001 | 10111100 | 10101010 | 1010 | 0 | 1010 | 11010 | 1111011 | 1100 | 1000110 |
Color Harmonies of #A9BCAA
Complementary color
Monochromatic Colors of #A9BCAA
Black with #A9BCAA
Text Example
Text Example
White with #A9BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BCAA; }
p { color: rgb(169,188,170); }
H1.HeaderClassName
{
color: #A9BCAA;
}
.AnyTagClassName
{
color: #A9BCAA;
}
</style>
background-color css
<style>
a { background-color: #A9BCAA; }
a { background-color: rgb(169,188,170); }
div.DivClassName
{
background-color: #A9BCAA;
}
.BgClassName
{
background-color: #A9BCAA;
}
</style>
border-color css
<style>
span { border-color: #A9BCAA; }
span { border-color: rgb(169,188,170); }
td.TdClassName
{
border-color: #A9BCAA;
}
.TagClassName
{
border-color: #A9BCAA;
}
</style>