Shades of Green Smoke #A0AA4F
Tints of Green Smoke #A0AA4F
RGB
CMYK
RGB Variations
Color information
#A0AA4F (or 0xA0AA4F) is known color: Green Smoke. HEX triplet: A0, AA and 4F. RGB value is (160,170,79). Sum of RGB (Red+Green+Blue) = 160+170+79=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA4F is #5F55B0. Grayscale: #9C9C9C. Windows color (decimal): -6247857 or 5221024. OLE color: 5221024.
HSL color Cylindrical-coordinate representation of color #A0AA4F: hue angle of 66.59º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0AA4F is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 79 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.33 |
| HSL | 66.59º | 0.37% | 0.49% | - |
| HSV(B) | 66.59º | 0.54% | 0.67% | - |
| XYZ | 30.28 | 36.79 | 12.9 | - |
| YUV | 156.64 | 84.19 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 79 | 0.06 | 0 | 0.54 | 0.33 | 66.59 | 0.37 | 0.49 |
| Hex | A0 | AA | 4F | 6 | 0 | 36 | 21 | 43 | 25 | 31 |
| Octal | 240 | 252 | 117 | 6 | 0 | 66 | 41 | 103 | 45 | 61 |
| Binary | 10100000 | 10101010 | 1001111 | 110 | 0 | 110110 | 100001 | 1000011 | 100101 | 110001 |
Color Harmonies of #A0AA4F
Complementary color
Monochromatic Colors of #A0AA4F
Black with #A0AA4F
Text Example
Text Example
White with #A0AA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA4F; }
p { color: rgb(160,170,79); }
H1.HeaderClassName
{
color: #A0AA4F;
}
.AnyTagClassName
{
color: #A0AA4F;
}
</style>
background-color css
<style>
a { background-color: #A0AA4F; }
a { background-color: rgb(160,170,79); }
div.DivClassName
{
background-color: #A0AA4F;
}
.BgClassName
{
background-color: #A0AA4F;
}
</style>
border-color css
<style>
span { border-color: #A0AA4F; }
span { border-color: rgb(160,170,79); }
td.TdClassName
{
border-color: #A0AA4F;
}
.TagClassName
{
border-color: #A0AA4F;
}
</style>