Shades of Green Smoke #A8AA61
Tints of Green Smoke #A8AA61
RGB
CMYK
RGB Variations
Color information
#A8AA61 (or 0xA8AA61) is known color: Green Smoke. HEX triplet: A8, AA and 61. RGB value is (168,170,97). Sum of RGB (Red+Green+Blue) = 168+170+97=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA61 is #57559E. Grayscale: #A1A1A1. Windows color (decimal): -5723551 or 6400680. OLE color: 6400680.
HSL color Cylindrical-coordinate representation of color #A8AA61: hue angle of 61.64º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8AA61 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 97 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.33 |
| HSL | 61.64º | 0.3% | 0.52% | - |
| HSV(B) | 61.64º | 0.43% | 0.67% | - |
| XYZ | 32.68 | 37.94 | 16.91 | - |
| YUV | 161.08 | 91.84 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 97 | 0.01 | 0 | 0.43 | 0.33 | 61.64 | 0.3 | 0.52 |
| Hex | A8 | AA | 61 | 1 | 0 | 2B | 21 | 3E | 1E | 34 |
| Octal | 250 | 252 | 141 | 1 | 0 | 53 | 41 | 76 | 36 | 64 |
| Binary | 10101000 | 10101010 | 1100001 | 1 | 0 | 101011 | 100001 | 111110 | 11110 | 110100 |
Color Harmonies of #A8AA61
Complementary color
Monochromatic Colors of #A8AA61
Black with #A8AA61
Text Example
Text Example
White with #A8AA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA61; }
p { color: rgb(168,170,97); }
H1.HeaderClassName
{
color: #A8AA61;
}
.AnyTagClassName
{
color: #A8AA61;
}
</style>
background-color css
<style>
a { background-color: #A8AA61; }
a { background-color: rgb(168,170,97); }
div.DivClassName
{
background-color: #A8AA61;
}
.BgClassName
{
background-color: #A8AA61;
}
</style>
border-color css
<style>
span { border-color: #A8AA61; }
span { border-color: rgb(168,170,97); }
td.TdClassName
{
border-color: #A8AA61;
}
.TagClassName
{
border-color: #A8AA61;
}
</style>