Shades of Green Smoke #A8AE68
Tints of Green Smoke #A8AE68
RGB
CMYK
RGB Variations
Color information
#A8AE68 (or 0xA8AE68) is known color: Green Smoke. HEX triplet: A8, AE and 68. RGB value is (168,174,104). Sum of RGB (Red+Green+Blue) = 168+174+104=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE68 is #575197. Grayscale: #A4A4A4. Windows color (decimal): -5722520 or 6860456. OLE color: 6860456.
HSL color Cylindrical-coordinate representation of color #A8AE68: hue angle of 65.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8AE68 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 104 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.32 |
| HSL | 65.14º | 0.3% | 0.55% | - |
| HSV(B) | 65.14º | 0.4% | 0.68% | - |
| XYZ | 33.78 | 39.6 | 18.96 | - |
| YUV | 164.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 104 | 0.03 | 0 | 0.40 | 0.32 | 65.14 | 0.3 | 0.55 |
| Hex | A8 | AE | 68 | 3 | 0 | 28 | 20 | 41 | 1E | 37 |
| Octal | 250 | 256 | 150 | 3 | 0 | 50 | 40 | 101 | 36 | 67 |
| Binary | 10101000 | 10101110 | 1101000 | 11 | 0 | 101000 | 100000 | 1000001 | 11110 | 110111 |
Color Harmonies of #A8AE68
Complementary color
Monochromatic Colors of #A8AE68
Black with #A8AE68
Text Example
Text Example
White with #A8AE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE68; }
p { color: rgb(168,174,104); }
H1.HeaderClassName
{
color: #A8AE68;
}
.AnyTagClassName
{
color: #A8AE68;
}
</style>
background-color css
<style>
a { background-color: #A8AE68; }
a { background-color: rgb(168,174,104); }
div.DivClassName
{
background-color: #A8AE68;
}
.BgClassName
{
background-color: #A8AE68;
}
</style>
border-color css
<style>
span { border-color: #A8AE68; }
span { border-color: rgb(168,174,104); }
td.TdClassName
{
border-color: #A8AE68;
}
.TagClassName
{
border-color: #A8AE68;
}
</style>