Shades of Green Smoke #A1AB5E
Tints of Green Smoke #A1AB5E
RGB
CMYK
RGB Variations
Color information
#A1AB5E (or 0xA1AB5E) is known color: Green Smoke. HEX triplet: A1, AB and 5E. RGB value is (161,171,94). Sum of RGB (Red+Green+Blue) = 161+171+94=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB5E is #5E54A1. Grayscale: #9F9F9F. Windows color (decimal): -6182050 or 6204321. OLE color: 6204321.
HSL color Cylindrical-coordinate representation of color #A1AB5E: hue angle of 67.79º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1AB5E is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 94 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.33 |
| HSL | 67.79º | 0.31% | 0.52% | - |
| HSV(B) | 67.79º | 0.45% | 0.67% | - |
| XYZ | 31.28 | 37.51 | 16.18 | - |
| YUV | 159.23 | 91.19 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 94 | 0.06 | 0 | 0.45 | 0.33 | 67.79 | 0.31 | 0.52 |
| Hex | A1 | AB | 5E | 6 | 0 | 2D | 21 | 44 | 1F | 34 |
| Octal | 241 | 253 | 136 | 6 | 0 | 55 | 41 | 104 | 37 | 64 |
| Binary | 10100001 | 10101011 | 1011110 | 110 | 0 | 101101 | 100001 | 1000100 | 11111 | 110100 |
Color Harmonies of #A1AB5E
Complementary color
Monochromatic Colors of #A1AB5E
Black with #A1AB5E
Text Example
Text Example
White with #A1AB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB5E; }
p { color: rgb(161,171,94); }
H1.HeaderClassName
{
color: #A1AB5E;
}
.AnyTagClassName
{
color: #A1AB5E;
}
</style>
background-color css
<style>
a { background-color: #A1AB5E; }
a { background-color: rgb(161,171,94); }
div.DivClassName
{
background-color: #A1AB5E;
}
.BgClassName
{
background-color: #A1AB5E;
}
</style>
border-color css
<style>
span { border-color: #A1AB5E; }
span { border-color: rgb(161,171,94); }
td.TdClassName
{
border-color: #A1AB5E;
}
.TagClassName
{
border-color: #A1AB5E;
}
</style>