Shades of Green Smoke #A8AA6C
Tints of Green Smoke #A8AA6C
RGB
CMYK
RGB Variations
Color information
#A8AA6C (or 0xA8AA6C) is known color: Green Smoke. HEX triplet: A8, AA and 6C. RGB value is (168,170,108). Sum of RGB (Red+Green+Blue) = 168+170+108=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA6C is #575593. Grayscale: #A2A2A2. Windows color (decimal): -5723540 or 7121576. OLE color: 7121576.
HSL color Cylindrical-coordinate representation of color #A8AA6C: hue angle of 61.94º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8AA6C is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 108 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.33 |
| HSL | 61.94º | 0.27% | 0.55% | - |
| HSV(B) | 61.94º | 0.36% | 0.67% | - |
| XYZ | 33.23 | 38.16 | 19.8 | - |
| YUV | 162.33 | 97.34 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 108 | 0.01 | 0 | 0.36 | 0.33 | 61.94 | 0.27 | 0.55 |
| Hex | A8 | AA | 6C | 1 | 0 | 24 | 21 | 3E | 1B | 37 |
| Octal | 250 | 252 | 154 | 1 | 0 | 44 | 41 | 76 | 33 | 67 |
| Binary | 10101000 | 10101010 | 1101100 | 1 | 0 | 100100 | 100001 | 111110 | 11011 | 110111 |
Color Harmonies of #A8AA6C
Complementary color
Monochromatic Colors of #A8AA6C
Black with #A8AA6C
Text Example
Text Example
White with #A8AA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA6C; }
p { color: rgb(168,170,108); }
H1.HeaderClassName
{
color: #A8AA6C;
}
.AnyTagClassName
{
color: #A8AA6C;
}
</style>
background-color css
<style>
a { background-color: #A8AA6C; }
a { background-color: rgb(168,170,108); }
div.DivClassName
{
background-color: #A8AA6C;
}
.BgClassName
{
background-color: #A8AA6C;
}
</style>
border-color css
<style>
span { border-color: #A8AA6C; }
span { border-color: rgb(168,170,108); }
td.TdClassName
{
border-color: #A8AA6C;
}
.TagClassName
{
border-color: #A8AA6C;
}
</style>