Shades of Green Smoke #A2AA6D
Tints of Green Smoke #A2AA6D
RGB
CMYK
RGB Variations
Color information
#A2AA6D (or 0xA2AA6D) is known color: Green Smoke. HEX triplet: A2, AA and 6D. RGB value is (162,170,109). Sum of RGB (Red+Green+Blue) = 162+170+109=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA6D is #5D5592. Grayscale: #A0A0A0. Windows color (decimal): -6116755 or 7187106. OLE color: 7187106.
HSL color Cylindrical-coordinate representation of color #A2AA6D: hue angle of 67.87º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2AA6D is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 109 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.33 |
| HSL | 67.87º | 0.26% | 0.55% | - |
| HSV(B) | 67.87º | 0.36% | 0.67% | - |
| XYZ | 32.04 | 37.53 | 20.02 | - |
| YUV | 160.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 109 | 0.05 | 0 | 0.36 | 0.33 | 67.87 | 0.26 | 0.55 |
| Hex | A2 | AA | 6D | 5 | 0 | 24 | 21 | 44 | 1A | 37 |
| Octal | 242 | 252 | 155 | 5 | 0 | 44 | 41 | 104 | 32 | 67 |
| Binary | 10100010 | 10101010 | 1101101 | 101 | 0 | 100100 | 100001 | 1000100 | 11010 | 110111 |
Color Harmonies of #A2AA6D
Complementary color
Monochromatic Colors of #A2AA6D
Black with #A2AA6D
Text Example
Text Example
White with #A2AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA6D; }
p { color: rgb(162,170,109); }
H1.HeaderClassName
{
color: #A2AA6D;
}
.AnyTagClassName
{
color: #A2AA6D;
}
</style>
background-color css
<style>
a { background-color: #A2AA6D; }
a { background-color: rgb(162,170,109); }
div.DivClassName
{
background-color: #A2AA6D;
}
.BgClassName
{
background-color: #A2AA6D;
}
</style>
border-color css
<style>
span { border-color: #A2AA6D; }
span { border-color: rgb(162,170,109); }
td.TdClassName
{
border-color: #A2AA6D;
}
.TagClassName
{
border-color: #A2AA6D;
}
</style>