Shades of Green Smoke #A2AA68
Tints of Green Smoke #A2AA68
RGB
CMYK
RGB Variations
Color information
#A2AA68 (or 0xA2AA68) is known color: Green Smoke. HEX triplet: A2, AA and 68. RGB value is (162,170,104). Sum of RGB (Red+Green+Blue) = 162+170+104=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA68 is #5D5597. Grayscale: #A0A0A0. Windows color (decimal): -6116760 or 6859426. OLE color: 6859426.
HSL color Cylindrical-coordinate representation of color #A2AA68: hue angle of 67.27º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2AA68 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 104 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.33 |
| HSL | 67.27º | 0.28% | 0.54% | - |
| HSV(B) | 67.27º | 0.39% | 0.67% | - |
| XYZ | 31.77 | 37.43 | 18.65 | - |
| YUV | 160.08 | 96.35 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 104 | 0.05 | 0 | 0.39 | 0.33 | 67.27 | 0.28 | 0.54 |
| Hex | A2 | AA | 68 | 5 | 0 | 27 | 21 | 43 | 1C | 36 |
| Octal | 242 | 252 | 150 | 5 | 0 | 47 | 41 | 103 | 34 | 66 |
| Binary | 10100010 | 10101010 | 1101000 | 101 | 0 | 100111 | 100001 | 1000011 | 11100 | 110110 |
Color Harmonies of #A2AA68
Complementary color
Monochromatic Colors of #A2AA68
Black with #A2AA68
Text Example
Text Example
White with #A2AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA68; }
p { color: rgb(162,170,104); }
H1.HeaderClassName
{
color: #A2AA68;
}
.AnyTagClassName
{
color: #A2AA68;
}
</style>
background-color css
<style>
a { background-color: #A2AA68; }
a { background-color: rgb(162,170,104); }
div.DivClassName
{
background-color: #A2AA68;
}
.BgClassName
{
background-color: #A2AA68;
}
</style>
border-color css
<style>
span { border-color: #A2AA68; }
span { border-color: rgb(162,170,104); }
td.TdClassName
{
border-color: #A2AA68;
}
.TagClassName
{
border-color: #A2AA68;
}
</style>