Shades of Green Smoke #A8A96E
Tints of Green Smoke #A8A96E
RGB
CMYK
RGB Variations
Color information
#A8A96E (or 0xA8A96E) is known color: Green Smoke. HEX triplet: A8, A9 and 6E. RGB value is (168,169,110). Sum of RGB (Red+Green+Blue) = 168+169+110=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A96E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A96E is #575691. Grayscale: #A2A2A2. Windows color (decimal): -5723794 or 7252392. OLE color: 7252392.
HSL color Cylindrical-coordinate representation of color #A8A96E: hue angle of 61.02º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8A96E is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 110 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.34 |
| HSL | 61.02º | 0.26% | 0.55% | - |
| HSV(B) | 61.02º | 0.35% | 0.66% | - |
| XYZ | 33.15 | 37.83 | 20.31 | - |
| YUV | 161.98 | 98.67 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 110 | 0.01 | 0 | 0.35 | 0.34 | 61.02 | 0.26 | 0.55 |
| Hex | A8 | A9 | 6E | 1 | 0 | 23 | 22 | 3D | 1A | 37 |
| Octal | 250 | 251 | 156 | 1 | 0 | 43 | 42 | 75 | 32 | 67 |
| Binary | 10101000 | 10101001 | 1101110 | 1 | 0 | 100011 | 100010 | 111101 | 11010 | 110111 |
Color Harmonies of #A8A96E
Complementary color
Monochromatic Colors of #A8A96E
Black with #A8A96E
Text Example
Text Example
White with #A8A96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A96E; }
p { color: rgb(168,169,110); }
H1.HeaderClassName
{
color: #A8A96E;
}
.AnyTagClassName
{
color: #A8A96E;
}
</style>
background-color css
<style>
a { background-color: #A8A96E; }
a { background-color: rgb(168,169,110); }
div.DivClassName
{
background-color: #A8A96E;
}
.BgClassName
{
background-color: #A8A96E;
}
</style>
border-color css
<style>
span { border-color: #A8A96E; }
span { border-color: rgb(168,169,110); }
td.TdClassName
{
border-color: #A8A96E;
}
.TagClassName
{
border-color: #A8A96E;
}
</style>