Shades of Green Smoke #A2AA6C
Tints of Green Smoke #A2AA6C
RGB
CMYK
RGB Variations
Color information
#A2AA6C (or 0xA2AA6C) is known color: Green Smoke. HEX triplet: A2, AA and 6C. RGB value is (162,170,108). Sum of RGB (Red+Green+Blue) = 162+170+108=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA6C is #5D5593. Grayscale: #A0A0A0. Windows color (decimal): -6116756 or 7121570. OLE color: 7121570.
HSL color Cylindrical-coordinate representation of color #A2AA6C: hue angle of 67.74º degrees, saturation: 0.27, 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 #A2AA6C is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 108 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.33 |
| HSL | 67.74º | 0.27% | 0.55% | - |
| HSV(B) | 67.74º | 0.36% | 0.67% | - |
| XYZ | 31.98 | 37.51 | 19.74 | - |
| YUV | 160.54 | 98.35 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 108 | 0.05 | 0 | 0.36 | 0.33 | 67.74 | 0.27 | 0.55 |
| Hex | A2 | AA | 6C | 5 | 0 | 24 | 21 | 44 | 1B | 37 |
| Octal | 242 | 252 | 154 | 5 | 0 | 44 | 41 | 104 | 33 | 67 |
| Binary | 10100010 | 10101010 | 1101100 | 101 | 0 | 100100 | 100001 | 1000100 | 11011 | 110111 |
Color Harmonies of #A2AA6C
Complementary color
Monochromatic Colors of #A2AA6C
Black with #A2AA6C
Text Example
Text Example
White with #A2AA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA6C; }
p { color: rgb(162,170,108); }
H1.HeaderClassName
{
color: #A2AA6C;
}
.AnyTagClassName
{
color: #A2AA6C;
}
</style>
background-color css
<style>
a { background-color: #A2AA6C; }
a { background-color: rgb(162,170,108); }
div.DivClassName
{
background-color: #A2AA6C;
}
.BgClassName
{
background-color: #A2AA6C;
}
</style>
border-color css
<style>
span { border-color: #A2AA6C; }
span { border-color: rgb(162,170,108); }
td.TdClassName
{
border-color: #A2AA6C;
}
.TagClassName
{
border-color: #A2AA6C;
}
</style>