Shades of Green Smoke #A8AE6C
Tints of Green Smoke #A8AE6C
RGB
CMYK
RGB Variations
Color information
#A8AE6C (or 0xA8AE6C) is known color: Green Smoke. HEX triplet: A8, AE and 6C. RGB value is (168,174,108). Sum of RGB (Red+Green+Blue) = 168+174+108=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE6C is #575193. Grayscale: #A4A4A4. Windows color (decimal): -5722516 or 7122600. OLE color: 7122600.
HSL color Cylindrical-coordinate representation of color #A8AE6C: hue angle of 65.45º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8AE6C is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 108 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.32 |
| HSL | 65.45º | 0.29% | 0.55% | - |
| HSV(B) | 65.45º | 0.38% | 0.68% | - |
| XYZ | 33.99 | 39.68 | 20.05 | - |
| YUV | 164.68 | 96.01 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 108 | 0.03 | 0 | 0.38 | 0.32 | 65.45 | 0.29 | 0.55 |
| Hex | A8 | AE | 6C | 3 | 0 | 26 | 20 | 41 | 1D | 37 |
| Octal | 250 | 256 | 154 | 3 | 0 | 46 | 40 | 101 | 35 | 67 |
| Binary | 10101000 | 10101110 | 1101100 | 11 | 0 | 100110 | 100000 | 1000001 | 11101 | 110111 |
Color Harmonies of #A8AE6C
Complementary color
Monochromatic Colors of #A8AE6C
Black with #A8AE6C
Text Example
Text Example
White with #A8AE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE6C; }
p { color: rgb(168,174,108); }
H1.HeaderClassName
{
color: #A8AE6C;
}
.AnyTagClassName
{
color: #A8AE6C;
}
</style>
background-color css
<style>
a { background-color: #A8AE6C; }
a { background-color: rgb(168,174,108); }
div.DivClassName
{
background-color: #A8AE6C;
}
.BgClassName
{
background-color: #A8AE6C;
}
</style>
border-color css
<style>
span { border-color: #A8AE6C; }
span { border-color: rgb(168,174,108); }
td.TdClassName
{
border-color: #A8AE6C;
}
.TagClassName
{
border-color: #A8AE6C;
}
</style>