Shades of Green Smoke #A2AB57
Tints of Green Smoke #A2AB57
RGB
CMYK
RGB Variations
Color information
#A2AB57 (or 0xA2AB57) is known color: Green Smoke. HEX triplet: A2, AB and 57. RGB value is (162,171,87). Sum of RGB (Red+Green+Blue) = 162+171+87=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB57 is #5D54A8. Grayscale: #9F9F9F. Windows color (decimal): -6116521 or 5745570. OLE color: 5745570.
HSL color Cylindrical-coordinate representation of color #A2AB57: hue angle of 66.43º 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 #A2AB57 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 87 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.33 |
| HSL | 66.43º | 0.33% | 0.51% | - |
| HSV(B) | 66.43º | 0.49% | 0.67% | - |
| XYZ | 31.18 | 37.5 | 14.61 | - |
| YUV | 158.73 | 87.52 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 87 | 0.05 | 0 | 0.49 | 0.33 | 66.43 | 0.33 | 0.51 |
| Hex | A2 | AB | 57 | 5 | 0 | 31 | 21 | 42 | 21 | 33 |
| Octal | 242 | 253 | 127 | 5 | 0 | 61 | 41 | 102 | 41 | 63 |
| Binary | 10100010 | 10101011 | 1010111 | 101 | 0 | 110001 | 100001 | 1000010 | 100001 | 110011 |
Color Harmonies of #A2AB57
Complementary color
Monochromatic Colors of #A2AB57
Black with #A2AB57
Text Example
Text Example
White with #A2AB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB57; }
p { color: rgb(162,171,87); }
H1.HeaderClassName
{
color: #A2AB57;
}
.AnyTagClassName
{
color: #A2AB57;
}
</style>
background-color css
<style>
a { background-color: #A2AB57; }
a { background-color: rgb(162,171,87); }
div.DivClassName
{
background-color: #A2AB57;
}
.BgClassName
{
background-color: #A2AB57;
}
</style>
border-color css
<style>
span { border-color: #A2AB57; }
span { border-color: rgb(162,171,87); }
td.TdClassName
{
border-color: #A2AB57;
}
.TagClassName
{
border-color: #A2AB57;
}
</style>