Shades of Green Smoke #A1AB58
Tints of Green Smoke #A1AB58
RGB
CMYK
RGB Variations
Color information
#A1AB58 (or 0xA1AB58) is known color: Green Smoke. HEX triplet: A1, AB and 58. RGB value is (161,171,88). Sum of RGB (Red+Green+Blue) = 161+171+88=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB58 is #5E54A7. Grayscale: #9E9E9E. Windows color (decimal): -6182056 or 5811105. OLE color: 5811105.
HSL color Cylindrical-coordinate representation of color #A1AB58: hue angle of 67.23º 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 #A1AB58 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 88 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.33 |
| HSL | 67.23º | 0.33% | 0.51% | - |
| HSV(B) | 67.23º | 0.49% | 0.67% | - |
| XYZ | 31.02 | 37.41 | 14.82 | - |
| YUV | 158.55 | 88.19 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 88 | 0.06 | 0 | 0.49 | 0.33 | 67.23 | 0.33 | 0.51 |
| Hex | A1 | AB | 58 | 6 | 0 | 31 | 21 | 43 | 21 | 33 |
| Octal | 241 | 253 | 130 | 6 | 0 | 61 | 41 | 103 | 41 | 63 |
| Binary | 10100001 | 10101011 | 1011000 | 110 | 0 | 110001 | 100001 | 1000011 | 100001 | 110011 |
Color Harmonies of #A1AB58
Complementary color
Monochromatic Colors of #A1AB58
Black with #A1AB58
Text Example
Text Example
White with #A1AB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB58; }
p { color: rgb(161,171,88); }
H1.HeaderClassName
{
color: #A1AB58;
}
.AnyTagClassName
{
color: #A1AB58;
}
</style>
background-color css
<style>
a { background-color: #A1AB58; }
a { background-color: rgb(161,171,88); }
div.DivClassName
{
background-color: #A1AB58;
}
.BgClassName
{
background-color: #A1AB58;
}
</style>
border-color css
<style>
span { border-color: #A1AB58; }
span { border-color: rgb(161,171,88); }
td.TdClassName
{
border-color: #A1AB58;
}
.TagClassName
{
border-color: #A1AB58;
}
</style>