Shades of Green Smoke #A8AE6E
Tints of Green Smoke #A8AE6E
RGB
CMYK
RGB Variations
Color information
#A8AE6E (or 0xA8AE6E) is known color: Green Smoke. HEX triplet: A8, AE and 6E. RGB value is (168,174,110). Sum of RGB (Red+Green+Blue) = 168+174+110=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE6E is #575191. Grayscale: #A5A5A5. Windows color (decimal): -5722514 or 7253672. OLE color: 7253672.
HSL color Cylindrical-coordinate representation of color #A8AE6E: hue angle of 65.62º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8AE6E is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 110 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.32 |
| HSL | 65.63º | 0.28% | 0.56% | - |
| HSV(B) | 65.63º | 0.37% | 0.68% | - |
| XYZ | 34.1 | 39.72 | 20.62 | - |
| YUV | 164.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 110 | 0.03 | 0 | 0.37 | 0.32 | 65.63 | 0.28 | 0.56 |
| Hex | A8 | AE | 6E | 3 | 0 | 25 | 20 | 42 | 1C | 38 |
| Octal | 250 | 256 | 156 | 3 | 0 | 45 | 40 | 102 | 34 | 70 |
| Binary | 10101000 | 10101110 | 1101110 | 11 | 0 | 100101 | 100000 | 1000010 | 11100 | 111000 |
Color Harmonies of #A8AE6E
Complementary color
Monochromatic Colors of #A8AE6E
Black with #A8AE6E
Text Example
Text Example
White with #A8AE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE6E; }
p { color: rgb(168,174,110); }
H1.HeaderClassName
{
color: #A8AE6E;
}
.AnyTagClassName
{
color: #A8AE6E;
}
</style>
background-color css
<style>
a { background-color: #A8AE6E; }
a { background-color: rgb(168,174,110); }
div.DivClassName
{
background-color: #A8AE6E;
}
.BgClassName
{
background-color: #A8AE6E;
}
</style>
border-color css
<style>
span { border-color: #A8AE6E; }
span { border-color: rgb(168,174,110); }
td.TdClassName
{
border-color: #A8AE6E;
}
.TagClassName
{
border-color: #A8AE6E;
}
</style>