Shades of Green Smoke #AAAC6E
Tints of Green Smoke #AAAC6E
RGB
CMYK
RGB Variations
Color information
#AAAC6E (or 0xAAAC6E) is known color: Green Smoke. HEX triplet: AA, AC and 6E. RGB value is (170,172,110). Sum of RGB (Red+Green+Blue) = 170+172+110=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC6E is #555391. Grayscale: #A4A4A4. Windows color (decimal): -5591954 or 7253162. OLE color: 7253162.
HSL color Cylindrical-coordinate representation of color #AAAC6E: 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 #AAAC6E is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 110 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.33 |
| HSL | 61.94º | 0.27% | 0.55% | - |
| HSV(B) | 61.94º | 0.36% | 0.67% | - |
| XYZ | 34.14 | 39.18 | 20.51 | - |
| YUV | 164.33 | 97.34 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 110 | 0.01 | 0 | 0.36 | 0.33 | 61.94 | 0.27 | 0.55 |
| Hex | AA | AC | 6E | 1 | 0 | 24 | 21 | 3E | 1B | 37 |
| Octal | 252 | 254 | 156 | 1 | 0 | 44 | 41 | 76 | 33 | 67 |
| Binary | 10101010 | 10101100 | 1101110 | 1 | 0 | 100100 | 100001 | 111110 | 11011 | 110111 |
Color Harmonies of #AAAC6E
Complementary color
Monochromatic Colors of #AAAC6E
Black with #AAAC6E
Text Example
Text Example
White with #AAAC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC6E; }
p { color: rgb(170,172,110); }
H1.HeaderClassName
{
color: #AAAC6E;
}
.AnyTagClassName
{
color: #AAAC6E;
}
</style>
background-color css
<style>
a { background-color: #AAAC6E; }
a { background-color: rgb(170,172,110); }
div.DivClassName
{
background-color: #AAAC6E;
}
.BgClassName
{
background-color: #AAAC6E;
}
</style>
border-color css
<style>
span { border-color: #AAAC6E; }
span { border-color: rgb(170,172,110); }
td.TdClassName
{
border-color: #AAAC6E;
}
.TagClassName
{
border-color: #AAAC6E;
}
</style>