Shades of Green Smoke #A2AA4D
Tints of Green Smoke #A2AA4D
RGB
CMYK
RGB Variations
Color information
#A2AA4D (or 0xA2AA4D) is known color: Green Smoke. HEX triplet: A2, AA and 4D. RGB value is (162,170,77). Sum of RGB (Red+Green+Blue) = 162+170+77=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA4D is #5D55B2. Grayscale: #9D9D9D. Windows color (decimal): -6116787 or 5089954. OLE color: 5089954.
HSL color Cylindrical-coordinate representation of color #A2AA4D: hue angle of 65.16º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2AA4D is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 77 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.33 |
| HSL | 65.16º | 0.38% | 0.48% | - |
| HSV(B) | 65.16º | 0.55% | 0.67% | - |
| XYZ | 30.61 | 36.97 | 12.54 | - |
| YUV | 157.01 | 82.85 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 77 | 0.05 | 0 | 0.55 | 0.33 | 65.16 | 0.38 | 0.48 |
| Hex | A2 | AA | 4D | 5 | 0 | 37 | 21 | 41 | 26 | 30 |
| Octal | 242 | 252 | 115 | 5 | 0 | 67 | 41 | 101 | 46 | 60 |
| Binary | 10100010 | 10101010 | 1001101 | 101 | 0 | 110111 | 100001 | 1000001 | 100110 | 110000 |
Color Harmonies of #A2AA4D
Complementary color
Monochromatic Colors of #A2AA4D
Black with #A2AA4D
Text Example
Text Example
White with #A2AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA4D; }
p { color: rgb(162,170,77); }
H1.HeaderClassName
{
color: #A2AA4D;
}
.AnyTagClassName
{
color: #A2AA4D;
}
</style>
background-color css
<style>
a { background-color: #A2AA4D; }
a { background-color: rgb(162,170,77); }
div.DivClassName
{
background-color: #A2AA4D;
}
.BgClassName
{
background-color: #A2AA4D;
}
</style>
border-color css
<style>
span { border-color: #A2AA4D; }
span { border-color: rgb(162,170,77); }
td.TdClassName
{
border-color: #A2AA4D;
}
.TagClassName
{
border-color: #A2AA4D;
}
</style>