Shades of Green Smoke #A0AA4C
Tints of Green Smoke #A0AA4C
RGB
CMYK
RGB Variations
Color information
#A0AA4C (or 0xA0AA4C) is known color: Green Smoke. HEX triplet: A0, AA and 4C. RGB value is (160,170,76). Sum of RGB (Red+Green+Blue) = 160+170+76=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA4C is #5F55B3. Grayscale: #9C9C9C. Windows color (decimal): -6247860 or 5024416. OLE color: 5024416.
HSL color Cylindrical-coordinate representation of color #A0AA4C: hue angle of 66.38º 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 #A0AA4C is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 76 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.33 |
| HSL | 66.38º | 0.38% | 0.48% | - |
| HSV(B) | 66.38º | 0.55% | 0.67% | - |
| XYZ | 30.18 | 36.74 | 12.34 | - |
| YUV | 156.29 | 82.69 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 76 | 0.06 | 0 | 0.55 | 0.33 | 66.38 | 0.38 | 0.48 |
| Hex | A0 | AA | 4C | 6 | 0 | 37 | 21 | 42 | 26 | 30 |
| Octal | 240 | 252 | 114 | 6 | 0 | 67 | 41 | 102 | 46 | 60 |
| Binary | 10100000 | 10101010 | 1001100 | 110 | 0 | 110111 | 100001 | 1000010 | 100110 | 110000 |
Color Harmonies of #A0AA4C
Complementary color
Monochromatic Colors of #A0AA4C
Black with #A0AA4C
Text Example
Text Example
White with #A0AA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA4C; }
p { color: rgb(160,170,76); }
H1.HeaderClassName
{
color: #A0AA4C;
}
.AnyTagClassName
{
color: #A0AA4C;
}
</style>
background-color css
<style>
a { background-color: #A0AA4C; }
a { background-color: rgb(160,170,76); }
div.DivClassName
{
background-color: #A0AA4C;
}
.BgClassName
{
background-color: #A0AA4C;
}
</style>
border-color css
<style>
span { border-color: #A0AA4C; }
span { border-color: rgb(160,170,76); }
td.TdClassName
{
border-color: #A0AA4C;
}
.TagClassName
{
border-color: #A0AA4C;
}
</style>