Shades of Green Smoke #A0A05C
Tints of Green Smoke #A0A05C
RGB
CMYK
RGB Variations
Color information
#A0A05C (or 0xA0A05C) is known color: Green Smoke. HEX triplet: A0, A0 and 5C. RGB value is (160,160,92). Sum of RGB (Red+Green+Blue) = 160+160+92=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A05C is #5F5FA3. Grayscale: #989898. Windows color (decimal): -6250404 or 6070432. OLE color: 6070432.
HSL color Cylindrical-coordinate representation of color #A0A05C: hue angle of 60º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0A05C is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 160 | 92 | - |
| CMYK | 0 | 0 | 0.43 | 0.37 |
| HSL | 60º | 0.27% | 0.49% | - |
| HSV(B) | 60º | 0.43% | 0.63% | - |
| XYZ | 29 | 33.39 | 15.04 | - |
| YUV | 152.25 | 94 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 160 | 92 | 0 | 0 | 0.43 | 0.37 | 60 | 0.27 | 0.49 |
| Hex | A0 | A0 | 5C | 0 | 0 | 2B | 25 | 3C | 1B | 31 |
| Octal | 240 | 240 | 134 | 0 | 0 | 53 | 45 | 74 | 33 | 61 |
| Binary | 10100000 | 10100000 | 1011100 | 0 | 0 | 101011 | 100101 | 111100 | 11011 | 110001 |
Color Harmonies of #A0A05C
Complementary color
Monochromatic Colors of #A0A05C
Black with #A0A05C
Text Example
Text Example
White with #A0A05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A05C; }
p { color: rgb(160,160,92); }
H1.HeaderClassName
{
color: #A0A05C;
}
.AnyTagClassName
{
color: #A0A05C;
}
</style>
background-color css
<style>
a { background-color: #A0A05C; }
a { background-color: rgb(160,160,92); }
div.DivClassName
{
background-color: #A0A05C;
}
.BgClassName
{
background-color: #A0A05C;
}
</style>
border-color css
<style>
span { border-color: #A0A05C; }
span { border-color: rgb(160,160,92); }
td.TdClassName
{
border-color: #A0A05C;
}
.TagClassName
{
border-color: #A0A05C;
}
</style>