Shades of Green Smoke #A0AE65
Tints of Green Smoke #A0AE65
RGB
CMYK
RGB Variations
Color information
#A0AE65 (or 0xA0AE65) is known color: Green Smoke. HEX triplet: A0, AE and 65. RGB value is (160,174,101). Sum of RGB (Red+Green+Blue) = 160+174+101=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AE65 is #5F519A. Grayscale: #A1A1A1. Windows color (decimal): -6246811 or 6663840. OLE color: 6663840.
HSL color Cylindrical-coordinate representation of color #A0AE65: hue angle of 71.51º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0AE65 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 174 | 101 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.32 |
| HSL | 71.51º | 0.31% | 0.54% | - |
| HSV(B) | 71.51º | 0.42% | 0.68% | - |
| XYZ | 31.98 | 38.69 | 18.09 | - |
| YUV | 161.49 | 93.86 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 174 | 101 | 0.08 | 0 | 0.42 | 0.32 | 71.51 | 0.31 | 0.54 |
| Hex | A0 | AE | 65 | 8 | 0 | 2A | 20 | 48 | 1F | 36 |
| Octal | 240 | 256 | 145 | 10 | 0 | 52 | 40 | 110 | 37 | 66 |
| Binary | 10100000 | 10101110 | 1100101 | 1000 | 0 | 101010 | 100000 | 1001000 | 11111 | 110110 |
Color Harmonies of #A0AE65
Complementary color
Monochromatic Colors of #A0AE65
Black with #A0AE65
Text Example
Text Example
White with #A0AE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AE65; }
p { color: rgb(160,174,101); }
H1.HeaderClassName
{
color: #A0AE65;
}
.AnyTagClassName
{
color: #A0AE65;
}
</style>
background-color css
<style>
a { background-color: #A0AE65; }
a { background-color: rgb(160,174,101); }
div.DivClassName
{
background-color: #A0AE65;
}
.BgClassName
{
background-color: #A0AE65;
}
</style>
border-color css
<style>
span { border-color: #A0AE65; }
span { border-color: rgb(160,174,101); }
td.TdClassName
{
border-color: #A0AE65;
}
.TagClassName
{
border-color: #A0AE65;
}
</style>