Shades of Green Smoke #A1AB63
Tints of Green Smoke #A1AB63
RGB
CMYK
RGB Variations
Color information
#A1AB63 (or 0xA1AB63) is known color: Green Smoke. HEX triplet: A1, AB and 63. RGB value is (161,171,99). Sum of RGB (Red+Green+Blue) = 161+171+99=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB63 is #5E549C. Grayscale: #A0A0A0. Windows color (decimal): -6182045 or 6532001. OLE color: 6532001.
HSL color Cylindrical-coordinate representation of color #A1AB63: hue angle of 68.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1AB63 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 99 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.33 |
| HSL | 68.33º | 0.3% | 0.53% | - |
| HSV(B) | 68.33º | 0.42% | 0.67% | - |
| XYZ | 31.51 | 37.6 | 17.4 | - |
| YUV | 159.8 | 93.69 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 99 | 0.06 | 0 | 0.42 | 0.33 | 68.33 | 0.3 | 0.53 |
| Hex | A1 | AB | 63 | 6 | 0 | 2A | 21 | 44 | 1E | 35 |
| Octal | 241 | 253 | 143 | 6 | 0 | 52 | 41 | 104 | 36 | 65 |
| Binary | 10100001 | 10101011 | 1100011 | 110 | 0 | 101010 | 100001 | 1000100 | 11110 | 110101 |
Color Harmonies of #A1AB63
Complementary color
Monochromatic Colors of #A1AB63
Black with #A1AB63
Text Example
Text Example
White with #A1AB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB63; }
p { color: rgb(161,171,99); }
H1.HeaderClassName
{
color: #A1AB63;
}
.AnyTagClassName
{
color: #A1AB63;
}
</style>
background-color css
<style>
a { background-color: #A1AB63; }
a { background-color: rgb(161,171,99); }
div.DivClassName
{
background-color: #A1AB63;
}
.BgClassName
{
background-color: #A1AB63;
}
</style>
border-color css
<style>
span { border-color: #A1AB63; }
span { border-color: rgb(161,171,99); }
td.TdClassName
{
border-color: #A1AB63;
}
.TagClassName
{
border-color: #A1AB63;
}
</style>