Shades of Green Smoke #A1AB65
Tints of Green Smoke #A1AB65
RGB
CMYK
RGB Variations
Color information
#A1AB65 (or 0xA1AB65) is known color: Green Smoke. HEX triplet: A1, AB and 65. RGB value is (161,171,101). Sum of RGB (Red+Green+Blue) = 161+171+101=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB65 is #5E549A. Grayscale: #A0A0A0. Windows color (decimal): -6182043 or 6663073. OLE color: 6663073.
HSL color Cylindrical-coordinate representation of color #A1AB65: hue angle of 68.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1AB65 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 101 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.33 |
| HSL | 68.57º | 0.29% | 0.53% | - |
| HSV(B) | 68.57º | 0.41% | 0.67% | - |
| XYZ | 31.61 | 37.64 | 17.91 | - |
| YUV | 160.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 101 | 0.06 | 0 | 0.41 | 0.33 | 68.57 | 0.29 | 0.53 |
| Hex | A1 | AB | 65 | 6 | 0 | 29 | 21 | 45 | 1D | 35 |
| Octal | 241 | 253 | 145 | 6 | 0 | 51 | 41 | 105 | 35 | 65 |
| Binary | 10100001 | 10101011 | 1100101 | 110 | 0 | 101001 | 100001 | 1000101 | 11101 | 110101 |
Color Harmonies of #A1AB65
Complementary color
Monochromatic Colors of #A1AB65
Black with #A1AB65
Text Example
Text Example
White with #A1AB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB65; }
p { color: rgb(161,171,101); }
H1.HeaderClassName
{
color: #A1AB65;
}
.AnyTagClassName
{
color: #A1AB65;
}
</style>
background-color css
<style>
a { background-color: #A1AB65; }
a { background-color: rgb(161,171,101); }
div.DivClassName
{
background-color: #A1AB65;
}
.BgClassName
{
background-color: #A1AB65;
}
</style>
border-color css
<style>
span { border-color: #A1AB65; }
span { border-color: rgb(161,171,101); }
td.TdClassName
{
border-color: #A1AB65;
}
.TagClassName
{
border-color: #A1AB65;
}
</style>