Shades of Green Smoke #A2AA6E
Tints of Green Smoke #A2AA6E
RGB
CMYK
RGB Variations
Color information
#A2AA6E (or 0xA2AA6E) is known color: Green Smoke. HEX triplet: A2, AA and 6E. RGB value is (162,170,110). Sum of RGB (Red+Green+Blue) = 162+170+110=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA6E is #5D5591. Grayscale: #A1A1A1. Windows color (decimal): -6116754 or 7252642. OLE color: 7252642.
HSL color Cylindrical-coordinate representation of color #A2AA6E: hue angle of 68º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2AA6E is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 110 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.33 |
| HSL | 68º | 0.26% | 0.55% | - |
| HSV(B) | 68º | 0.35% | 0.67% | - |
| XYZ | 32.09 | 37.56 | 20.31 | - |
| YUV | 160.77 | 99.35 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 110 | 0.05 | 0 | 0.35 | 0.33 | 68 | 0.26 | 0.55 |
| Hex | A2 | AA | 6E | 5 | 0 | 23 | 21 | 44 | 1A | 37 |
| Octal | 242 | 252 | 156 | 5 | 0 | 43 | 41 | 104 | 32 | 67 |
| Binary | 10100010 | 10101010 | 1101110 | 101 | 0 | 100011 | 100001 | 1000100 | 11010 | 110111 |
Color Harmonies of #A2AA6E
Complementary color
Monochromatic Colors of #A2AA6E
Black with #A2AA6E
Text Example
Text Example
White with #A2AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA6E; }
p { color: rgb(162,170,110); }
H1.HeaderClassName
{
color: #A2AA6E;
}
.AnyTagClassName
{
color: #A2AA6E;
}
</style>
background-color css
<style>
a { background-color: #A2AA6E; }
a { background-color: rgb(162,170,110); }
div.DivClassName
{
background-color: #A2AA6E;
}
.BgClassName
{
background-color: #A2AA6E;
}
</style>
border-color css
<style>
span { border-color: #A2AA6E; }
span { border-color: rgb(162,170,110); }
td.TdClassName
{
border-color: #A2AA6E;
}
.TagClassName
{
border-color: #A2AA6E;
}
</style>