Shades of Green Smoke #A0AE5E
Tints of Green Smoke #A0AE5E
RGB
CMYK
RGB Variations
Color information
#A0AE5E (or 0xA0AE5E) is known color: Green Smoke. HEX triplet: A0, AE and 5E. RGB value is (160,174,94). Sum of RGB (Red+Green+Blue) = 160+174+94=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AE5E is #5F51A1. Grayscale: #A1A1A1. Windows color (decimal): -6246818 or 6205088. OLE color: 6205088.
HSL color Cylindrical-coordinate representation of color #A0AE5E: hue angle of 70.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0AE5E is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 174 | 94 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.32 |
| HSL | 70.5º | 0.33% | 0.53% | - |
| HSV(B) | 70.5º | 0.46% | 0.68% | - |
| XYZ | 31.65 | 38.55 | 16.36 | - |
| YUV | 160.69 | 90.36 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 174 | 94 | 0.08 | 0 | 0.46 | 0.32 | 70.5 | 0.33 | 0.53 |
| Hex | A0 | AE | 5E | 8 | 0 | 2E | 20 | 46 | 21 | 35 |
| Octal | 240 | 256 | 136 | 10 | 0 | 56 | 40 | 106 | 41 | 65 |
| Binary | 10100000 | 10101110 | 1011110 | 1000 | 0 | 101110 | 100000 | 1000110 | 100001 | 110101 |
Color Harmonies of #A0AE5E
Complementary color
Monochromatic Colors of #A0AE5E
Black with #A0AE5E
Text Example
Text Example
White with #A0AE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AE5E; }
p { color: rgb(160,174,94); }
H1.HeaderClassName
{
color: #A0AE5E;
}
.AnyTagClassName
{
color: #A0AE5E;
}
</style>
background-color css
<style>
a { background-color: #A0AE5E; }
a { background-color: rgb(160,174,94); }
div.DivClassName
{
background-color: #A0AE5E;
}
.BgClassName
{
background-color: #A0AE5E;
}
</style>
border-color css
<style>
span { border-color: #A0AE5E; }
span { border-color: rgb(160,174,94); }
td.TdClassName
{
border-color: #A0AE5E;
}
.TagClassName
{
border-color: #A0AE5E;
}
</style>