Shades of Green Smoke #A0AA53
Tints of Green Smoke #A0AA53
RGB
CMYK
RGB Variations
Color information
#A0AA53 (or 0xA0AA53) is known color: Green Smoke. HEX triplet: A0, AA and 53. RGB value is (160,170,83). Sum of RGB (Red+Green+Blue) = 160+170+83=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA53 is #5F55AC. Grayscale: #9D9D9D. Windows color (decimal): -6247853 or 5483168. OLE color: 5483168.
HSL color Cylindrical-coordinate representation of color #A0AA53: hue angle of 66.9º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0AA53 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 83 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.33 |
| HSL | 66.9º | 0.34% | 0.5% | - |
| HSV(B) | 66.9º | 0.51% | 0.67% | - |
| XYZ | 30.43 | 36.85 | 13.69 | - |
| YUV | 157.09 | 86.19 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 83 | 0.06 | 0 | 0.51 | 0.33 | 66.9 | 0.34 | 0.5 |
| Hex | A0 | AA | 53 | 6 | 0 | 33 | 21 | 43 | 22 | 32 |
| Octal | 240 | 252 | 123 | 6 | 0 | 63 | 41 | 103 | 42 | 62 |
| Binary | 10100000 | 10101010 | 1010011 | 110 | 0 | 110011 | 100001 | 1000011 | 100010 | 110010 |
Color Harmonies of #A0AA53
Complementary color
Monochromatic Colors of #A0AA53
Black with #A0AA53
Text Example
Text Example
White with #A0AA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA53; }
p { color: rgb(160,170,83); }
H1.HeaderClassName
{
color: #A0AA53;
}
.AnyTagClassName
{
color: #A0AA53;
}
</style>
background-color css
<style>
a { background-color: #A0AA53; }
a { background-color: rgb(160,170,83); }
div.DivClassName
{
background-color: #A0AA53;
}
.BgClassName
{
background-color: #A0AA53;
}
</style>
border-color css
<style>
span { border-color: #A0AA53; }
span { border-color: rgb(160,170,83); }
td.TdClassName
{
border-color: #A0AA53;
}
.TagClassName
{
border-color: #A0AA53;
}
</style>