Shades of Green Smoke #A2A251
Tints of Green Smoke #A2A251
RGB
CMYK
RGB Variations
Color information
#A2A251 (or 0xA2A251) is known color: Green Smoke. HEX triplet: A2, A2 and 51. RGB value is (162,162,81). Sum of RGB (Red+Green+Blue) = 162+162+81=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A251 is #5D5DAE. Grayscale: #999999. Windows color (decimal): -6118831 or 5350050. OLE color: 5350050.
HSL color Cylindrical-coordinate representation of color #A2A251: hue angle of 60º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2A251 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 162 | 81 | - |
| CMYK | 0 | 0 | 0.50 | 0.36 |
| HSL | 60º | 0.33% | 0.48% | - |
| HSV(B) | 60º | 0.5% | 0.64% | - |
| XYZ | 29.31 | 34.12 | 12.83 | - |
| YUV | 152.77 | 87.5 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 162 | 81 | 0 | 0 | 0.50 | 0.36 | 60 | 0.33 | 0.48 |
| Hex | A2 | A2 | 51 | 0 | 0 | 32 | 24 | 3C | 21 | 30 |
| Octal | 242 | 242 | 121 | 0 | 0 | 62 | 44 | 74 | 41 | 60 |
| Binary | 10100010 | 10100010 | 1010001 | 0 | 0 | 110010 | 100100 | 111100 | 100001 | 110000 |
Color Harmonies of #A2A251
Complementary color
Monochromatic Colors of #A2A251
Black with #A2A251
Text Example
Text Example
White with #A2A251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A251; }
p { color: rgb(162,162,81); }
H1.HeaderClassName
{
color: #A2A251;
}
.AnyTagClassName
{
color: #A2A251;
}
</style>
background-color css
<style>
a { background-color: #A2A251; }
a { background-color: rgb(162,162,81); }
div.DivClassName
{
background-color: #A2A251;
}
.BgClassName
{
background-color: #A2A251;
}
</style>
border-color css
<style>
span { border-color: #A2A251; }
span { border-color: rgb(162,162,81); }
td.TdClassName
{
border-color: #A2A251;
}
.TagClassName
{
border-color: #A2A251;
}
</style>