Shades of Green Smoke #A1AB59
Tints of Green Smoke #A1AB59
RGB
CMYK
RGB Variations
Color information
#A1AB59 (or 0xA1AB59) is known color: Green Smoke. HEX triplet: A1, AB and 59. RGB value is (161,171,89). Sum of RGB (Red+Green+Blue) = 161+171+89=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 89 (35.16% from 255 or 21.14% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB59 is #5E54A6. Grayscale: #9E9E9E. Windows color (decimal): -6182055 or 5876641. OLE color: 5876641.
HSL color Cylindrical-coordinate representation of color #A1AB59: hue angle of 67.32º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1AB59 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 89 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.33 |
| HSL | 67.32º | 0.33% | 0.51% | - |
| HSV(B) | 67.32º | 0.48% | 0.67% | - |
| XYZ | 31.06 | 37.42 | 15.04 | - |
| YUV | 158.66 | 88.69 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 89 | 0.06 | 0 | 0.48 | 0.33 | 67.32 | 0.33 | 0.51 |
| Hex | A1 | AB | 59 | 6 | 0 | 30 | 21 | 43 | 21 | 33 |
| Octal | 241 | 253 | 131 | 6 | 0 | 60 | 41 | 103 | 41 | 63 |
| Binary | 10100001 | 10101011 | 1011001 | 110 | 0 | 110000 | 100001 | 1000011 | 100001 | 110011 |
Color Harmonies of #A1AB59
Complementary color
Monochromatic Colors of #A1AB59
Black with #A1AB59
Text Example
Text Example
White with #A1AB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB59; }
p { color: rgb(161,171,89); }
H1.HeaderClassName
{
color: #A1AB59;
}
.AnyTagClassName
{
color: #A1AB59;
}
</style>
background-color css
<style>
a { background-color: #A1AB59; }
a { background-color: rgb(161,171,89); }
div.DivClassName
{
background-color: #A1AB59;
}
.BgClassName
{
background-color: #A1AB59;
}
</style>
border-color css
<style>
span { border-color: #A1AB59; }
span { border-color: rgb(161,171,89); }
td.TdClassName
{
border-color: #A1AB59;
}
.TagClassName
{
border-color: #A1AB59;
}
</style>