Shades of Green Smoke #A2AD71
Tints of Green Smoke #A2AD71
RGB
CMYK
RGB Variations
Color information
#A2AD71 (or 0xA2AD71) is known color: Green Smoke. HEX triplet: A2, AD and 71. RGB value is (162,173,113). Sum of RGB (Red+Green+Blue) = 162+173+113=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AD71 is #5D528E. Grayscale: #A3A3A3. Windows color (decimal): -6115983 or 7450018. OLE color: 7450018.
HSL color Cylindrical-coordinate representation of color #A2AD71: hue angle of 71º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2AD71 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 113 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.32 |
| HSL | 71º | 0.27% | 0.56% | - |
| HSV(B) | 71º | 0.35% | 0.68% | - |
| XYZ | 32.82 | 38.76 | 21.37 | - |
| YUV | 162.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 113 | 0.06 | 0 | 0.35 | 0.32 | 71 | 0.27 | 0.56 |
| Hex | A2 | AD | 71 | 6 | 0 | 23 | 20 | 47 | 1B | 38 |
| Octal | 242 | 255 | 161 | 6 | 0 | 43 | 40 | 107 | 33 | 70 |
| Binary | 10100010 | 10101101 | 1110001 | 110 | 0 | 100011 | 100000 | 1000111 | 11011 | 111000 |
Color Harmonies of #A2AD71
Complementary color
Monochromatic Colors of #A2AD71
Black with #A2AD71
Text Example
Text Example
White with #A2AD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD71; }
p { color: rgb(162,173,113); }
H1.HeaderClassName
{
color: #A2AD71;
}
.AnyTagClassName
{
color: #A2AD71;
}
</style>
background-color css
<style>
a { background-color: #A2AD71; }
a { background-color: rgb(162,173,113); }
div.DivClassName
{
background-color: #A2AD71;
}
.BgClassName
{
background-color: #A2AD71;
}
</style>
border-color css
<style>
span { border-color: #A2AD71; }
span { border-color: rgb(162,173,113); }
td.TdClassName
{
border-color: #A2AD71;
}
.TagClassName
{
border-color: #A2AD71;
}
</style>