Shades of Green Smoke #A1AC65
Tints of Green Smoke #A1AC65
RGB
CMYK
RGB Variations
Color information
#A1AC65 (or 0xA1AC65) is known color: Green Smoke. HEX triplet: A1, AC and 65. RGB value is (161,172,101). Sum of RGB (Red+Green+Blue) = 161+172+101=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AC65 is #5E539A. Grayscale: #A0A0A0. Windows color (decimal): -6181787 or 6663329. OLE color: 6663329.
HSL color Cylindrical-coordinate representation of color #A1AC65: hue angle of 69.3º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1AC65 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 101 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.33 |
| HSL | 69.3º | 0.3% | 0.54% | - |
| HSV(B) | 69.3º | 0.41% | 0.67% | - |
| XYZ | 31.8 | 38.02 | 17.97 | - |
| YUV | 160.62 | 94.36 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 101 | 0.06 | 0 | 0.41 | 0.33 | 69.3 | 0.3 | 0.54 |
| Hex | A1 | AC | 65 | 6 | 0 | 29 | 21 | 45 | 1E | 36 |
| Octal | 241 | 254 | 145 | 6 | 0 | 51 | 41 | 105 | 36 | 66 |
| Binary | 10100001 | 10101100 | 1100101 | 110 | 0 | 101001 | 100001 | 1000101 | 11110 | 110110 |
Color Harmonies of #A1AC65
Complementary color
Monochromatic Colors of #A1AC65
Black with #A1AC65
Text Example
Text Example
White with #A1AC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC65; }
p { color: rgb(161,172,101); }
H1.HeaderClassName
{
color: #A1AC65;
}
.AnyTagClassName
{
color: #A1AC65;
}
</style>
background-color css
<style>
a { background-color: #A1AC65; }
a { background-color: rgb(161,172,101); }
div.DivClassName
{
background-color: #A1AC65;
}
.BgClassName
{
background-color: #A1AC65;
}
</style>
border-color css
<style>
span { border-color: #A1AC65; }
span { border-color: rgb(161,172,101); }
td.TdClassName
{
border-color: #A1AC65;
}
.TagClassName
{
border-color: #A1AC65;
}
</style>