Shades of Green Smoke #A0AB57
Tints of Green Smoke #A0AB57
RGB
CMYK
RGB Variations
Color information
#A0AB57 (or 0xA0AB57) is known color: Green Smoke. HEX triplet: A0, AB and 57. RGB value is (160,171,87). Sum of RGB (Red+Green+Blue) = 160+171+87=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB57 is #5F54A8. Grayscale: #9E9E9E. Windows color (decimal): -6247593 or 5745568. OLE color: 5745568.
HSL color Cylindrical-coordinate representation of color #A0AB57: hue angle of 67.86º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0AB57 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 87 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.33 |
| HSL | 67.86º | 0.33% | 0.51% | - |
| HSV(B) | 67.86º | 0.49% | 0.67% | - |
| XYZ | 30.78 | 37.29 | 14.59 | - |
| YUV | 158.14 | 87.86 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 87 | 0.06 | 0 | 0.49 | 0.33 | 67.86 | 0.33 | 0.51 |
| Hex | A0 | AB | 57 | 6 | 0 | 31 | 21 | 44 | 21 | 33 |
| Octal | 240 | 253 | 127 | 6 | 0 | 61 | 41 | 104 | 41 | 63 |
| Binary | 10100000 | 10101011 | 1010111 | 110 | 0 | 110001 | 100001 | 1000100 | 100001 | 110011 |
Color Harmonies of #A0AB57
Complementary color
Monochromatic Colors of #A0AB57
Black with #A0AB57
Text Example
Text Example
White with #A0AB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB57; }
p { color: rgb(160,171,87); }
H1.HeaderClassName
{
color: #A0AB57;
}
.AnyTagClassName
{
color: #A0AB57;
}
</style>
background-color css
<style>
a { background-color: #A0AB57; }
a { background-color: rgb(160,171,87); }
div.DivClassName
{
background-color: #A0AB57;
}
.BgClassName
{
background-color: #A0AB57;
}
</style>
border-color css
<style>
span { border-color: #A0AB57; }
span { border-color: rgb(160,171,87); }
td.TdClassName
{
border-color: #A0AB57;
}
.TagClassName
{
border-color: #A0AB57;
}
</style>