Shades of Green Smoke #A1AC4A
Tints of Green Smoke #A1AC4A
RGB
CMYK
RGB Variations
Color information
#A1AC4A (or 0xA1AC4A) is known color: Green Smoke. HEX triplet: A1, AC and 4A. RGB value is (161,172,74). Sum of RGB (Red+Green+Blue) = 161+172+74=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AC4A is #5E53B5. Grayscale: #9D9D9D. Windows color (decimal): -6181814 or 4893857. OLE color: 4893857.
HSL color Cylindrical-coordinate representation of color #A1AC4A: hue angle of 66.73º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1AC4A is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 74 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.33 |
| HSL | 66.73º | 0.4% | 0.48% | - |
| HSV(B) | 66.73º | 0.57% | 0.67% | - |
| XYZ | 30.69 | 37.58 | 12.11 | - |
| YUV | 157.54 | 80.86 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 74 | 0.06 | 0 | 0.57 | 0.33 | 66.73 | 0.4 | 0.48 |
| Hex | A1 | AC | 4A | 6 | 0 | 39 | 21 | 43 | 28 | 30 |
| Octal | 241 | 254 | 112 | 6 | 0 | 71 | 41 | 103 | 50 | 60 |
| Binary | 10100001 | 10101100 | 1001010 | 110 | 0 | 111001 | 100001 | 1000011 | 101000 | 110000 |
Color Harmonies of #A1AC4A
Complementary color
Monochromatic Colors of #A1AC4A
Black with #A1AC4A
Text Example
Text Example
White with #A1AC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC4A; }
p { color: rgb(161,172,74); }
H1.HeaderClassName
{
color: #A1AC4A;
}
.AnyTagClassName
{
color: #A1AC4A;
}
</style>
background-color css
<style>
a { background-color: #A1AC4A; }
a { background-color: rgb(161,172,74); }
div.DivClassName
{
background-color: #A1AC4A;
}
.BgClassName
{
background-color: #A1AC4A;
}
</style>
border-color css
<style>
span { border-color: #A1AC4A; }
span { border-color: rgb(161,172,74); }
td.TdClassName
{
border-color: #A1AC4A;
}
.TagClassName
{
border-color: #A1AC4A;
}
</style>