Shades of Green Smoke #A0AA71
Tints of Green Smoke #A0AA71
RGB
CMYK
RGB Variations
Color information
#A0AA71 (or 0xA0AA71) is known color: Green Smoke. HEX triplet: A0, AA and 71. RGB value is (160,170,113). Sum of RGB (Red+Green+Blue) = 160+170+113=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA71 is #5F558E. Grayscale: #A0A0A0. Windows color (decimal): -6247823 or 7449248. OLE color: 7449248.
HSL color Cylindrical-coordinate representation of color #A0AA71: hue angle of 70.53º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0AA71 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 113 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.33 |
| HSL | 70.53º | 0.25% | 0.55% | - |
| HSV(B) | 70.53º | 0.34% | 0.67% | - |
| XYZ | 31.85 | 37.42 | 21.17 | - |
| YUV | 160.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 113 | 0.06 | 0 | 0.34 | 0.33 | 70.53 | 0.25 | 0.55 |
| Hex | A0 | AA | 71 | 6 | 0 | 22 | 21 | 47 | 19 | 37 |
| Octal | 240 | 252 | 161 | 6 | 0 | 42 | 41 | 107 | 31 | 67 |
| Binary | 10100000 | 10101010 | 1110001 | 110 | 0 | 100010 | 100001 | 1000111 | 11001 | 110111 |
Color Harmonies of #A0AA71
Complementary color
Monochromatic Colors of #A0AA71
Black with #A0AA71
Text Example
Text Example
White with #A0AA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA71; }
p { color: rgb(160,170,113); }
H1.HeaderClassName
{
color: #A0AA71;
}
.AnyTagClassName
{
color: #A0AA71;
}
</style>
background-color css
<style>
a { background-color: #A0AA71; }
a { background-color: rgb(160,170,113); }
div.DivClassName
{
background-color: #A0AA71;
}
.BgClassName
{
background-color: #A0AA71;
}
</style>
border-color css
<style>
span { border-color: #A0AA71; }
span { border-color: rgb(160,170,113); }
td.TdClassName
{
border-color: #A0AA71;
}
.TagClassName
{
border-color: #A0AA71;
}
</style>