Shades of Green Smoke #A0A052
Tints of Green Smoke #A0A052
RGB
CMYK
RGB Variations
Color information
#A0A052 (or 0xA0A052) is known color: Green Smoke. HEX triplet: A0, A0 and 52. RGB value is (160,160,82). Sum of RGB (Red+Green+Blue) = 160+160+82=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A052 is #5F5FAD. Grayscale: #979797. Windows color (decimal): -6250414 or 5415072. OLE color: 5415072.
HSL color Cylindrical-coordinate representation of color #A0A052: hue angle of 60º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0A052 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 160 | 82 | - |
| CMYK | 0 | 0 | 0.49 | 0.37 |
| HSL | 60º | 0.32% | 0.47% | - |
| HSV(B) | 60º | 0.49% | 0.63% | - |
| XYZ | 28.59 | 33.22 | 12.89 | - |
| YUV | 151.11 | 89 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 160 | 82 | 0 | 0 | 0.49 | 0.37 | 60 | 0.32 | 0.47 |
| Hex | A0 | A0 | 52 | 0 | 0 | 31 | 25 | 3C | 20 | 2F |
| Octal | 240 | 240 | 122 | 0 | 0 | 61 | 45 | 74 | 40 | 57 |
| Binary | 10100000 | 10100000 | 1010010 | 0 | 0 | 110001 | 100101 | 111100 | 100000 | 101111 |
Color Harmonies of #A0A052
Complementary color
Monochromatic Colors of #A0A052
Black with #A0A052
Text Example
Text Example
White with #A0A052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A052; }
p { color: rgb(160,160,82); }
H1.HeaderClassName
{
color: #A0A052;
}
.AnyTagClassName
{
color: #A0A052;
}
</style>
background-color css
<style>
a { background-color: #A0A052; }
a { background-color: rgb(160,160,82); }
div.DivClassName
{
background-color: #A0A052;
}
.BgClassName
{
background-color: #A0A052;
}
</style>
border-color css
<style>
span { border-color: #A0A052; }
span { border-color: rgb(160,160,82); }
td.TdClassName
{
border-color: #A0A052;
}
.TagClassName
{
border-color: #A0A052;
}
</style>