Shades of Zanah #A3C4A4
Tints of Zanah #A3C4A4
RGB
CMYK
RGB Variations
Color information
#A3C4A4 (or 0xA3C4A4) is known color: Zanah. HEX triplet: A3, C4 and A4. RGB value is (163,196,164). Sum of RGB (Red+Green+Blue) = 163+196+164=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C4A4 is #5C3B5B. Grayscale: #B6B6B6. Windows color (decimal): -6044508 or 10798243. OLE color: 10798243.
HSL color Cylindrical-coordinate representation of color #A3C4A4: hue angle of 121.82º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3C4A4 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 164 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.23 |
| HSL | 121.82º | 0.22% | 0.7% | - |
| HSV(B) | 121.82º | 0.17% | 0.77% | - |
| XYZ | 41.55 | 49.95 | 42.57 | - |
| YUV | 182.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 164 | 0.17 | 0 | 0.16 | 0.23 | 121.82 | 0.22 | 0.7 |
| Hex | A3 | C4 | A4 | 11 | 0 | 10 | 17 | 7A | 16 | 46 |
| Octal | 243 | 304 | 244 | 21 | 0 | 20 | 27 | 172 | 26 | 106 |
| Binary | 10100011 | 11000100 | 10100100 | 10001 | 0 | 10000 | 10111 | 1111010 | 10110 | 1000110 |
Color Harmonies of #A3C4A4
Complementary color
Monochromatic Colors of #A3C4A4
Black with #A3C4A4
Text Example
Text Example
White with #A3C4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C4A4; }
p { color: rgb(163,196,164); }
H1.HeaderClassName
{
color: #A3C4A4;
}
.AnyTagClassName
{
color: #A3C4A4;
}
</style>
background-color css
<style>
a { background-color: #A3C4A4; }
a { background-color: rgb(163,196,164); }
div.DivClassName
{
background-color: #A3C4A4;
}
.BgClassName
{
background-color: #A3C4A4;
}
</style>
border-color css
<style>
span { border-color: #A3C4A4; }
span { border-color: rgb(163,196,164); }
td.TdClassName
{
border-color: #A3C4A4;
}
.TagClassName
{
border-color: #A3C4A4;
}
</style>