Shades of Green Smoke #A2A060
Tints of Green Smoke #A2A060
RGB
CMYK
RGB Variations
Color information
#A2A060 (or 0xA2A060) is known color: Green Smoke. HEX triplet: A2, A0 and 60. RGB value is (162,160,96). Sum of RGB (Red+Green+Blue) = 162+160+96=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A060 is #5D5F9F. Grayscale: #999999. Windows color (decimal): -6119328 or 6332578. OLE color: 6332578.
HSL color Cylindrical-coordinate representation of color #A2A060: hue angle of 58.18º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2A060 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 160 | 96 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.36 |
| HSL | 58.18º | 0.26% | 0.51% | - |
| HSV(B) | 58.18º | 0.41% | 0.64% | - |
| XYZ | 29.58 | 33.67 | 16.01 | - |
| YUV | 153.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 160 | 96 | 0 | 0.01 | 0.41 | 0.36 | 58.18 | 0.26 | 0.51 |
| Hex | A2 | A0 | 60 | 0 | 1 | 29 | 24 | 3A | 1A | 33 |
| Octal | 242 | 240 | 140 | 0 | 1 | 51 | 44 | 72 | 32 | 63 |
| Binary | 10100010 | 10100000 | 1100000 | 0 | 1 | 101001 | 100100 | 111010 | 11010 | 110011 |
Color Harmonies of #A2A060
Complementary color
Monochromatic Colors of #A2A060
Black with #A2A060
Text Example
Text Example
White with #A2A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A060; }
p { color: rgb(162,160,96); }
H1.HeaderClassName
{
color: #A2A060;
}
.AnyTagClassName
{
color: #A2A060;
}
</style>
background-color css
<style>
a { background-color: #A2A060; }
a { background-color: rgb(162,160,96); }
div.DivClassName
{
background-color: #A2A060;
}
.BgClassName
{
background-color: #A2A060;
}
</style>
border-color css
<style>
span { border-color: #A2A060; }
span { border-color: rgb(162,160,96); }
td.TdClassName
{
border-color: #A2A060;
}
.TagClassName
{
border-color: #A2A060;
}
</style>