Shades of Green Smoke #A9AE6A
Tints of Green Smoke #A9AE6A
RGB
CMYK
RGB Variations
Color information
#A9AE6A (or 0xA9AE6A) is known color: Green Smoke. HEX triplet: A9, AE and 6A. RGB value is (169,174,106). Sum of RGB (Red+Green+Blue) = 169+174+106=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AE6A is #565195. Grayscale: #A5A5A5. Windows color (decimal): -5656982 or 6991529. OLE color: 6991529.
HSL color Cylindrical-coordinate representation of color #A9AE6A: hue angle of 64.41º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A9AE6A is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 174 | 106 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.32 |
| HSL | 64.41º | 0.3% | 0.55% | - |
| HSV(B) | 64.41º | 0.39% | 0.68% | - |
| XYZ | 34.1 | 39.75 | 19.51 | - |
| YUV | 164.75 | 94.84 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 174 | 106 | 0.03 | 0 | 0.39 | 0.32 | 64.41 | 0.3 | 0.55 |
| Hex | A9 | AE | 6A | 3 | 0 | 27 | 20 | 40 | 1E | 37 |
| Octal | 251 | 256 | 152 | 3 | 0 | 47 | 40 | 100 | 36 | 67 |
| Binary | 10101001 | 10101110 | 1101010 | 11 | 0 | 100111 | 100000 | 1000000 | 11110 | 110111 |
Color Harmonies of #A9AE6A
Complementary color
Monochromatic Colors of #A9AE6A
Black with #A9AE6A
Text Example
Text Example
White with #A9AE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AE6A; }
p { color: rgb(169,174,106); }
H1.HeaderClassName
{
color: #A9AE6A;
}
.AnyTagClassName
{
color: #A9AE6A;
}
</style>
background-color css
<style>
a { background-color: #A9AE6A; }
a { background-color: rgb(169,174,106); }
div.DivClassName
{
background-color: #A9AE6A;
}
.BgClassName
{
background-color: #A9AE6A;
}
</style>
border-color css
<style>
span { border-color: #A9AE6A; }
span { border-color: rgb(169,174,106); }
td.TdClassName
{
border-color: #A9AE6A;
}
.TagClassName
{
border-color: #A9AE6A;
}
</style>