Shades of Green Smoke #A2AD56
Tints of Green Smoke #A2AD56
RGB
CMYK
RGB Variations
Color information
#A2AD56 (or 0xA2AD56) is known color: Green Smoke. HEX triplet: A2, AD and 56. RGB value is (162,173,86). Sum of RGB (Red+Green+Blue) = 162+173+86=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AD56 is #5D52A9. Grayscale: #A0A0A0. Windows color (decimal): -6116010 or 5680546. OLE color: 5680546.
HSL color Cylindrical-coordinate representation of color #A2AD56: hue angle of 67.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2AD56 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 86 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.32 |
| HSL | 67.59º | 0.35% | 0.51% | - |
| HSV(B) | 67.59º | 0.5% | 0.68% | - |
| XYZ | 31.52 | 38.24 | 14.52 | - |
| YUV | 159.79 | 86.36 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 86 | 0.06 | 0 | 0.50 | 0.32 | 67.59 | 0.35 | 0.51 |
| Hex | A2 | AD | 56 | 6 | 0 | 32 | 20 | 44 | 23 | 33 |
| Octal | 242 | 255 | 126 | 6 | 0 | 62 | 40 | 104 | 43 | 63 |
| Binary | 10100010 | 10101101 | 1010110 | 110 | 0 | 110010 | 100000 | 1000100 | 100011 | 110011 |
Color Harmonies of #A2AD56
Complementary color
Monochromatic Colors of #A2AD56
Black with #A2AD56
Text Example
Text Example
White with #A2AD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD56; }
p { color: rgb(162,173,86); }
H1.HeaderClassName
{
color: #A2AD56;
}
.AnyTagClassName
{
color: #A2AD56;
}
</style>
background-color css
<style>
a { background-color: #A2AD56; }
a { background-color: rgb(162,173,86); }
div.DivClassName
{
background-color: #A2AD56;
}
.BgClassName
{
background-color: #A2AD56;
}
</style>
border-color css
<style>
span { border-color: #A2AD56; }
span { border-color: rgb(162,173,86); }
td.TdClassName
{
border-color: #A2AD56;
}
.TagClassName
{
border-color: #A2AD56;
}
</style>