Shades of Green Smoke #A1AA6C
Tints of Green Smoke #A1AA6C
RGB
CMYK
RGB Variations
Color information
#A1AA6C (or 0xA1AA6C) is known color: Green Smoke. HEX triplet: A1, AA and 6C. RGB value is (161,170,108). Sum of RGB (Red+Green+Blue) = 161+170+108=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA6C is #5E5593. Grayscale: #A0A0A0. Windows color (decimal): -6182292 or 7121569. OLE color: 7121569.
HSL color Cylindrical-coordinate representation of color #A1AA6C: hue angle of 68.71º degrees, saturation: 0.27, 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 #A1AA6C is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 108 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.33 |
| HSL | 68.71º | 0.27% | 0.55% | - |
| HSV(B) | 68.71º | 0.36% | 0.67% | - |
| XYZ | 31.78 | 37.41 | 19.73 | - |
| YUV | 160.24 | 98.52 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 108 | 0.05 | 0 | 0.36 | 0.33 | 68.71 | 0.27 | 0.55 |
| Hex | A1 | AA | 6C | 5 | 0 | 24 | 21 | 45 | 1B | 37 |
| Octal | 241 | 252 | 154 | 5 | 0 | 44 | 41 | 105 | 33 | 67 |
| Binary | 10100001 | 10101010 | 1101100 | 101 | 0 | 100100 | 100001 | 1000101 | 11011 | 110111 |
Color Harmonies of #A1AA6C
Complementary color
Monochromatic Colors of #A1AA6C
Black with #A1AA6C
Text Example
Text Example
White with #A1AA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA6C; }
p { color: rgb(161,170,108); }
H1.HeaderClassName
{
color: #A1AA6C;
}
.AnyTagClassName
{
color: #A1AA6C;
}
</style>
background-color css
<style>
a { background-color: #A1AA6C; }
a { background-color: rgb(161,170,108); }
div.DivClassName
{
background-color: #A1AA6C;
}
.BgClassName
{
background-color: #A1AA6C;
}
</style>
border-color css
<style>
span { border-color: #A1AA6C; }
span { border-color: rgb(161,170,108); }
td.TdClassName
{
border-color: #A1AA6C;
}
.TagClassName
{
border-color: #A1AA6C;
}
</style>