Shades of Green Smoke #A1AB4F
Tints of Green Smoke #A1AB4F
RGB
CMYK
RGB Variations
Color information
#A1AB4F (or 0xA1AB4F) is known color: Green Smoke. HEX triplet: A1, AB and 4F. RGB value is (161,171,79). Sum of RGB (Red+Green+Blue) = 161+171+79=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 79 (31.25% from 255 or 19.22% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB4F is #5E54B0. Grayscale: #9D9D9D. Windows color (decimal): -6182065 or 5221281. OLE color: 5221281.
HSL color Cylindrical-coordinate representation of color #A1AB4F: hue angle of 66.52º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1AB4F is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 79 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.33 |
| HSL | 66.52º | 0.37% | 0.49% | - |
| HSV(B) | 66.52º | 0.54% | 0.67% | - |
| XYZ | 30.67 | 37.27 | 12.97 | - |
| YUV | 157.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 79 | 0.06 | 0 | 0.54 | 0.33 | 66.52 | 0.37 | 0.49 |
| Hex | A1 | AB | 4F | 6 | 0 | 36 | 21 | 43 | 25 | 31 |
| Octal | 241 | 253 | 117 | 6 | 0 | 66 | 41 | 103 | 45 | 61 |
| Binary | 10100001 | 10101011 | 1001111 | 110 | 0 | 110110 | 100001 | 1000011 | 100101 | 110001 |
Color Harmonies of #A1AB4F
Complementary color
Monochromatic Colors of #A1AB4F
Black with #A1AB4F
Text Example
Text Example
White with #A1AB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB4F; }
p { color: rgb(161,171,79); }
H1.HeaderClassName
{
color: #A1AB4F;
}
.AnyTagClassName
{
color: #A1AB4F;
}
</style>
background-color css
<style>
a { background-color: #A1AB4F; }
a { background-color: rgb(161,171,79); }
div.DivClassName
{
background-color: #A1AB4F;
}
.BgClassName
{
background-color: #A1AB4F;
}
</style>
border-color css
<style>
span { border-color: #A1AB4F; }
span { border-color: rgb(161,171,79); }
td.TdClassName
{
border-color: #A1AB4F;
}
.TagClassName
{
border-color: #A1AB4F;
}
</style>