Shades of Green Smoke #A1AD6D
Tints of Green Smoke #A1AD6D
RGB
CMYK
RGB Variations
Color information
#A1AD6D (or 0xA1AD6D) is known color: Green Smoke. HEX triplet: A1, AD and 6D. RGB value is (161,173,109). Sum of RGB (Red+Green+Blue) = 161+173+109=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD6D is #5E5292. Grayscale: #A2A2A2. Windows color (decimal): -6181523 or 7187873. OLE color: 7187873.
HSL color Cylindrical-coordinate representation of color #A1AD6D: hue angle of 71.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1AD6D is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 109 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.32 |
| HSL | 71.25º | 0.28% | 0.55% | - |
| HSV(B) | 71.25º | 0.37% | 0.68% | - |
| XYZ | 32.4 | 38.57 | 20.2 | - |
| YUV | 162.12 | 98.02 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 109 | 0.07 | 0 | 0.37 | 0.32 | 71.25 | 0.28 | 0.55 |
| Hex | A1 | AD | 6D | 7 | 0 | 25 | 20 | 47 | 1C | 37 |
| Octal | 241 | 255 | 155 | 7 | 0 | 45 | 40 | 107 | 34 | 67 |
| Binary | 10100001 | 10101101 | 1101101 | 111 | 0 | 100101 | 100000 | 1000111 | 11100 | 110111 |
Color Harmonies of #A1AD6D
Complementary color
Monochromatic Colors of #A1AD6D
Black with #A1AD6D
Text Example
Text Example
White with #A1AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD6D; }
p { color: rgb(161,173,109); }
H1.HeaderClassName
{
color: #A1AD6D;
}
.AnyTagClassName
{
color: #A1AD6D;
}
</style>
background-color css
<style>
a { background-color: #A1AD6D; }
a { background-color: rgb(161,173,109); }
div.DivClassName
{
background-color: #A1AD6D;
}
.BgClassName
{
background-color: #A1AD6D;
}
</style>
border-color css
<style>
span { border-color: #A1AD6D; }
span { border-color: rgb(161,173,109); }
td.TdClassName
{
border-color: #A1AD6D;
}
.TagClassName
{
border-color: #A1AD6D;
}
</style>