Shades of Green Smoke #A1AB55
Tints of Green Smoke #A1AB55
RGB
CMYK
RGB Variations
Color information
#A1AB55 (or 0xA1AB55) is known color: Green Smoke. HEX triplet: A1, AB and 55. RGB value is (161,171,85). Sum of RGB (Red+Green+Blue) = 161+171+85=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB55 is #5E54AA. Grayscale: #9E9E9E. Windows color (decimal): -6182059 or 5614497. OLE color: 5614497.
HSL color Cylindrical-coordinate representation of color #A1AB55: hue angle of 66.98º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1AB55 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 85 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.33 |
| HSL | 66.98º | 0.34% | 0.5% | - |
| HSV(B) | 66.98º | 0.5% | 0.67% | - |
| XYZ | 30.9 | 37.36 | 14.18 | - |
| YUV | 158.21 | 86.69 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 85 | 0.06 | 0 | 0.50 | 0.33 | 66.98 | 0.34 | 0.5 |
| Hex | A1 | AB | 55 | 6 | 0 | 32 | 21 | 43 | 22 | 32 |
| Octal | 241 | 253 | 125 | 6 | 0 | 62 | 41 | 103 | 42 | 62 |
| Binary | 10100001 | 10101011 | 1010101 | 110 | 0 | 110010 | 100001 | 1000011 | 100010 | 110010 |
Color Harmonies of #A1AB55
Complementary color
Monochromatic Colors of #A1AB55
Black with #A1AB55
Text Example
Text Example
White with #A1AB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB55; }
p { color: rgb(161,171,85); }
H1.HeaderClassName
{
color: #A1AB55;
}
.AnyTagClassName
{
color: #A1AB55;
}
</style>
background-color css
<style>
a { background-color: #A1AB55; }
a { background-color: rgb(161,171,85); }
div.DivClassName
{
background-color: #A1AB55;
}
.BgClassName
{
background-color: #A1AB55;
}
</style>
border-color css
<style>
span { border-color: #A1AB55; }
span { border-color: rgb(161,171,85); }
td.TdClassName
{
border-color: #A1AB55;
}
.TagClassName
{
border-color: #A1AB55;
}
</style>