Shades of Zanah #A3C0A4
Tints of Zanah #A3C0A4
RGB
CMYK
RGB Variations
Color information
#A3C0A4 (or 0xA3C0A4) is known color: Zanah. HEX triplet: A3, C0 and A4. RGB value is (163,192,164). Sum of RGB (Red+Green+Blue) = 163+192+164=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C0A4 is #5C3F5B. Grayscale: #B4B4B4. Windows color (decimal): -6045532 or 10797219. OLE color: 10797219.
HSL color Cylindrical-coordinate representation of color #A3C0A4: hue angle of 122.07º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3C0A4 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 164 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.25 |
| HSL | 122.07º | 0.19% | 0.7% | - |
| HSV(B) | 122.07º | 0.15% | 0.75% | - |
| XYZ | 40.65 | 48.17 | 42.28 | - |
| YUV | 180.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 164 | 0.15 | 0 | 0.15 | 0.25 | 122.07 | 0.19 | 0.7 |
| Hex | A3 | C0 | A4 | F | 0 | F | 19 | 7A | 13 | 46 |
| Octal | 243 | 300 | 244 | 17 | 0 | 17 | 31 | 172 | 23 | 106 |
| Binary | 10100011 | 11000000 | 10100100 | 1111 | 0 | 1111 | 11001 | 1111010 | 10011 | 1000110 |
Color Harmonies of #A3C0A4
Complementary color
Monochromatic Colors of #A3C0A4
Black with #A3C0A4
Text Example
Text Example
White with #A3C0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C0A4; }
p { color: rgb(163,192,164); }
H1.HeaderClassName
{
color: #A3C0A4;
}
.AnyTagClassName
{
color: #A3C0A4;
}
</style>
background-color css
<style>
a { background-color: #A3C0A4; }
a { background-color: rgb(163,192,164); }
div.DivClassName
{
background-color: #A3C0A4;
}
.BgClassName
{
background-color: #A3C0A4;
}
</style>
border-color css
<style>
span { border-color: #A3C0A4; }
span { border-color: rgb(163,192,164); }
td.TdClassName
{
border-color: #A3C0A4;
}
.TagClassName
{
border-color: #A3C0A4;
}
</style>