Shades of Green Smoke #A1AC60
Tints of Green Smoke #A1AC60
RGB
CMYK
RGB Variations
Color information
#A1AC60 (or 0xA1AC60) is known color: Green Smoke. HEX triplet: A1, AC and 60. RGB value is (161,172,96). Sum of RGB (Red+Green+Blue) = 161+172+96=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AC60 is #5E539F. Grayscale: #A0A0A0. Windows color (decimal): -6181792 or 6335649. OLE color: 6335649.
HSL color Cylindrical-coordinate representation of color #A1AC60: hue angle of 68.68º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1AC60 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 96 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.33 |
| HSL | 68.68º | 0.31% | 0.53% | - |
| HSV(B) | 68.68º | 0.44% | 0.67% | - |
| XYZ | 31.56 | 37.93 | 16.72 | - |
| YUV | 160.05 | 91.86 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 96 | 0.06 | 0 | 0.44 | 0.33 | 68.68 | 0.31 | 0.53 |
| Hex | A1 | AC | 60 | 6 | 0 | 2C | 21 | 45 | 1F | 35 |
| Octal | 241 | 254 | 140 | 6 | 0 | 54 | 41 | 105 | 37 | 65 |
| Binary | 10100001 | 10101100 | 1100000 | 110 | 0 | 101100 | 100001 | 1000101 | 11111 | 110101 |
Color Harmonies of #A1AC60
Complementary color
Monochromatic Colors of #A1AC60
Black with #A1AC60
Text Example
Text Example
White with #A1AC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC60; }
p { color: rgb(161,172,96); }
H1.HeaderClassName
{
color: #A1AC60;
}
.AnyTagClassName
{
color: #A1AC60;
}
</style>
background-color css
<style>
a { background-color: #A1AC60; }
a { background-color: rgb(161,172,96); }
div.DivClassName
{
background-color: #A1AC60;
}
.BgClassName
{
background-color: #A1AC60;
}
</style>
border-color css
<style>
span { border-color: #A1AC60; }
span { border-color: rgb(161,172,96); }
td.TdClassName
{
border-color: #A1AC60;
}
.TagClassName
{
border-color: #A1AC60;
}
</style>