Shades of Green Smoke #A2AA50
Tints of Green Smoke #A2AA50
RGB
CMYK
RGB Variations
Color information
#A2AA50 (or 0xA2AA50) is known color: Green Smoke. HEX triplet: A2, AA and 50. RGB value is (162,170,80). Sum of RGB (Red+Green+Blue) = 162+170+80=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA50 is #5D55AF. Grayscale: #9D9D9D. Windows color (decimal): -6116784 or 5286562. OLE color: 5286562.
HSL color Cylindrical-coordinate representation of color #A2AA50: hue angle of 65.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2AA50 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 80 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.33 |
| HSL | 65.33º | 0.36% | 0.49% | - |
| HSV(B) | 65.33º | 0.53% | 0.67% | - |
| XYZ | 30.72 | 37.01 | 13.11 | - |
| YUV | 157.35 | 84.35 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 80 | 0.05 | 0 | 0.53 | 0.33 | 65.33 | 0.36 | 0.49 |
| Hex | A2 | AA | 50 | 5 | 0 | 35 | 21 | 41 | 24 | 31 |
| Octal | 242 | 252 | 120 | 5 | 0 | 65 | 41 | 101 | 44 | 61 |
| Binary | 10100010 | 10101010 | 1010000 | 101 | 0 | 110101 | 100001 | 1000001 | 100100 | 110001 |
Color Harmonies of #A2AA50
Complementary color
Monochromatic Colors of #A2AA50
Black with #A2AA50
Text Example
Text Example
White with #A2AA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA50; }
p { color: rgb(162,170,80); }
H1.HeaderClassName
{
color: #A2AA50;
}
.AnyTagClassName
{
color: #A2AA50;
}
</style>
background-color css
<style>
a { background-color: #A2AA50; }
a { background-color: rgb(162,170,80); }
div.DivClassName
{
background-color: #A2AA50;
}
.BgClassName
{
background-color: #A2AA50;
}
</style>
border-color css
<style>
span { border-color: #A2AA50; }
span { border-color: rgb(162,170,80); }
td.TdClassName
{
border-color: #A2AA50;
}
.TagClassName
{
border-color: #A2AA50;
}
</style>