Shades of Green Smoke #A8AA68
Tints of Green Smoke #A8AA68
RGB
CMYK
RGB Variations
Color information
#A8AA68 (or 0xA8AA68) is known color: Green Smoke. HEX triplet: A8, AA and 68. RGB value is (168,170,104). Sum of RGB (Red+Green+Blue) = 168+170+104=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA68 is #575597. Grayscale: #A2A2A2. Windows color (decimal): -5723544 or 6859432. OLE color: 6859432.
HSL color Cylindrical-coordinate representation of color #A8AA68: hue angle of 61.82º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8AA68 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 104 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.33 |
| HSL | 61.82º | 0.28% | 0.54% | - |
| HSV(B) | 61.82º | 0.39% | 0.67% | - |
| XYZ | 33.02 | 38.07 | 18.71 | - |
| YUV | 161.88 | 95.34 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 104 | 0.01 | 0 | 0.39 | 0.33 | 61.82 | 0.28 | 0.54 |
| Hex | A8 | AA | 68 | 1 | 0 | 27 | 21 | 3E | 1C | 36 |
| Octal | 250 | 252 | 150 | 1 | 0 | 47 | 41 | 76 | 34 | 66 |
| Binary | 10101000 | 10101010 | 1101000 | 1 | 0 | 100111 | 100001 | 111110 | 11100 | 110110 |
Color Harmonies of #A8AA68
Complementary color
Monochromatic Colors of #A8AA68
Black with #A8AA68
Text Example
Text Example
White with #A8AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA68; }
p { color: rgb(168,170,104); }
H1.HeaderClassName
{
color: #A8AA68;
}
.AnyTagClassName
{
color: #A8AA68;
}
</style>
background-color css
<style>
a { background-color: #A8AA68; }
a { background-color: rgb(168,170,104); }
div.DivClassName
{
background-color: #A8AA68;
}
.BgClassName
{
background-color: #A8AA68;
}
</style>
border-color css
<style>
span { border-color: #A8AA68; }
span { border-color: rgb(168,170,104); }
td.TdClassName
{
border-color: #A8AA68;
}
.TagClassName
{
border-color: #A8AA68;
}
</style>