Shades of Green Smoke #A8AA6E
Tints of Green Smoke #A8AA6E
RGB
CMYK
RGB Variations
Color information
#A8AA6E (or 0xA8AA6E) is known color: Green Smoke. HEX triplet: A8, AA and 6E. RGB value is (168,170,110). Sum of RGB (Red+Green+Blue) = 168+170+110=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA6E is #575591. Grayscale: #A2A2A2. Windows color (decimal): -5723538 or 7252648. OLE color: 7252648.
HSL color Cylindrical-coordinate representation of color #A8AA6E: hue angle of 62º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8AA6E is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 110 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.33 |
| HSL | 62º | 0.26% | 0.55% | - |
| HSV(B) | 62º | 0.35% | 0.67% | - |
| XYZ | 33.34 | 38.2 | 20.37 | - |
| YUV | 162.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 110 | 0.01 | 0 | 0.35 | 0.33 | 62 | 0.26 | 0.55 |
| Hex | A8 | AA | 6E | 1 | 0 | 23 | 21 | 3E | 1A | 37 |
| Octal | 250 | 252 | 156 | 1 | 0 | 43 | 41 | 76 | 32 | 67 |
| Binary | 10101000 | 10101010 | 1101110 | 1 | 0 | 100011 | 100001 | 111110 | 11010 | 110111 |
Color Harmonies of #A8AA6E
Complementary color
Monochromatic Colors of #A8AA6E
Black with #A8AA6E
Text Example
Text Example
White with #A8AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA6E; }
p { color: rgb(168,170,110); }
H1.HeaderClassName
{
color: #A8AA6E;
}
.AnyTagClassName
{
color: #A8AA6E;
}
</style>
background-color css
<style>
a { background-color: #A8AA6E; }
a { background-color: rgb(168,170,110); }
div.DivClassName
{
background-color: #A8AA6E;
}
.BgClassName
{
background-color: #A8AA6E;
}
</style>
border-color css
<style>
span { border-color: #A8AA6E; }
span { border-color: rgb(168,170,110); }
td.TdClassName
{
border-color: #A8AA6E;
}
.TagClassName
{
border-color: #A8AA6E;
}
</style>