Shades of Green Smoke #A1AA6E
Tints of Green Smoke #A1AA6E
RGB
CMYK
RGB Variations
Color information
#A1AA6E (or 0xA1AA6E) is known color: Green Smoke. HEX triplet: A1, AA and 6E. RGB value is (161,170,110). Sum of RGB (Red+Green+Blue) = 161+170+110=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA6E is #5E5591. Grayscale: #A0A0A0. Windows color (decimal): -6182290 or 7252641. OLE color: 7252641.
HSL color Cylindrical-coordinate representation of color #A1AA6E: hue angle of 69º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1AA6E is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 110 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.33 |
| HSL | 69º | 0.26% | 0.55% | - |
| HSV(B) | 69º | 0.35% | 0.67% | - |
| XYZ | 31.89 | 37.45 | 20.3 | - |
| YUV | 160.47 | 99.52 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 110 | 0.05 | 0 | 0.35 | 0.33 | 69 | 0.26 | 0.55 |
| Hex | A1 | AA | 6E | 5 | 0 | 23 | 21 | 45 | 1A | 37 |
| Octal | 241 | 252 | 156 | 5 | 0 | 43 | 41 | 105 | 32 | 67 |
| Binary | 10100001 | 10101010 | 1101110 | 101 | 0 | 100011 | 100001 | 1000101 | 11010 | 110111 |
Color Harmonies of #A1AA6E
Complementary color
Monochromatic Colors of #A1AA6E
Black with #A1AA6E
Text Example
Text Example
White with #A1AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA6E; }
p { color: rgb(161,170,110); }
H1.HeaderClassName
{
color: #A1AA6E;
}
.AnyTagClassName
{
color: #A1AA6E;
}
</style>
background-color css
<style>
a { background-color: #A1AA6E; }
a { background-color: rgb(161,170,110); }
div.DivClassName
{
background-color: #A1AA6E;
}
.BgClassName
{
background-color: #A1AA6E;
}
</style>
border-color css
<style>
span { border-color: #A1AA6E; }
span { border-color: rgb(161,170,110); }
td.TdClassName
{
border-color: #A1AA6E;
}
.TagClassName
{
border-color: #A1AA6E;
}
</style>