Shades of Green Smoke #A0AD52
Tints of Green Smoke #A0AD52
RGB
CMYK
RGB Variations
Color information
#A0AD52 (or 0xA0AD52) is known color: Green Smoke. HEX triplet: A0, AD and 52. RGB value is (160,173,82). Sum of RGB (Red+Green+Blue) = 160+173+82=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AD52 is #5F52AD. Grayscale: #9F9F9F. Windows color (decimal): -6247086 or 5418400. OLE color: 5418400.
HSL color Cylindrical-coordinate representation of color #A0AD52: hue angle of 68.57º 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 #A0AD52 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 82 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.32 |
| HSL | 68.57º | 0.36% | 0.5% | - |
| HSV(B) | 68.57º | 0.53% | 0.68% | - |
| XYZ | 30.96 | 37.97 | 13.68 | - |
| YUV | 158.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 82 | 0.08 | 0 | 0.53 | 0.32 | 68.57 | 0.36 | 0.5 |
| Hex | A0 | AD | 52 | 8 | 0 | 35 | 20 | 45 | 24 | 32 |
| Octal | 240 | 255 | 122 | 10 | 0 | 65 | 40 | 105 | 44 | 62 |
| Binary | 10100000 | 10101101 | 1010010 | 1000 | 0 | 110101 | 100000 | 1000101 | 100100 | 110010 |
Color Harmonies of #A0AD52
Complementary color
Monochromatic Colors of #A0AD52
Black with #A0AD52
Text Example
Text Example
White with #A0AD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD52; }
p { color: rgb(160,173,82); }
H1.HeaderClassName
{
color: #A0AD52;
}
.AnyTagClassName
{
color: #A0AD52;
}
</style>
background-color css
<style>
a { background-color: #A0AD52; }
a { background-color: rgb(160,173,82); }
div.DivClassName
{
background-color: #A0AD52;
}
.BgClassName
{
background-color: #A0AD52;
}
</style>
border-color css
<style>
span { border-color: #A0AD52; }
span { border-color: rgb(160,173,82); }
td.TdClassName
{
border-color: #A0AD52;
}
.TagClassName
{
border-color: #A0AD52;
}
</style>