Shades of Green Smoke #A1AC55
Tints of Green Smoke #A1AC55
RGB
CMYK
RGB Variations
Color information
#A1AC55 (or 0xA1AC55) is known color: Green Smoke. HEX triplet: A1, AC and 55. RGB value is (161,172,85). Sum of RGB (Red+Green+Blue) = 161+172+85=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AC55 is #5E53AA. Grayscale: #9F9F9F. Windows color (decimal): -6181803 or 5614753. OLE color: 5614753.
HSL color Cylindrical-coordinate representation of color #A1AC55: hue angle of 67.59º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1AC55 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 85 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.33 |
| HSL | 67.59º | 0.34% | 0.5% | - |
| HSV(B) | 67.59º | 0.51% | 0.67% | - |
| XYZ | 31.09 | 37.74 | 14.24 | - |
| YUV | 158.79 | 86.36 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 85 | 0.06 | 0 | 0.51 | 0.33 | 67.59 | 0.34 | 0.5 |
| Hex | A1 | AC | 55 | 6 | 0 | 33 | 21 | 44 | 22 | 32 |
| Octal | 241 | 254 | 125 | 6 | 0 | 63 | 41 | 104 | 42 | 62 |
| Binary | 10100001 | 10101100 | 1010101 | 110 | 0 | 110011 | 100001 | 1000100 | 100010 | 110010 |
Color Harmonies of #A1AC55
Complementary color
Monochromatic Colors of #A1AC55
Black with #A1AC55
Text Example
Text Example
White with #A1AC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC55; }
p { color: rgb(161,172,85); }
H1.HeaderClassName
{
color: #A1AC55;
}
.AnyTagClassName
{
color: #A1AC55;
}
</style>
background-color css
<style>
a { background-color: #A1AC55; }
a { background-color: rgb(161,172,85); }
div.DivClassName
{
background-color: #A1AC55;
}
.BgClassName
{
background-color: #A1AC55;
}
</style>
border-color css
<style>
span { border-color: #A1AC55; }
span { border-color: rgb(161,172,85); }
td.TdClassName
{
border-color: #A1AC55;
}
.TagClassName
{
border-color: #A1AC55;
}
</style>