Shades of Zanah #A9C1A9
Tints of Zanah #A9C1A9
RGB
CMYK
RGB Variations
Color information
#A9C1A9 (or 0xA9C1A9) is known color: Zanah. HEX triplet: A9, C1 and A9. RGB value is (169,193,169). Sum of RGB (Red+Green+Blue) = 169+193+169=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 169 (66.41% from 255 or 31.83% from 531); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C1A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C1A9 is #563E56. Grayscale: #B7B7B7. Windows color (decimal): -5652055 or 11125161. OLE color: 11125161.
HSL color Cylindrical-coordinate representation of color #A9C1A9: hue angle of 120º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9C1A9 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 193 | 169 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.24 |
| HSL | 120º | 0.16% | 0.71% | - |
| HSV(B) | 120º | 0.12% | 0.76% | - |
| XYZ | 42.59 | 49.44 | 44.83 | - |
| YUV | 183.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 193 | 169 | 0.12 | 0 | 0.12 | 0.24 | 120 | 0.16 | 0.71 |
| Hex | A9 | C1 | A9 | C | 0 | C | 18 | 78 | 10 | 47 |
| Octal | 251 | 301 | 251 | 14 | 0 | 14 | 30 | 170 | 20 | 107 |
| Binary | 10101001 | 11000001 | 10101001 | 1100 | 0 | 1100 | 11000 | 1111000 | 10000 | 1000111 |
Color Harmonies of #A9C1A9
Complementary color
Monochromatic Colors of #A9C1A9
Black with #A9C1A9
Text Example
Text Example
White with #A9C1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C1A9; }
p { color: rgb(169,193,169); }
H1.HeaderClassName
{
color: #A9C1A9;
}
.AnyTagClassName
{
color: #A9C1A9;
}
</style>
background-color css
<style>
a { background-color: #A9C1A9; }
a { background-color: rgb(169,193,169); }
div.DivClassName
{
background-color: #A9C1A9;
}
.BgClassName
{
background-color: #A9C1A9;
}
</style>
border-color css
<style>
span { border-color: #A9C1A9; }
span { border-color: rgb(169,193,169); }
td.TdClassName
{
border-color: #A9C1A9;
}
.TagClassName
{
border-color: #A9C1A9;
}
</style>