Shades of Green Smoke #A1AA4C
Tints of Green Smoke #A1AA4C
RGB
CMYK
RGB Variations
Color information
#A1AA4C (or 0xA1AA4C) is known color: Green Smoke. HEX triplet: A1, AA and 4C. RGB value is (161,170,76). Sum of RGB (Red+Green+Blue) = 161+170+76=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AA4C is #5E55B3. Grayscale: #9C9C9C. Windows color (decimal): -6182324 or 5024417. OLE color: 5024417.
HSL color Cylindrical-coordinate representation of color #A1AA4C: hue angle of 65.74º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1AA4C is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 76 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.33 |
| HSL | 65.74º | 0.38% | 0.48% | - |
| HSV(B) | 65.74º | 0.55% | 0.67% | - |
| XYZ | 30.38 | 36.85 | 12.35 | - |
| YUV | 156.59 | 82.52 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 76 | 0.05 | 0 | 0.55 | 0.33 | 65.74 | 0.38 | 0.48 |
| Hex | A1 | AA | 4C | 5 | 0 | 37 | 21 | 42 | 26 | 30 |
| Octal | 241 | 252 | 114 | 5 | 0 | 67 | 41 | 102 | 46 | 60 |
| Binary | 10100001 | 10101010 | 1001100 | 101 | 0 | 110111 | 100001 | 1000010 | 100110 | 110000 |
Color Harmonies of #A1AA4C
Complementary color
Monochromatic Colors of #A1AA4C
Black with #A1AA4C
Text Example
Text Example
White with #A1AA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA4C; }
p { color: rgb(161,170,76); }
H1.HeaderClassName
{
color: #A1AA4C;
}
.AnyTagClassName
{
color: #A1AA4C;
}
</style>
background-color css
<style>
a { background-color: #A1AA4C; }
a { background-color: rgb(161,170,76); }
div.DivClassName
{
background-color: #A1AA4C;
}
.BgClassName
{
background-color: #A1AA4C;
}
</style>
border-color css
<style>
span { border-color: #A1AA4C; }
span { border-color: rgb(161,170,76); }
td.TdClassName
{
border-color: #A1AA4C;
}
.TagClassName
{
border-color: #A1AA4C;
}
</style>