Shades of Green Smoke #A0A257
Tints of Green Smoke #A0A257
RGB
CMYK
RGB Variations
Color information
#A0A257 (or 0xA0A257) is known color: Green Smoke. HEX triplet: A0, A2 and 57. RGB value is (160,162,87). Sum of RGB (Red+Green+Blue) = 160+162+87=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A257 is #5F5DA8. Grayscale: #999999. Windows color (decimal): -6249897 or 5743264. OLE color: 5743264.
HSL color Cylindrical-coordinate representation of color #A0A257: hue angle of 61.6º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0A257 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 87 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.36 |
| HSL | 61.6º | 0.3% | 0.49% | - |
| HSV(B) | 61.6º | 0.46% | 0.64% | - |
| XYZ | 29.14 | 34 | 14.04 | - |
| YUV | 152.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 87 | 0.01 | 0 | 0.46 | 0.36 | 61.6 | 0.3 | 0.49 |
| Hex | A0 | A2 | 57 | 1 | 0 | 2E | 24 | 3E | 1E | 31 |
| Octal | 240 | 242 | 127 | 1 | 0 | 56 | 44 | 76 | 36 | 61 |
| Binary | 10100000 | 10100010 | 1010111 | 1 | 0 | 101110 | 100100 | 111110 | 11110 | 110001 |
Color Harmonies of #A0A257
Complementary color
Monochromatic Colors of #A0A257
Black with #A0A257
Text Example
Text Example
White with #A0A257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A257; }
p { color: rgb(160,162,87); }
H1.HeaderClassName
{
color: #A0A257;
}
.AnyTagClassName
{
color: #A0A257;
}
</style>
background-color css
<style>
a { background-color: #A0A257; }
a { background-color: rgb(160,162,87); }
div.DivClassName
{
background-color: #A0A257;
}
.BgClassName
{
background-color: #A0A257;
}
</style>
border-color css
<style>
span { border-color: #A0A257; }
span { border-color: rgb(160,162,87); }
td.TdClassName
{
border-color: #A0A257;
}
.TagClassName
{
border-color: #A0A257;
}
</style>