Shades of Green Smoke #A0AA62
Tints of Green Smoke #A0AA62
RGB
CMYK
RGB Variations
Color information
#A0AA62 (or 0xA0AA62) is known color: Green Smoke. HEX triplet: A0, AA and 62. RGB value is (160,170,98). Sum of RGB (Red+Green+Blue) = 160+170+98=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA62 is #5F559D. Grayscale: #9F9F9F. Windows color (decimal): -6247838 or 6466208. OLE color: 6466208.
HSL color Cylindrical-coordinate representation of color #A0AA62: hue angle of 68.33º 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 #A0AA62 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 98 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.33 |
| HSL | 68.33º | 0.3% | 0.53% | - |
| HSV(B) | 68.33º | 0.42% | 0.67% | - |
| XYZ | 31.08 | 37.1 | 17.08 | - |
| YUV | 158.8 | 93.69 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 98 | 0.06 | 0 | 0.42 | 0.33 | 68.33 | 0.3 | 0.53 |
| Hex | A0 | AA | 62 | 6 | 0 | 2A | 21 | 44 | 1E | 35 |
| Octal | 240 | 252 | 142 | 6 | 0 | 52 | 41 | 104 | 36 | 65 |
| Binary | 10100000 | 10101010 | 1100010 | 110 | 0 | 101010 | 100001 | 1000100 | 11110 | 110101 |
Color Harmonies of #A0AA62
Complementary color
Monochromatic Colors of #A0AA62
Black with #A0AA62
Text Example
Text Example
White with #A0AA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA62; }
p { color: rgb(160,170,98); }
H1.HeaderClassName
{
color: #A0AA62;
}
.AnyTagClassName
{
color: #A0AA62;
}
</style>
background-color css
<style>
a { background-color: #A0AA62; }
a { background-color: rgb(160,170,98); }
div.DivClassName
{
background-color: #A0AA62;
}
.BgClassName
{
background-color: #A0AA62;
}
</style>
border-color css
<style>
span { border-color: #A0AA62; }
span { border-color: rgb(160,170,98); }
td.TdClassName
{
border-color: #A0AA62;
}
.TagClassName
{
border-color: #A0AA62;
}
</style>