Shades of Green Smoke #A2AD5D
Tints of Green Smoke #A2AD5D
RGB
CMYK
RGB Variations
Color information
#A2AD5D (or 0xA2AD5D) is known color: Green Smoke. HEX triplet: A2, AD and 5D. RGB value is (162,173,93). Sum of RGB (Red+Green+Blue) = 162+173+93=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AD5D is #5D52A2. Grayscale: #A0A0A0. Windows color (decimal): -6116003 or 6139298. OLE color: 6139298.
HSL color Cylindrical-coordinate representation of color #A2AD5D: hue angle of 68.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2AD5D is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 93 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.32 |
| HSL | 68.25º | 0.33% | 0.52% | - |
| HSV(B) | 68.25º | 0.46% | 0.68% | - |
| XYZ | 31.82 | 38.36 | 16.08 | - |
| YUV | 160.59 | 89.86 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 93 | 0.06 | 0 | 0.46 | 0.32 | 68.25 | 0.33 | 0.52 |
| Hex | A2 | AD | 5D | 6 | 0 | 2E | 20 | 44 | 21 | 34 |
| Octal | 242 | 255 | 135 | 6 | 0 | 56 | 40 | 104 | 41 | 64 |
| Binary | 10100010 | 10101101 | 1011101 | 110 | 0 | 101110 | 100000 | 1000100 | 100001 | 110100 |
Color Harmonies of #A2AD5D
Complementary color
Monochromatic Colors of #A2AD5D
Black with #A2AD5D
Text Example
Text Example
White with #A2AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD5D; }
p { color: rgb(162,173,93); }
H1.HeaderClassName
{
color: #A2AD5D;
}
.AnyTagClassName
{
color: #A2AD5D;
}
</style>
background-color css
<style>
a { background-color: #A2AD5D; }
a { background-color: rgb(162,173,93); }
div.DivClassName
{
background-color: #A2AD5D;
}
.BgClassName
{
background-color: #A2AD5D;
}
</style>
border-color css
<style>
span { border-color: #A2AD5D; }
span { border-color: rgb(162,173,93); }
td.TdClassName
{
border-color: #A2AD5D;
}
.TagClassName
{
border-color: #A2AD5D;
}
</style>