Shades of Green Smoke #AAAC6D
Tints of Green Smoke #AAAC6D
RGB
CMYK
RGB Variations
Color information
#AAAC6D (or 0xAAAC6D) is known color: Green Smoke. HEX triplet: AA, AC and 6D. RGB value is (170,172,109). Sum of RGB (Red+Green+Blue) = 170+172+109=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC6D is #555392. Grayscale: #A4A4A4. Windows color (decimal): -5591955 or 7187626. OLE color: 7187626.
HSL color Cylindrical-coordinate representation of color #AAAC6D: hue angle of 61.9º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAAC6D is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 109 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.33 |
| HSL | 61.9º | 0.28% | 0.55% | - |
| HSV(B) | 61.9º | 0.37% | 0.67% | - |
| XYZ | 34.09 | 39.16 | 20.23 | - |
| YUV | 164.22 | 96.84 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 109 | 0.01 | 0 | 0.37 | 0.33 | 61.9 | 0.28 | 0.55 |
| Hex | AA | AC | 6D | 1 | 0 | 25 | 21 | 3E | 1C | 37 |
| Octal | 252 | 254 | 155 | 1 | 0 | 45 | 41 | 76 | 34 | 67 |
| Binary | 10101010 | 10101100 | 1101101 | 1 | 0 | 100101 | 100001 | 111110 | 11100 | 110111 |
Color Harmonies of #AAAC6D
Complementary color
Monochromatic Colors of #AAAC6D
Black with #AAAC6D
Text Example
Text Example
White with #AAAC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC6D; }
p { color: rgb(170,172,109); }
H1.HeaderClassName
{
color: #AAAC6D;
}
.AnyTagClassName
{
color: #AAAC6D;
}
</style>
background-color css
<style>
a { background-color: #AAAC6D; }
a { background-color: rgb(170,172,109); }
div.DivClassName
{
background-color: #AAAC6D;
}
.BgClassName
{
background-color: #AAAC6D;
}
</style>
border-color css
<style>
span { border-color: #AAAC6D; }
span { border-color: rgb(170,172,109); }
td.TdClassName
{
border-color: #AAAC6D;
}
.TagClassName
{
border-color: #AAAC6D;
}
</style>