Shades of Green Smoke #A0A155
Tints of Green Smoke #A0A155
RGB
CMYK
RGB Variations
Color information
#A0A155 (or 0xA0A155) is known color: Green Smoke. HEX triplet: A0, A1 and 55. RGB value is (160,161,85). Sum of RGB (Red+Green+Blue) = 160+161+85=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A155 is #5F5EAA. Grayscale: #989898. Windows color (decimal): -6250155 or 5611936. OLE color: 5611936.
HSL color Cylindrical-coordinate representation of color #A0A155: hue angle of 60.79º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0A155 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 161 | 85 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.37 |
| HSL | 60.79º | 0.31% | 0.48% | - |
| HSV(B) | 60.79º | 0.47% | 0.63% | - |
| XYZ | 28.88 | 33.62 | 13.56 | - |
| YUV | 152.04 | 90.17 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 85 | 0.01 | 0 | 0.47 | 0.37 | 60.79 | 0.31 | 0.48 |
| Hex | A0 | A1 | 55 | 1 | 0 | 2F | 25 | 3D | 1F | 30 |
| Octal | 240 | 241 | 125 | 1 | 0 | 57 | 45 | 75 | 37 | 60 |
| Binary | 10100000 | 10100001 | 1010101 | 1 | 0 | 101111 | 100101 | 111101 | 11111 | 110000 |
Color Harmonies of #A0A155
Complementary color
Monochromatic Colors of #A0A155
Black with #A0A155
Text Example
Text Example
White with #A0A155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A155; }
p { color: rgb(160,161,85); }
H1.HeaderClassName
{
color: #A0A155;
}
.AnyTagClassName
{
color: #A0A155;
}
</style>
background-color css
<style>
a { background-color: #A0A155; }
a { background-color: rgb(160,161,85); }
div.DivClassName
{
background-color: #A0A155;
}
.BgClassName
{
background-color: #A0A155;
}
</style>
border-color css
<style>
span { border-color: #A0A155; }
span { border-color: rgb(160,161,85); }
td.TdClassName
{
border-color: #A0A155;
}
.TagClassName
{
border-color: #A0A155;
}
</style>