Shades of Green Smoke #A2AD52
Tints of Green Smoke #A2AD52
RGB
CMYK
RGB Variations
Color information
#A2AD52 (or 0xA2AD52) is known color: Green Smoke. HEX triplet: A2, AD and 52. RGB value is (162,173,82). Sum of RGB (Red+Green+Blue) = 162+173+82=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AD52 is #5D52AD. Grayscale: #9F9F9F. Windows color (decimal): -6116014 or 5418402. OLE color: 5418402.
HSL color Cylindrical-coordinate representation of color #A2AD52: hue angle of 67.25º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2AD52 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 82 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.32 |
| HSL | 67.25º | 0.36% | 0.5% | - |
| HSV(B) | 67.25º | 0.53% | 0.68% | - |
| XYZ | 31.37 | 38.18 | 13.7 | - |
| YUV | 159.34 | 84.36 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 82 | 0.06 | 0 | 0.53 | 0.32 | 67.25 | 0.36 | 0.5 |
| Hex | A2 | AD | 52 | 6 | 0 | 35 | 20 | 43 | 24 | 32 |
| Octal | 242 | 255 | 122 | 6 | 0 | 65 | 40 | 103 | 44 | 62 |
| Binary | 10100010 | 10101101 | 1010010 | 110 | 0 | 110101 | 100000 | 1000011 | 100100 | 110010 |
Color Harmonies of #A2AD52
Complementary color
Monochromatic Colors of #A2AD52
Black with #A2AD52
Text Example
Text Example
White with #A2AD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD52; }
p { color: rgb(162,173,82); }
H1.HeaderClassName
{
color: #A2AD52;
}
.AnyTagClassName
{
color: #A2AD52;
}
</style>
background-color css
<style>
a { background-color: #A2AD52; }
a { background-color: rgb(162,173,82); }
div.DivClassName
{
background-color: #A2AD52;
}
.BgClassName
{
background-color: #A2AD52;
}
</style>
border-color css
<style>
span { border-color: #A2AD52; }
span { border-color: rgb(162,173,82); }
td.TdClassName
{
border-color: #A2AD52;
}
.TagClassName
{
border-color: #A2AD52;
}
</style>