Shades of Green Smoke #A0A05A
Tints of Green Smoke #A0A05A
RGB
CMYK
RGB Variations
Color information
#A0A05A (or 0xA0A05A) is known color: Green Smoke. HEX triplet: A0, A0 and 5A. RGB value is (160,160,90). Sum of RGB (Red+Green+Blue) = 160+160+90=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A05A is #5F5FA5. Grayscale: #989898. Windows color (decimal): -6250406 or 5939360. OLE color: 5939360.
HSL color Cylindrical-coordinate representation of color #A0A05A: hue angle of 60º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0A05A is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 160 | 90 | - |
| CMYK | 0 | 0 | 0.44 | 0.37 |
| HSL | 60º | 0.28% | 0.49% | - |
| HSV(B) | 60º | 0.44% | 0.63% | - |
| XYZ | 28.91 | 33.35 | 14.59 | - |
| YUV | 152.02 | 93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 160 | 90 | 0 | 0 | 0.44 | 0.37 | 60 | 0.28 | 0.49 |
| Hex | A0 | A0 | 5A | 0 | 0 | 2C | 25 | 3C | 1C | 31 |
| Octal | 240 | 240 | 132 | 0 | 0 | 54 | 45 | 74 | 34 | 61 |
| Binary | 10100000 | 10100000 | 1011010 | 0 | 0 | 101100 | 100101 | 111100 | 11100 | 110001 |
Color Harmonies of #A0A05A
Complementary color
Monochromatic Colors of #A0A05A
Black with #A0A05A
Text Example
Text Example
White with #A0A05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A05A; }
p { color: rgb(160,160,90); }
H1.HeaderClassName
{
color: #A0A05A;
}
.AnyTagClassName
{
color: #A0A05A;
}
</style>
background-color css
<style>
a { background-color: #A0A05A; }
a { background-color: rgb(160,160,90); }
div.DivClassName
{
background-color: #A0A05A;
}
.BgClassName
{
background-color: #A0A05A;
}
</style>
border-color css
<style>
span { border-color: #A0A05A; }
span { border-color: rgb(160,160,90); }
td.TdClassName
{
border-color: #A0A05A;
}
.TagClassName
{
border-color: #A0A05A;
}
</style>