Shades of Green Smoke #A0AA64
Tints of Green Smoke #A0AA64
RGB
CMYK
RGB Variations
Color information
#A0AA64 (or 0xA0AA64) is known color: Green Smoke. HEX triplet: A0, AA and 64. RGB value is (160,170,100). Sum of RGB (Red+Green+Blue) = 160+170+100=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA64 is #5F559B. Grayscale: #9F9F9F. Windows color (decimal): -6247836 or 6597280. OLE color: 6597280.
HSL color Cylindrical-coordinate representation of color #A0AA64: hue angle of 68.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0AA64 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 100 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.33 |
| HSL | 68.57º | 0.29% | 0.53% | - |
| HSV(B) | 68.57º | 0.41% | 0.67% | - |
| XYZ | 31.17 | 37.14 | 17.58 | - |
| YUV | 159.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 100 | 0.06 | 0 | 0.41 | 0.33 | 68.57 | 0.29 | 0.53 |
| Hex | A0 | AA | 64 | 6 | 0 | 29 | 21 | 45 | 1D | 35 |
| Octal | 240 | 252 | 144 | 6 | 0 | 51 | 41 | 105 | 35 | 65 |
| Binary | 10100000 | 10101010 | 1100100 | 110 | 0 | 101001 | 100001 | 1000101 | 11101 | 110101 |
Color Harmonies of #A0AA64
Complementary color
Monochromatic Colors of #A0AA64
Black with #A0AA64
Text Example
Text Example
White with #A0AA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA64; }
p { color: rgb(160,170,100); }
H1.HeaderClassName
{
color: #A0AA64;
}
.AnyTagClassName
{
color: #A0AA64;
}
</style>
background-color css
<style>
a { background-color: #A0AA64; }
a { background-color: rgb(160,170,100); }
div.DivClassName
{
background-color: #A0AA64;
}
.BgClassName
{
background-color: #A0AA64;
}
</style>
border-color css
<style>
span { border-color: #A0AA64; }
span { border-color: rgb(160,170,100); }
td.TdClassName
{
border-color: #A0AA64;
}
.TagClassName
{
border-color: #A0AA64;
}
</style>