Shades of Green Smoke #A2AD60
Tints of Green Smoke #A2AD60
RGB
CMYK
RGB Variations
Color information
#A2AD60 (or 0xA2AD60) is known color: Green Smoke. HEX triplet: A2, AD and 60. RGB value is (162,173,96). Sum of RGB (Red+Green+Blue) = 162+173+96=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AD60 is #5D529F. Grayscale: #A1A1A1. Windows color (decimal): -6116000 or 6335906. OLE color: 6335906.
HSL color Cylindrical-coordinate representation of color #A2AD60: hue angle of 68.57º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2AD60 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 96 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.32 |
| HSL | 68.57º | 0.32% | 0.53% | - |
| HSV(B) | 68.57º | 0.45% | 0.68% | - |
| XYZ | 31.96 | 38.41 | 16.8 | - |
| YUV | 160.93 | 91.36 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 96 | 0.06 | 0 | 0.45 | 0.32 | 68.57 | 0.32 | 0.53 |
| Hex | A2 | AD | 60 | 6 | 0 | 2D | 20 | 45 | 20 | 35 |
| Octal | 242 | 255 | 140 | 6 | 0 | 55 | 40 | 105 | 40 | 65 |
| Binary | 10100010 | 10101101 | 1100000 | 110 | 0 | 101101 | 100000 | 1000101 | 100000 | 110101 |
Color Harmonies of #A2AD60
Complementary color
Monochromatic Colors of #A2AD60
Black with #A2AD60
Text Example
Text Example
White with #A2AD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD60; }
p { color: rgb(162,173,96); }
H1.HeaderClassName
{
color: #A2AD60;
}
.AnyTagClassName
{
color: #A2AD60;
}
</style>
background-color css
<style>
a { background-color: #A2AD60; }
a { background-color: rgb(162,173,96); }
div.DivClassName
{
background-color: #A2AD60;
}
.BgClassName
{
background-color: #A2AD60;
}
</style>
border-color css
<style>
span { border-color: #A2AD60; }
span { border-color: rgb(162,173,96); }
td.TdClassName
{
border-color: #A2AD60;
}
.TagClassName
{
border-color: #A2AD60;
}
</style>