Shades of Green Smoke #A0A04F
Tints of Green Smoke #A0A04F
RGB
CMYK
RGB Variations
Color information
#A0A04F (or 0xA0A04F) is known color: Green Smoke. HEX triplet: A0, A0 and 4F. RGB value is (160,160,79). Sum of RGB (Red+Green+Blue) = 160+160+79=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A04F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A04F is #5F5FB0. Grayscale: #979797. Windows color (decimal): -6250417 or 5218464. OLE color: 5218464.
HSL color Cylindrical-coordinate representation of color #A0A04F: hue angle of 60º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0A04F is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 160 | 79 | - |
| CMYK | 0 | 0 | 0.51 | 0.37 |
| HSL | 60º | 0.34% | 0.47% | - |
| HSV(B) | 60º | 0.51% | 0.63% | - |
| XYZ | 28.48 | 33.18 | 12.3 | - |
| YUV | 150.77 | 87.5 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 160 | 79 | 0 | 0 | 0.51 | 0.37 | 60 | 0.34 | 0.47 |
| Hex | A0 | A0 | 4F | 0 | 0 | 33 | 25 | 3C | 22 | 2F |
| Octal | 240 | 240 | 117 | 0 | 0 | 63 | 45 | 74 | 42 | 57 |
| Binary | 10100000 | 10100000 | 1001111 | 0 | 0 | 110011 | 100101 | 111100 | 100010 | 101111 |
Color Harmonies of #A0A04F
Complementary color
Monochromatic Colors of #A0A04F
Black with #A0A04F
Text Example
Text Example
White with #A0A04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A04F; }
p { color: rgb(160,160,79); }
H1.HeaderClassName
{
color: #A0A04F;
}
.AnyTagClassName
{
color: #A0A04F;
}
</style>
background-color css
<style>
a { background-color: #A0A04F; }
a { background-color: rgb(160,160,79); }
div.DivClassName
{
background-color: #A0A04F;
}
.BgClassName
{
background-color: #A0A04F;
}
</style>
border-color css
<style>
span { border-color: #A0A04F; }
span { border-color: rgb(160,160,79); }
td.TdClassName
{
border-color: #A0A04F;
}
.TagClassName
{
border-color: #A0A04F;
}
</style>