Shades of Green Smoke #A0AA52
Tints of Green Smoke #A0AA52
RGB
CMYK
RGB Variations
Color information
#A0AA52 (or 0xA0AA52) is known color: Green Smoke. HEX triplet: A0, AA and 52. RGB value is (160,170,82). Sum of RGB (Red+Green+Blue) = 160+170+82=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA52 is #5F55AD. Grayscale: #9D9D9D. Windows color (decimal): -6247854 or 5417632. OLE color: 5417632.
HSL color Cylindrical-coordinate representation of color #A0AA52: hue angle of 66.82º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0AA52 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 82 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.33 |
| HSL | 66.82º | 0.35% | 0.49% | - |
| HSV(B) | 66.82º | 0.52% | 0.67% | - |
| XYZ | 30.39 | 36.83 | 13.49 | - |
| YUV | 156.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 82 | 0.06 | 0 | 0.52 | 0.33 | 66.82 | 0.35 | 0.49 |
| Hex | A0 | AA | 52 | 6 | 0 | 34 | 21 | 43 | 23 | 31 |
| Octal | 240 | 252 | 122 | 6 | 0 | 64 | 41 | 103 | 43 | 61 |
| Binary | 10100000 | 10101010 | 1010010 | 110 | 0 | 110100 | 100001 | 1000011 | 100011 | 110001 |
Color Harmonies of #A0AA52
Complementary color
Monochromatic Colors of #A0AA52
Black with #A0AA52
Text Example
Text Example
White with #A0AA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA52; }
p { color: rgb(160,170,82); }
H1.HeaderClassName
{
color: #A0AA52;
}
.AnyTagClassName
{
color: #A0AA52;
}
</style>
background-color css
<style>
a { background-color: #A0AA52; }
a { background-color: rgb(160,170,82); }
div.DivClassName
{
background-color: #A0AA52;
}
.BgClassName
{
background-color: #A0AA52;
}
</style>
border-color css
<style>
span { border-color: #A0AA52; }
span { border-color: rgb(160,170,82); }
td.TdClassName
{
border-color: #A0AA52;
}
.TagClassName
{
border-color: #A0AA52;
}
</style>