Shades of Green Smoke #A0AC64
Tints of Green Smoke #A0AC64
RGB
CMYK
RGB Variations
Color information
#A0AC64 (or 0xA0AC64) is known color: Green Smoke. HEX triplet: A0, AC and 64. RGB value is (160,172,100). Sum of RGB (Red+Green+Blue) = 160+172+100=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC64 is #5F539B. Grayscale: #A0A0A0. Windows color (decimal): -6247324 or 6597792. OLE color: 6597792.
HSL color Cylindrical-coordinate representation of color #A0AC64: hue angle of 70º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0AC64 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 100 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.33 |
| HSL | 70º | 0.3% | 0.53% | - |
| HSV(B) | 70º | 0.42% | 0.67% | - |
| XYZ | 31.55 | 37.9 | 17.71 | - |
| YUV | 160.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 100 | 0.07 | 0 | 0.42 | 0.33 | 70 | 0.3 | 0.53 |
| Hex | A0 | AC | 64 | 7 | 0 | 2A | 21 | 46 | 1E | 35 |
| Octal | 240 | 254 | 144 | 7 | 0 | 52 | 41 | 106 | 36 | 65 |
| Binary | 10100000 | 10101100 | 1100100 | 111 | 0 | 101010 | 100001 | 1000110 | 11110 | 110101 |
Color Harmonies of #A0AC64
Complementary color
Monochromatic Colors of #A0AC64
Black with #A0AC64
Text Example
Text Example
White with #A0AC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC64; }
p { color: rgb(160,172,100); }
H1.HeaderClassName
{
color: #A0AC64;
}
.AnyTagClassName
{
color: #A0AC64;
}
</style>
background-color css
<style>
a { background-color: #A0AC64; }
a { background-color: rgb(160,172,100); }
div.DivClassName
{
background-color: #A0AC64;
}
.BgClassName
{
background-color: #A0AC64;
}
</style>
border-color css
<style>
span { border-color: #A0AC64; }
span { border-color: rgb(160,172,100); }
td.TdClassName
{
border-color: #A0AC64;
}
.TagClassName
{
border-color: #A0AC64;
}
</style>