Shades of Green Smoke #A2A352
Tints of Green Smoke #A2A352
RGB
CMYK
RGB Variations
Color information
#A2A352 (or 0xA2A352) is known color: Green Smoke. HEX triplet: A2, A3 and 52. RGB value is (162,163,82). Sum of RGB (Red+Green+Blue) = 162+163+82=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A352 is #5D5CAD. Grayscale: #999999. Windows color (decimal): -6118574 or 5415842. OLE color: 5415842.
HSL color Cylindrical-coordinate representation of color #A2A352: hue angle of 60.74º 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 #A2A352 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 163 | 82 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.36 |
| HSL | 60.74º | 0.33% | 0.48% | - |
| HSV(B) | 60.74º | 0.5% | 0.64% | - |
| XYZ | 29.52 | 34.48 | 13.08 | - |
| YUV | 153.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 163 | 82 | 0.01 | 0 | 0.50 | 0.36 | 60.74 | 0.33 | 0.48 |
| Hex | A2 | A3 | 52 | 1 | 0 | 32 | 24 | 3D | 21 | 30 |
| Octal | 242 | 243 | 122 | 1 | 0 | 62 | 44 | 75 | 41 | 60 |
| Binary | 10100010 | 10100011 | 1010010 | 1 | 0 | 110010 | 100100 | 111101 | 100001 | 110000 |
Color Harmonies of #A2A352
Complementary color
Monochromatic Colors of #A2A352
Black with #A2A352
Text Example
Text Example
White with #A2A352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A352; }
p { color: rgb(162,163,82); }
H1.HeaderClassName
{
color: #A2A352;
}
.AnyTagClassName
{
color: #A2A352;
}
</style>
background-color css
<style>
a { background-color: #A2A352; }
a { background-color: rgb(162,163,82); }
div.DivClassName
{
background-color: #A2A352;
}
.BgClassName
{
background-color: #A2A352;
}
</style>
border-color css
<style>
span { border-color: #A2A352; }
span { border-color: rgb(162,163,82); }
td.TdClassName
{
border-color: #A2A352;
}
.TagClassName
{
border-color: #A2A352;
}
</style>