Shades of Green Smoke #A0B057
Tints of Green Smoke #A0B057
RGB
CMYK
RGB Variations
Color information
#A0B057 (or 0xA0B057) is known color: Green Smoke. HEX triplet: A0, B0 and 57. RGB value is (160,176,87). Sum of RGB (Red+Green+Blue) = 160+176+87=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B057 is #5F4FA8. Grayscale: #A1A1A1. Windows color (decimal): -6246313 or 5746848. OLE color: 5746848.
HSL color Cylindrical-coordinate representation of color #A0B057: hue angle of 70.79º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0B057 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 176 | 87 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.31 |
| HSL | 70.79º | 0.36% | 0.52% | - |
| HSV(B) | 70.79º | 0.51% | 0.69% | - |
| XYZ | 31.74 | 39.21 | 14.91 | - |
| YUV | 161.07 | 86.2 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 176 | 87 | 0.09 | 0 | 0.51 | 0.31 | 70.79 | 0.36 | 0.52 |
| Hex | A0 | B0 | 57 | 9 | 0 | 33 | 1F | 47 | 24 | 34 |
| Octal | 240 | 260 | 127 | 11 | 0 | 63 | 37 | 107 | 44 | 64 |
| Binary | 10100000 | 10110000 | 1010111 | 1001 | 0 | 110011 | 11111 | 1000111 | 100100 | 110100 |
Color Harmonies of #A0B057
Complementary color
Monochromatic Colors of #A0B057
Black with #A0B057
Text Example
Text Example
White with #A0B057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B057; }
p { color: rgb(160,176,87); }
H1.HeaderClassName
{
color: #A0B057;
}
.AnyTagClassName
{
color: #A0B057;
}
</style>
background-color css
<style>
a { background-color: #A0B057; }
a { background-color: rgb(160,176,87); }
div.DivClassName
{
background-color: #A0B057;
}
.BgClassName
{
background-color: #A0B057;
}
</style>
border-color css
<style>
span { border-color: #A0B057; }
span { border-color: rgb(160,176,87); }
td.TdClassName
{
border-color: #A0B057;
}
.TagClassName
{
border-color: #A0B057;
}
</style>