Shades of Zanah #A9D0A3
Tints of Zanah #A9D0A3
RGB
CMYK
RGB Variations
Color information
#A9D0A3 (or 0xA9D0A3) is known color: Zanah. HEX triplet: A9, D0 and A3. RGB value is (169,208,163). Sum of RGB (Red+Green+Blue) = 169+208+163=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 163 (64.06% from 255 or 30.19% from 540); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D0A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D0A3 is #562F5C. Grayscale: #BFBFBF. Windows color (decimal): -5648221 or 10735785. OLE color: 10735785.
HSL color Cylindrical-coordinate representation of color #A9D0A3: hue angle of 112º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9D0A3 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 208 | 163 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.18 |
| HSL | 112º | 0.32% | 0.73% | - |
| HSV(B) | 112º | 0.22% | 0.82% | - |
| XYZ | 45.53 | 56.19 | 43.1 | - |
| YUV | 191.21 | 112.08 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 208 | 163 | 0.19 | 0 | 0.22 | 0.18 | 112 | 0.32 | 0.73 |
| Hex | A9 | D0 | A3 | 13 | 0 | 16 | 12 | 70 | 20 | 49 |
| Octal | 251 | 320 | 243 | 23 | 0 | 26 | 22 | 160 | 40 | 111 |
| Binary | 10101001 | 11010000 | 10100011 | 10011 | 0 | 10110 | 10010 | 1110000 | 100000 | 1001001 |
Color Harmonies of #A9D0A3
Complementary color
Monochromatic Colors of #A9D0A3
Black with #A9D0A3
Text Example
Text Example
White with #A9D0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D0A3; }
p { color: rgb(169,208,163); }
H1.HeaderClassName
{
color: #A9D0A3;
}
.AnyTagClassName
{
color: #A9D0A3;
}
</style>
background-color css
<style>
a { background-color: #A9D0A3; }
a { background-color: rgb(169,208,163); }
div.DivClassName
{
background-color: #A9D0A3;
}
.BgClassName
{
background-color: #A9D0A3;
}
</style>
border-color css
<style>
span { border-color: #A9D0A3; }
span { border-color: rgb(169,208,163); }
td.TdClassName
{
border-color: #A9D0A3;
}
.TagClassName
{
border-color: #A9D0A3;
}
</style>