Shades of Green Smoke #A2AD53
Tints of Green Smoke #A2AD53
RGB
CMYK
RGB Variations
Color information
#A2AD53 (or 0xA2AD53) is known color: Green Smoke. HEX triplet: A2, AD and 53. RGB value is (162,173,83). Sum of RGB (Red+Green+Blue) = 162+173+83=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AD53 is #5D52AC. Grayscale: #9F9F9F. Windows color (decimal): -6116013 or 5483938. OLE color: 5483938.
HSL color Cylindrical-coordinate representation of color #A2AD53: hue angle of 67.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2AD53 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 83 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.32 |
| HSL | 67.33º | 0.35% | 0.5% | - |
| HSV(B) | 67.33º | 0.52% | 0.68% | - |
| XYZ | 31.41 | 38.19 | 13.9 | - |
| YUV | 159.45 | 84.86 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 83 | 0.06 | 0 | 0.52 | 0.32 | 67.33 | 0.35 | 0.5 |
| Hex | A2 | AD | 53 | 6 | 0 | 34 | 20 | 43 | 23 | 32 |
| Octal | 242 | 255 | 123 | 6 | 0 | 64 | 40 | 103 | 43 | 62 |
| Binary | 10100010 | 10101101 | 1010011 | 110 | 0 | 110100 | 100000 | 1000011 | 100011 | 110010 |
Color Harmonies of #A2AD53
Complementary color
Monochromatic Colors of #A2AD53
Black with #A2AD53
Text Example
Text Example
White with #A2AD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD53; }
p { color: rgb(162,173,83); }
H1.HeaderClassName
{
color: #A2AD53;
}
.AnyTagClassName
{
color: #A2AD53;
}
</style>
background-color css
<style>
a { background-color: #A2AD53; }
a { background-color: rgb(162,173,83); }
div.DivClassName
{
background-color: #A2AD53;
}
.BgClassName
{
background-color: #A2AD53;
}
</style>
border-color css
<style>
span { border-color: #A2AD53; }
span { border-color: rgb(162,173,83); }
td.TdClassName
{
border-color: #A2AD53;
}
.TagClassName
{
border-color: #A2AD53;
}
</style>