Shades of Green Smoke #A8AA65
Tints of Green Smoke #A8AA65
RGB
CMYK
RGB Variations
Color information
#A8AA65 (or 0xA8AA65) is known color: Green Smoke. HEX triplet: A8, AA and 65. RGB value is (168,170,101). Sum of RGB (Red+Green+Blue) = 168+170+101=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA65 is #57559A. Grayscale: #A1A1A1. Windows color (decimal): -5723547 or 6662824. OLE color: 6662824.
HSL color Cylindrical-coordinate representation of color #A8AA65: hue angle of 61.74º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8AA65 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 101 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.33 |
| HSL | 61.74º | 0.29% | 0.53% | - |
| HSV(B) | 61.74º | 0.41% | 0.67% | - |
| XYZ | 32.87 | 38.01 | 17.92 | - |
| YUV | 161.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 101 | 0.01 | 0 | 0.41 | 0.33 | 61.74 | 0.29 | 0.53 |
| Hex | A8 | AA | 65 | 1 | 0 | 29 | 21 | 3E | 1D | 35 |
| Octal | 250 | 252 | 145 | 1 | 0 | 51 | 41 | 76 | 35 | 65 |
| Binary | 10101000 | 10101010 | 1100101 | 1 | 0 | 101001 | 100001 | 111110 | 11101 | 110101 |
Color Harmonies of #A8AA65
Complementary color
Monochromatic Colors of #A8AA65
Black with #A8AA65
Text Example
Text Example
White with #A8AA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA65; }
p { color: rgb(168,170,101); }
H1.HeaderClassName
{
color: #A8AA65;
}
.AnyTagClassName
{
color: #A8AA65;
}
</style>
background-color css
<style>
a { background-color: #A8AA65; }
a { background-color: rgb(168,170,101); }
div.DivClassName
{
background-color: #A8AA65;
}
.BgClassName
{
background-color: #A8AA65;
}
</style>
border-color css
<style>
span { border-color: #A8AA65; }
span { border-color: rgb(168,170,101); }
td.TdClassName
{
border-color: #A8AA65;
}
.TagClassName
{
border-color: #A8AA65;
}
</style>