Shades of Green Smoke #AAAA6C
Tints of Green Smoke #AAAA6C
RGB
CMYK
RGB Variations
Color information
#AAAA6C (or 0xAAAA6C) is known color: Green Smoke. HEX triplet: AA, AA and 6C. RGB value is (170,170,108). Sum of RGB (Red+Green+Blue) = 170+170+108=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA6C is #555593. Grayscale: #A3A3A3. Windows color (decimal): -5592468 or 7121578. OLE color: 7121578.
HSL color Cylindrical-coordinate representation of color #AAAA6C: hue angle of 60º 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 #AAAA6C is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 108 | - |
| CMYK | 0 | 0 | 0.36 | 0.33 |
| HSL | 60º | 0.27% | 0.55% | - |
| HSV(B) | 60º | 0.36% | 0.67% | - |
| XYZ | 33.66 | 38.38 | 19.82 | - |
| YUV | 162.93 | 97 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 108 | 0 | 0 | 0.36 | 0.33 | 60 | 0.27 | 0.55 |
| Hex | AA | AA | 6C | 0 | 0 | 24 | 21 | 3C | 1B | 37 |
| Octal | 252 | 252 | 154 | 0 | 0 | 44 | 41 | 74 | 33 | 67 |
| Binary | 10101010 | 10101010 | 1101100 | 0 | 0 | 100100 | 100001 | 111100 | 11011 | 110111 |
Color Harmonies of #AAAA6C
Complementary color
Monochromatic Colors of #AAAA6C
Black with #AAAA6C
Text Example
Text Example
White with #AAAA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA6C; }
p { color: rgb(170,170,108); }
H1.HeaderClassName
{
color: #AAAA6C;
}
.AnyTagClassName
{
color: #AAAA6C;
}
</style>
background-color css
<style>
a { background-color: #AAAA6C; }
a { background-color: rgb(170,170,108); }
div.DivClassName
{
background-color: #AAAA6C;
}
.BgClassName
{
background-color: #AAAA6C;
}
</style>
border-color css
<style>
span { border-color: #AAAA6C; }
span { border-color: rgb(170,170,108); }
td.TdClassName
{
border-color: #AAAA6C;
}
.TagClassName
{
border-color: #AAAA6C;
}
</style>