Shades of Green Smoke #A2AA6A
Tints of Green Smoke #A2AA6A
RGB
CMYK
RGB Variations
Color information
#A2AA6A (or 0xA2AA6A) is known color: Green Smoke. HEX triplet: A2, AA and 6A. RGB value is (162,170,106). Sum of RGB (Red+Green+Blue) = 162+170+106=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA6A is #5D5595. Grayscale: #A0A0A0. Windows color (decimal): -6116758 or 6990498. OLE color: 6990498.
HSL color Cylindrical-coordinate representation of color #A2AA6A: hue angle of 67.5º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2AA6A is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 106 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.33 |
| HSL | 67.5º | 0.27% | 0.54% | - |
| HSV(B) | 67.5º | 0.38% | 0.67% | - |
| XYZ | 31.88 | 37.47 | 19.19 | - |
| YUV | 160.31 | 97.35 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 106 | 0.05 | 0 | 0.38 | 0.33 | 67.5 | 0.27 | 0.54 |
| Hex | A2 | AA | 6A | 5 | 0 | 26 | 21 | 44 | 1B | 36 |
| Octal | 242 | 252 | 152 | 5 | 0 | 46 | 41 | 104 | 33 | 66 |
| Binary | 10100010 | 10101010 | 1101010 | 101 | 0 | 100110 | 100001 | 1000100 | 11011 | 110110 |
Color Harmonies of #A2AA6A
Complementary color
Monochromatic Colors of #A2AA6A
Black with #A2AA6A
Text Example
Text Example
White with #A2AA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA6A; }
p { color: rgb(162,170,106); }
H1.HeaderClassName
{
color: #A2AA6A;
}
.AnyTagClassName
{
color: #A2AA6A;
}
</style>
background-color css
<style>
a { background-color: #A2AA6A; }
a { background-color: rgb(162,170,106); }
div.DivClassName
{
background-color: #A2AA6A;
}
.BgClassName
{
background-color: #A2AA6A;
}
</style>
border-color css
<style>
span { border-color: #A2AA6A; }
span { border-color: rgb(162,170,106); }
td.TdClassName
{
border-color: #A2AA6A;
}
.TagClassName
{
border-color: #A2AA6A;
}
</style>