Shades of Green Smoke #AAAA6D
Tints of Green Smoke #AAAA6D
RGB
CMYK
RGB Variations
Color information
#AAAA6D (or 0xAAAA6D) is known color: Green Smoke. HEX triplet: AA, AA and 6D. RGB value is (170,170,109). Sum of RGB (Red+Green+Blue) = 170+170+109=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA6D is #555592. Grayscale: #A3A3A3. Windows color (decimal): -5592467 or 7187114. OLE color: 7187114.
HSL color Cylindrical-coordinate representation of color #AAAA6D: hue angle of 60º degrees, saturation: 0.26, 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 #AAAA6D is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 109 | - |
| CMYK | 0 | 0 | 0.36 | 0.33 |
| HSL | 60º | 0.26% | 0.55% | - |
| HSV(B) | 60º | 0.36% | 0.67% | - |
| XYZ | 33.71 | 38.4 | 20.1 | - |
| YUV | 163.05 | 97.5 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 109 | 0 | 0 | 0.36 | 0.33 | 60 | 0.26 | 0.55 |
| Hex | AA | AA | 6D | 0 | 0 | 24 | 21 | 3C | 1A | 37 |
| Octal | 252 | 252 | 155 | 0 | 0 | 44 | 41 | 74 | 32 | 67 |
| Binary | 10101010 | 10101010 | 1101101 | 0 | 0 | 100100 | 100001 | 111100 | 11010 | 110111 |
Color Harmonies of #AAAA6D
Complementary color
Monochromatic Colors of #AAAA6D
Black with #AAAA6D
Text Example
Text Example
White with #AAAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA6D; }
p { color: rgb(170,170,109); }
H1.HeaderClassName
{
color: #AAAA6D;
}
.AnyTagClassName
{
color: #AAAA6D;
}
</style>
background-color css
<style>
a { background-color: #AAAA6D; }
a { background-color: rgb(170,170,109); }
div.DivClassName
{
background-color: #AAAA6D;
}
.BgClassName
{
background-color: #AAAA6D;
}
</style>
border-color css
<style>
span { border-color: #AAAA6D; }
span { border-color: rgb(170,170,109); }
td.TdClassName
{
border-color: #AAAA6D;
}
.TagClassName
{
border-color: #AAAA6D;
}
</style>