Shades of Green Smoke #A2AA65
Tints of Green Smoke #A2AA65
RGB
CMYK
RGB Variations
Color information
#A2AA65 (or 0xA2AA65) is known color: Green Smoke. HEX triplet: A2, AA and 65. RGB value is (162,170,101). Sum of RGB (Red+Green+Blue) = 162+170+101=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA65 is #5D559A. Grayscale: #A0A0A0. Windows color (decimal): -6116763 or 6662818. OLE color: 6662818.
HSL color Cylindrical-coordinate representation of color #A2AA65: hue angle of 66.96º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2AA65 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 101 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.33 |
| HSL | 66.96º | 0.29% | 0.53% | - |
| HSV(B) | 66.96º | 0.41% | 0.67% | - |
| XYZ | 31.62 | 37.37 | 17.86 | - |
| YUV | 159.74 | 94.85 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 101 | 0.05 | 0 | 0.41 | 0.33 | 66.96 | 0.29 | 0.53 |
| Hex | A2 | AA | 65 | 5 | 0 | 29 | 21 | 43 | 1D | 35 |
| Octal | 242 | 252 | 145 | 5 | 0 | 51 | 41 | 103 | 35 | 65 |
| Binary | 10100010 | 10101010 | 1100101 | 101 | 0 | 101001 | 100001 | 1000011 | 11101 | 110101 |
Color Harmonies of #A2AA65
Complementary color
Monochromatic Colors of #A2AA65
Black with #A2AA65
Text Example
Text Example
White with #A2AA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA65; }
p { color: rgb(162,170,101); }
H1.HeaderClassName
{
color: #A2AA65;
}
.AnyTagClassName
{
color: #A2AA65;
}
</style>
background-color css
<style>
a { background-color: #A2AA65; }
a { background-color: rgb(162,170,101); }
div.DivClassName
{
background-color: #A2AA65;
}
.BgClassName
{
background-color: #A2AA65;
}
</style>
border-color css
<style>
span { border-color: #A2AA65; }
span { border-color: rgb(162,170,101); }
td.TdClassName
{
border-color: #A2AA65;
}
.TagClassName
{
border-color: #A2AA65;
}
</style>