Shades of Green Smoke #A2AA53
Tints of Green Smoke #A2AA53
RGB
CMYK
RGB Variations
Color information
#A2AA53 (or 0xA2AA53) is known color: Green Smoke. HEX triplet: A2, AA and 53. RGB value is (162,170,83). Sum of RGB (Red+Green+Blue) = 162+170+83=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA53 is #5D55AC. Grayscale: #9E9E9E. Windows color (decimal): -6116781 or 5483170. OLE color: 5483170.
HSL color Cylindrical-coordinate representation of color #A2AA53: hue angle of 65.52º 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 #A2AA53 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 83 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.33 |
| HSL | 65.52º | 0.34% | 0.5% | - |
| HSV(B) | 65.52º | 0.51% | 0.67% | - |
| XYZ | 30.84 | 37.06 | 13.71 | - |
| YUV | 157.69 | 85.85 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 83 | 0.05 | 0 | 0.51 | 0.33 | 65.52 | 0.34 | 0.5 |
| Hex | A2 | AA | 53 | 5 | 0 | 33 | 21 | 42 | 22 | 32 |
| Octal | 242 | 252 | 123 | 5 | 0 | 63 | 41 | 102 | 42 | 62 |
| Binary | 10100010 | 10101010 | 1010011 | 101 | 0 | 110011 | 100001 | 1000010 | 100010 | 110010 |
Color Harmonies of #A2AA53
Complementary color
Monochromatic Colors of #A2AA53
Black with #A2AA53
Text Example
Text Example
White with #A2AA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA53; }
p { color: rgb(162,170,83); }
H1.HeaderClassName
{
color: #A2AA53;
}
.AnyTagClassName
{
color: #A2AA53;
}
</style>
background-color css
<style>
a { background-color: #A2AA53; }
a { background-color: rgb(162,170,83); }
div.DivClassName
{
background-color: #A2AA53;
}
.BgClassName
{
background-color: #A2AA53;
}
</style>
border-color css
<style>
span { border-color: #A2AA53; }
span { border-color: rgb(162,170,83); }
td.TdClassName
{
border-color: #A2AA53;
}
.TagClassName
{
border-color: #A2AA53;
}
</style>