Shades of Green Smoke #A1AD4E
Tints of Green Smoke #A1AD4E
RGB
CMYK
RGB Variations
Color information
#A1AD4E (or 0xA1AD4E) is known color: Green Smoke. HEX triplet: A1, AD and 4E. RGB value is (161,173,78). Sum of RGB (Red+Green+Blue) = 161+173+78=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD4E is #5E52B1. Grayscale: #9E9E9E. Windows color (decimal): -6181554 or 5156257. OLE color: 5156257.
HSL color Cylindrical-coordinate representation of color #A1AD4E: hue angle of 67.58º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1AD4E is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 78 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.32 |
| HSL | 67.58º | 0.38% | 0.49% | - |
| HSV(B) | 67.58º | 0.55% | 0.68% | - |
| XYZ | 31.02 | 38.01 | 12.91 | - |
| YUV | 158.58 | 82.52 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 78 | 0.07 | 0 | 0.55 | 0.32 | 67.58 | 0.38 | 0.49 |
| Hex | A1 | AD | 4E | 7 | 0 | 37 | 20 | 44 | 26 | 31 |
| Octal | 241 | 255 | 116 | 7 | 0 | 67 | 40 | 104 | 46 | 61 |
| Binary | 10100001 | 10101101 | 1001110 | 111 | 0 | 110111 | 100000 | 1000100 | 100110 | 110001 |
Color Harmonies of #A1AD4E
Complementary color
Monochromatic Colors of #A1AD4E
Black with #A1AD4E
Text Example
Text Example
White with #A1AD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD4E; }
p { color: rgb(161,173,78); }
H1.HeaderClassName
{
color: #A1AD4E;
}
.AnyTagClassName
{
color: #A1AD4E;
}
</style>
background-color css
<style>
a { background-color: #A1AD4E; }
a { background-color: rgb(161,173,78); }
div.DivClassName
{
background-color: #A1AD4E;
}
.BgClassName
{
background-color: #A1AD4E;
}
</style>
border-color css
<style>
span { border-color: #A1AD4E; }
span { border-color: rgb(161,173,78); }
td.TdClassName
{
border-color: #A1AD4E;
}
.TagClassName
{
border-color: #A1AD4E;
}
</style>