Shades of Green Smoke #A0A657
Tints of Green Smoke #A0A657
RGB
CMYK
RGB Variations
Color information
#A0A657 (or 0xA0A657) is known color: Green Smoke. HEX triplet: A0, A6 and 57. RGB value is (160,166,87). Sum of RGB (Red+Green+Blue) = 160+166+87=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A657 is #5F59A8. Grayscale: #9B9B9B. Windows color (decimal): -6248873 or 5744288. OLE color: 5744288.
HSL color Cylindrical-coordinate representation of color #A0A657: hue angle of 64.56º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0A657 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 166 | 87 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.35 |
| HSL | 64.56º | 0.31% | 0.5% | - |
| HSV(B) | 64.56º | 0.48% | 0.65% | - |
| XYZ | 29.85 | 35.43 | 14.28 | - |
| YUV | 155.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 166 | 87 | 0.04 | 0 | 0.48 | 0.35 | 64.56 | 0.31 | 0.5 |
| Hex | A0 | A6 | 57 | 4 | 0 | 30 | 23 | 41 | 1F | 32 |
| Octal | 240 | 246 | 127 | 4 | 0 | 60 | 43 | 101 | 37 | 62 |
| Binary | 10100000 | 10100110 | 1010111 | 100 | 0 | 110000 | 100011 | 1000001 | 11111 | 110010 |
Color Harmonies of #A0A657
Complementary color
Monochromatic Colors of #A0A657
Black with #A0A657
Text Example
Text Example
White with #A0A657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A657; }
p { color: rgb(160,166,87); }
H1.HeaderClassName
{
color: #A0A657;
}
.AnyTagClassName
{
color: #A0A657;
}
</style>
background-color css
<style>
a { background-color: #A0A657; }
a { background-color: rgb(160,166,87); }
div.DivClassName
{
background-color: #A0A657;
}
.BgClassName
{
background-color: #A0A657;
}
</style>
border-color css
<style>
span { border-color: #A0A657; }
span { border-color: rgb(160,166,87); }
td.TdClassName
{
border-color: #A0A657;
}
.TagClassName
{
border-color: #A0A657;
}
</style>