Shades of Green Smoke #A0AA63
Tints of Green Smoke #A0AA63
RGB
CMYK
RGB Variations
Color information
#A0AA63 (or 0xA0AA63) is known color: Green Smoke. HEX triplet: A0, AA and 63. RGB value is (160,170,99). Sum of RGB (Red+Green+Blue) = 160+170+99=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA63 is #5F559C. Grayscale: #9F9F9F. Windows color (decimal): -6247837 or 6531744. OLE color: 6531744.
HSL color Cylindrical-coordinate representation of color #A0AA63: hue angle of 68.45º degrees, saturation: 0.29, 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 #A0AA63 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 99 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.33 |
| HSL | 68.45º | 0.29% | 0.53% | - |
| HSV(B) | 68.45º | 0.42% | 0.67% | - |
| XYZ | 31.12 | 37.12 | 17.33 | - |
| YUV | 158.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 99 | 0.06 | 0 | 0.42 | 0.33 | 68.45 | 0.29 | 0.53 |
| Hex | A0 | AA | 63 | 6 | 0 | 2A | 21 | 44 | 1D | 35 |
| Octal | 240 | 252 | 143 | 6 | 0 | 52 | 41 | 104 | 35 | 65 |
| Binary | 10100000 | 10101010 | 1100011 | 110 | 0 | 101010 | 100001 | 1000100 | 11101 | 110101 |
Color Harmonies of #A0AA63
Complementary color
Monochromatic Colors of #A0AA63
Black with #A0AA63
Text Example
Text Example
White with #A0AA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA63; }
p { color: rgb(160,170,99); }
H1.HeaderClassName
{
color: #A0AA63;
}
.AnyTagClassName
{
color: #A0AA63;
}
</style>
background-color css
<style>
a { background-color: #A0AA63; }
a { background-color: rgb(160,170,99); }
div.DivClassName
{
background-color: #A0AA63;
}
.BgClassName
{
background-color: #A0AA63;
}
</style>
border-color css
<style>
span { border-color: #A0AA63; }
span { border-color: rgb(160,170,99); }
td.TdClassName
{
border-color: #A0AA63;
}
.TagClassName
{
border-color: #A0AA63;
}
</style>