Shades of Green Smoke #A2AA4C
Tints of Green Smoke #A2AA4C
RGB
CMYK
RGB Variations
Color information
#A2AA4C (or 0xA2AA4C) is known color: Green Smoke. HEX triplet: A2, AA and 4C. RGB value is (162,170,76). Sum of RGB (Red+Green+Blue) = 162+170+76=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AA4C is #5D55B3. Grayscale: #9D9D9D. Windows color (decimal): -6116788 or 5024418. OLE color: 5024418.
HSL color Cylindrical-coordinate representation of color #A2AA4C: hue angle of 65.11º 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 #A2AA4C is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 76 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.33 |
| HSL | 65.11º | 0.38% | 0.48% | - |
| HSV(B) | 65.11º | 0.55% | 0.67% | - |
| XYZ | 30.58 | 36.95 | 12.36 | - |
| YUV | 156.89 | 82.35 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 76 | 0.05 | 0 | 0.55 | 0.33 | 65.11 | 0.38 | 0.48 |
| Hex | A2 | AA | 4C | 5 | 0 | 37 | 21 | 41 | 26 | 30 |
| Octal | 242 | 252 | 114 | 5 | 0 | 67 | 41 | 101 | 46 | 60 |
| Binary | 10100010 | 10101010 | 1001100 | 101 | 0 | 110111 | 100001 | 1000001 | 100110 | 110000 |
Color Harmonies of #A2AA4C
Complementary color
Monochromatic Colors of #A2AA4C
Black with #A2AA4C
Text Example
Text Example
White with #A2AA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA4C; }
p { color: rgb(162,170,76); }
H1.HeaderClassName
{
color: #A2AA4C;
}
.AnyTagClassName
{
color: #A2AA4C;
}
</style>
background-color css
<style>
a { background-color: #A2AA4C; }
a { background-color: rgb(162,170,76); }
div.DivClassName
{
background-color: #A2AA4C;
}
.BgClassName
{
background-color: #A2AA4C;
}
</style>
border-color css
<style>
span { border-color: #A2AA4C; }
span { border-color: rgb(162,170,76); }
td.TdClassName
{
border-color: #A2AA4C;
}
.TagClassName
{
border-color: #A2AA4C;
}
</style>