Shades of Green Smoke #A1AA6A
Tints of Green Smoke #A1AA6A
RGB
CMYK
RGB Variations
Color information
#A1AA6A (or 0xA1AA6A) is known color: Green Smoke. HEX triplet: A1, AA and 6A. RGB value is (161,170,106). Sum of RGB (Red+Green+Blue) = 161+170+106=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA6A is #5E5595. Grayscale: #A0A0A0. Windows color (decimal): -6182294 or 6990497. OLE color: 6990497.
HSL color Cylindrical-coordinate representation of color #A1AA6A: hue angle of 68.44º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1AA6A is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 106 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.33 |
| HSL | 68.44º | 0.27% | 0.54% | - |
| HSV(B) | 68.44º | 0.38% | 0.67% | - |
| XYZ | 31.67 | 37.37 | 19.18 | - |
| YUV | 160.01 | 97.52 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 106 | 0.05 | 0 | 0.38 | 0.33 | 68.44 | 0.27 | 0.54 |
| Hex | A1 | AA | 6A | 5 | 0 | 26 | 21 | 44 | 1B | 36 |
| Octal | 241 | 252 | 152 | 5 | 0 | 46 | 41 | 104 | 33 | 66 |
| Binary | 10100001 | 10101010 | 1101010 | 101 | 0 | 100110 | 100001 | 1000100 | 11011 | 110110 |
Color Harmonies of #A1AA6A
Complementary color
Monochromatic Colors of #A1AA6A
Black with #A1AA6A
Text Example
Text Example
White with #A1AA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA6A; }
p { color: rgb(161,170,106); }
H1.HeaderClassName
{
color: #A1AA6A;
}
.AnyTagClassName
{
color: #A1AA6A;
}
</style>
background-color css
<style>
a { background-color: #A1AA6A; }
a { background-color: rgb(161,170,106); }
div.DivClassName
{
background-color: #A1AA6A;
}
.BgClassName
{
background-color: #A1AA6A;
}
</style>
border-color css
<style>
span { border-color: #A1AA6A; }
span { border-color: rgb(161,170,106); }
td.TdClassName
{
border-color: #A1AA6A;
}
.TagClassName
{
border-color: #A1AA6A;
}
</style>