Shades of Green Smoke #A1AB72
Tints of Green Smoke #A1AB72
RGB
CMYK
RGB Variations
Color information
#A1AB72 (or 0xA1AB72) is known color: Green Smoke. HEX triplet: A1, AB and 72. RGB value is (161,171,114). Sum of RGB (Red+Green+Blue) = 161+171+114=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB72 is #5E548D. Grayscale: #A1A1A1. Windows color (decimal): -6182030 or 7515041. OLE color: 7515041.
HSL color Cylindrical-coordinate representation of color #A1AB72: hue angle of 70.53º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1AB72 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 114 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.33 |
| HSL | 70.53º | 0.25% | 0.56% | - |
| HSV(B) | 70.53º | 0.33% | 0.67% | - |
| XYZ | 32.3 | 37.92 | 21.54 | - |
| YUV | 161.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 114 | 0.06 | 0 | 0.33 | 0.33 | 70.53 | 0.25 | 0.56 |
| Hex | A1 | AB | 72 | 6 | 0 | 21 | 21 | 47 | 19 | 38 |
| Octal | 241 | 253 | 162 | 6 | 0 | 41 | 41 | 107 | 31 | 70 |
| Binary | 10100001 | 10101011 | 1110010 | 110 | 0 | 100001 | 100001 | 1000111 | 11001 | 111000 |
Color Harmonies of #A1AB72
Complementary color
Monochromatic Colors of #A1AB72
Black with #A1AB72
Text Example
Text Example
White with #A1AB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB72; }
p { color: rgb(161,171,114); }
H1.HeaderClassName
{
color: #A1AB72;
}
.AnyTagClassName
{
color: #A1AB72;
}
</style>
background-color css
<style>
a { background-color: #A1AB72; }
a { background-color: rgb(161,171,114); }
div.DivClassName
{
background-color: #A1AB72;
}
.BgClassName
{
background-color: #A1AB72;
}
</style>
border-color css
<style>
span { border-color: #A1AB72; }
span { border-color: rgb(161,171,114); }
td.TdClassName
{
border-color: #A1AB72;
}
.TagClassName
{
border-color: #A1AB72;
}
</style>