Shades of Green Smoke #A2A560
Tints of Green Smoke #A2A560
RGB
CMYK
RGB Variations
Color information
#A2A560 (or 0xA2A560) is known color: Green Smoke. HEX triplet: A2, A5 and 60. RGB value is (162,165,96). Sum of RGB (Red+Green+Blue) = 162+165+96=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A560 is #5D5A9F. Grayscale: #9C9C9C. Windows color (decimal): -6118048 or 6333858. OLE color: 6333858.
HSL color Cylindrical-coordinate representation of color #A2A560: hue angle of 62.61º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2A560 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 165 | 96 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.35 |
| HSL | 62.61º | 0.28% | 0.51% | - |
| HSV(B) | 62.61º | 0.42% | 0.65% | - |
| XYZ | 30.47 | 35.44 | 16.3 | - |
| YUV | 156.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 165 | 96 | 0.02 | 0 | 0.42 | 0.35 | 62.61 | 0.28 | 0.51 |
| Hex | A2 | A5 | 60 | 2 | 0 | 2A | 23 | 3F | 1C | 33 |
| Octal | 242 | 245 | 140 | 2 | 0 | 52 | 43 | 77 | 34 | 63 |
| Binary | 10100010 | 10100101 | 1100000 | 10 | 0 | 101010 | 100011 | 111111 | 11100 | 110011 |
Color Harmonies of #A2A560
Complementary color
Monochromatic Colors of #A2A560
Black with #A2A560
Text Example
Text Example
White with #A2A560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A560; }
p { color: rgb(162,165,96); }
H1.HeaderClassName
{
color: #A2A560;
}
.AnyTagClassName
{
color: #A2A560;
}
</style>
background-color css
<style>
a { background-color: #A2A560; }
a { background-color: rgb(162,165,96); }
div.DivClassName
{
background-color: #A2A560;
}
.BgClassName
{
background-color: #A2A560;
}
</style>
border-color css
<style>
span { border-color: #A2A560; }
span { border-color: rgb(162,165,96); }
td.TdClassName
{
border-color: #A2A560;
}
.TagClassName
{
border-color: #A2A560;
}
</style>