Shades of Green Smoke #A0AE6D
Tints of Green Smoke #A0AE6D
RGB
CMYK
RGB Variations
Color information
#A0AE6D (or 0xA0AE6D) is known color: Green Smoke. HEX triplet: A0, AE and 6D. RGB value is (160,174,109). Sum of RGB (Red+Green+Blue) = 160+174+109=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AE6D is #5F5192. Grayscale: #A2A2A2. Windows color (decimal): -6246803 or 7188128. OLE color: 7188128.
HSL color Cylindrical-coordinate representation of color #A0AE6D: hue angle of 72.92º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0AE6D is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 174 | 109 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.32 |
| HSL | 72.92º | 0.29% | 0.55% | - |
| HSV(B) | 72.92º | 0.37% | 0.68% | - |
| XYZ | 32.39 | 38.85 | 20.26 | - |
| YUV | 162.4 | 97.86 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 174 | 109 | 0.08 | 0 | 0.37 | 0.32 | 72.92 | 0.29 | 0.55 |
| Hex | A0 | AE | 6D | 8 | 0 | 25 | 20 | 49 | 1D | 37 |
| Octal | 240 | 256 | 155 | 10 | 0 | 45 | 40 | 111 | 35 | 67 |
| Binary | 10100000 | 10101110 | 1101101 | 1000 | 0 | 100101 | 100000 | 1001001 | 11101 | 110111 |
Color Harmonies of #A0AE6D
Complementary color
Monochromatic Colors of #A0AE6D
Black with #A0AE6D
Text Example
Text Example
White with #A0AE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AE6D; }
p { color: rgb(160,174,109); }
H1.HeaderClassName
{
color: #A0AE6D;
}
.AnyTagClassName
{
color: #A0AE6D;
}
</style>
background-color css
<style>
a { background-color: #A0AE6D; }
a { background-color: rgb(160,174,109); }
div.DivClassName
{
background-color: #A0AE6D;
}
.BgClassName
{
background-color: #A0AE6D;
}
</style>
border-color css
<style>
span { border-color: #A0AE6D; }
span { border-color: rgb(160,174,109); }
td.TdClassName
{
border-color: #A0AE6D;
}
.TagClassName
{
border-color: #A0AE6D;
}
</style>