Shades of Green Smoke #A9AA6D
Tints of Green Smoke #A9AA6D
RGB
CMYK
RGB Variations
Color information
#A9AA6D (or 0xA9AA6D) is known color: Green Smoke. HEX triplet: A9, AA and 6D. RGB value is (169,170,109). Sum of RGB (Red+Green+Blue) = 169+170+109=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AA6D is #565592. Grayscale: #A2A2A2. Windows color (decimal): -5658003 or 7187113. OLE color: 7187113.
HSL color Cylindrical-coordinate representation of color #A9AA6D: hue angle of 60.98º 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 #A9AA6D is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 109 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.33 |
| HSL | 60.98º | 0.26% | 0.55% | - |
| HSV(B) | 60.98º | 0.36% | 0.67% | - |
| XYZ | 33.5 | 38.29 | 20.09 | - |
| YUV | 162.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 109 | 0.01 | 0 | 0.36 | 0.33 | 60.98 | 0.26 | 0.55 |
| Hex | A9 | AA | 6D | 1 | 0 | 24 | 21 | 3D | 1A | 37 |
| Octal | 251 | 252 | 155 | 1 | 0 | 44 | 41 | 75 | 32 | 67 |
| Binary | 10101001 | 10101010 | 1101101 | 1 | 0 | 100100 | 100001 | 111101 | 11010 | 110111 |
Color Harmonies of #A9AA6D
Complementary color
Monochromatic Colors of #A9AA6D
Black with #A9AA6D
Text Example
Text Example
White with #A9AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AA6D; }
p { color: rgb(169,170,109); }
H1.HeaderClassName
{
color: #A9AA6D;
}
.AnyTagClassName
{
color: #A9AA6D;
}
</style>
background-color css
<style>
a { background-color: #A9AA6D; }
a { background-color: rgb(169,170,109); }
div.DivClassName
{
background-color: #A9AA6D;
}
.BgClassName
{
background-color: #A9AA6D;
}
</style>
border-color css
<style>
span { border-color: #A9AA6D; }
span { border-color: rgb(169,170,109); }
td.TdClassName
{
border-color: #A9AA6D;
}
.TagClassName
{
border-color: #A9AA6D;
}
</style>