Shades of Green Smoke #A0AB4A
Tints of Green Smoke #A0AB4A
RGB
CMYK
RGB Variations
Color information
#A0AB4A (or 0xA0AB4A) is known color: Green Smoke. HEX triplet: A0, AB and 4A. RGB value is (160,171,74). Sum of RGB (Red+Green+Blue) = 160+171+74=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AB4A is #5F54B5. Grayscale: #9D9D9D. Windows color (decimal): -6247606 or 4893600. OLE color: 4893600.
HSL color Cylindrical-coordinate representation of color #A0AB4A: hue angle of 66.8º 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 #A0AB4A is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 74 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.33 |
| HSL | 66.8º | 0.4% | 0.48% | - |
| HSV(B) | 66.8º | 0.57% | 0.67% | - |
| XYZ | 30.3 | 37.09 | 12.04 | - |
| YUV | 156.65 | 81.36 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 74 | 0.06 | 0 | 0.57 | 0.33 | 66.8 | 0.4 | 0.48 |
| Hex | A0 | AB | 4A | 6 | 0 | 39 | 21 | 43 | 28 | 30 |
| Octal | 240 | 253 | 112 | 6 | 0 | 71 | 41 | 103 | 50 | 60 |
| Binary | 10100000 | 10101011 | 1001010 | 110 | 0 | 111001 | 100001 | 1000011 | 101000 | 110000 |
Color Harmonies of #A0AB4A
Complementary color
Monochromatic Colors of #A0AB4A
Black with #A0AB4A
Text Example
Text Example
White with #A0AB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB4A; }
p { color: rgb(160,171,74); }
H1.HeaderClassName
{
color: #A0AB4A;
}
.AnyTagClassName
{
color: #A0AB4A;
}
</style>
background-color css
<style>
a { background-color: #A0AB4A; }
a { background-color: rgb(160,171,74); }
div.DivClassName
{
background-color: #A0AB4A;
}
.BgClassName
{
background-color: #A0AB4A;
}
</style>
border-color css
<style>
span { border-color: #A0AB4A; }
span { border-color: rgb(160,171,74); }
td.TdClassName
{
border-color: #A0AB4A;
}
.TagClassName
{
border-color: #A0AB4A;
}
</style>