Shades of Green Smoke #A2A260
Tints of Green Smoke #A2A260
RGB
CMYK
RGB Variations
Color information
#A2A260 (or 0xA2A260) is known color: Green Smoke. HEX triplet: A2, A2 and 60. RGB value is (162,162,96). Sum of RGB (Red+Green+Blue) = 162+162+96=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A260 is #5D5D9F. Grayscale: #9A9A9A. Windows color (decimal): -6118816 or 6333090. OLE color: 6333090.
HSL color Cylindrical-coordinate representation of color #A2A260: hue angle of 60º 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 #A2A260 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 162 | 96 | - |
| CMYK | 0 | 0 | 0.41 | 0.36 |
| HSL | 60º | 0.26% | 0.51% | - |
| HSV(B) | 60º | 0.41% | 0.64% | - |
| XYZ | 29.93 | 34.37 | 16.12 | - |
| YUV | 154.48 | 95 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 162 | 96 | 0 | 0 | 0.41 | 0.36 | 60 | 0.26 | 0.51 |
| Hex | A2 | A2 | 60 | 0 | 0 | 29 | 24 | 3C | 1A | 33 |
| Octal | 242 | 242 | 140 | 0 | 0 | 51 | 44 | 74 | 32 | 63 |
| Binary | 10100010 | 10100010 | 1100000 | 0 | 0 | 101001 | 100100 | 111100 | 11010 | 110011 |
Color Harmonies of #A2A260
Complementary color
Monochromatic Colors of #A2A260
Black with #A2A260
Text Example
Text Example
White with #A2A260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A260; }
p { color: rgb(162,162,96); }
H1.HeaderClassName
{
color: #A2A260;
}
.AnyTagClassName
{
color: #A2A260;
}
</style>
background-color css
<style>
a { background-color: #A2A260; }
a { background-color: rgb(162,162,96); }
div.DivClassName
{
background-color: #A2A260;
}
.BgClassName
{
background-color: #A2A260;
}
</style>
border-color css
<style>
span { border-color: #A2A260; }
span { border-color: rgb(162,162,96); }
td.TdClassName
{
border-color: #A2A260;
}
.TagClassName
{
border-color: #A2A260;
}
</style>