Shades of Green Smoke #A1AD6A
Tints of Green Smoke #A1AD6A
RGB
CMYK
RGB Variations
Color information
#A1AD6A (or 0xA1AD6A) is known color: Green Smoke. HEX triplet: A1, AD and 6A. RGB value is (161,173,106). Sum of RGB (Red+Green+Blue) = 161+173+106=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD6A is #5E5295. Grayscale: #A2A2A2. Windows color (decimal): -6181526 or 6991265. OLE color: 6991265.
HSL color Cylindrical-coordinate representation of color #A1AD6A: hue angle of 70.75º degrees, saturation: 0.29, 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 #A1AD6A is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 106 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.32 |
| HSL | 70.75º | 0.29% | 0.55% | - |
| HSV(B) | 70.75º | 0.39% | 0.68% | - |
| XYZ | 32.24 | 38.5 | 19.37 | - |
| YUV | 161.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 106 | 0.07 | 0 | 0.39 | 0.32 | 70.75 | 0.29 | 0.55 |
| Hex | A1 | AD | 6A | 7 | 0 | 27 | 20 | 47 | 1D | 37 |
| Octal | 241 | 255 | 152 | 7 | 0 | 47 | 40 | 107 | 35 | 67 |
| Binary | 10100001 | 10101101 | 1101010 | 111 | 0 | 100111 | 100000 | 1000111 | 11101 | 110111 |
Color Harmonies of #A1AD6A
Complementary color
Monochromatic Colors of #A1AD6A
Black with #A1AD6A
Text Example
Text Example
White with #A1AD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD6A; }
p { color: rgb(161,173,106); }
H1.HeaderClassName
{
color: #A1AD6A;
}
.AnyTagClassName
{
color: #A1AD6A;
}
</style>
background-color css
<style>
a { background-color: #A1AD6A; }
a { background-color: rgb(161,173,106); }
div.DivClassName
{
background-color: #A1AD6A;
}
.BgClassName
{
background-color: #A1AD6A;
}
</style>
border-color css
<style>
span { border-color: #A1AD6A; }
span { border-color: rgb(161,173,106); }
td.TdClassName
{
border-color: #A1AD6A;
}
.TagClassName
{
border-color: #A1AD6A;
}
</style>