Shades of Zanah #A3C9A3
Tints of Zanah #A3C9A3
RGB
CMYK
RGB Variations
Color information
#A3C9A3 (or 0xA3C9A3) is known color: Zanah. HEX triplet: A3, C9 and A3. RGB value is (163,201,163). Sum of RGB (Red+Green+Blue) = 163+201+163=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C9A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C9A3 is #5C365C. Grayscale: #B9B9B9. Windows color (decimal): -6043229 or 10733987. OLE color: 10733987.
HSL color Cylindrical-coordinate representation of color #A3C9A3: hue angle of 120º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3C9A3 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 163 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.21 |
| HSL | 120º | 0.26% | 0.71% | - |
| HSV(B) | 120º | 0.19% | 0.79% | - |
| XYZ | 42.6 | 52.2 | 42.48 | - |
| YUV | 185.31 | 115.41 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 163 | 0.19 | 0 | 0.19 | 0.21 | 120 | 0.26 | 0.71 |
| Hex | A3 | C9 | A3 | 13 | 0 | 13 | 15 | 78 | 1A | 47 |
| Octal | 243 | 311 | 243 | 23 | 0 | 23 | 25 | 170 | 32 | 107 |
| Binary | 10100011 | 11001001 | 10100011 | 10011 | 0 | 10011 | 10101 | 1111000 | 11010 | 1000111 |
Color Harmonies of #A3C9A3
Complementary color
Monochromatic Colors of #A3C9A3
Black with #A3C9A3
Text Example
Text Example
White with #A3C9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C9A3; }
p { color: rgb(163,201,163); }
H1.HeaderClassName
{
color: #A3C9A3;
}
.AnyTagClassName
{
color: #A3C9A3;
}
</style>
background-color css
<style>
a { background-color: #A3C9A3; }
a { background-color: rgb(163,201,163); }
div.DivClassName
{
background-color: #A3C9A3;
}
.BgClassName
{
background-color: #A3C9A3;
}
</style>
border-color css
<style>
span { border-color: #A3C9A3; }
span { border-color: rgb(163,201,163); }
td.TdClassName
{
border-color: #A3C9A3;
}
.TagClassName
{
border-color: #A3C9A3;
}
</style>