Shades of Green Smoke #A1AB4D
Tints of Green Smoke #A1AB4D
RGB
CMYK
RGB Variations
Color information
#A1AB4D (or 0xA1AB4D) is known color: Green Smoke. HEX triplet: A1, AB and 4D. RGB value is (161,171,77). Sum of RGB (Red+Green+Blue) = 161+171+77=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB4D is #5E54B2. Grayscale: #9D9D9D. Windows color (decimal): -6182067 or 5090209. OLE color: 5090209.
HSL color Cylindrical-coordinate representation of color #A1AB4D: hue angle of 66.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1AB4D is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 77 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.33 |
| HSL | 66.38º | 0.38% | 0.49% | - |
| HSV(B) | 66.38º | 0.55% | 0.67% | - |
| XYZ | 30.6 | 37.24 | 12.6 | - |
| YUV | 157.29 | 82.69 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 77 | 0.06 | 0 | 0.55 | 0.33 | 66.38 | 0.38 | 0.49 |
| Hex | A1 | AB | 4D | 6 | 0 | 37 | 21 | 42 | 26 | 31 |
| Octal | 241 | 253 | 115 | 6 | 0 | 67 | 41 | 102 | 46 | 61 |
| Binary | 10100001 | 10101011 | 1001101 | 110 | 0 | 110111 | 100001 | 1000010 | 100110 | 110001 |
Color Harmonies of #A1AB4D
Complementary color
Monochromatic Colors of #A1AB4D
Black with #A1AB4D
Text Example
Text Example
White with #A1AB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB4D; }
p { color: rgb(161,171,77); }
H1.HeaderClassName
{
color: #A1AB4D;
}
.AnyTagClassName
{
color: #A1AB4D;
}
</style>
background-color css
<style>
a { background-color: #A1AB4D; }
a { background-color: rgb(161,171,77); }
div.DivClassName
{
background-color: #A1AB4D;
}
.BgClassName
{
background-color: #A1AB4D;
}
</style>
border-color css
<style>
span { border-color: #A1AB4D; }
span { border-color: rgb(161,171,77); }
td.TdClassName
{
border-color: #A1AB4D;
}
.TagClassName
{
border-color: #A1AB4D;
}
</style>