Shades of Green Smoke #A1AD5D
Tints of Green Smoke #A1AD5D
RGB
CMYK
RGB Variations
Color information
#A1AD5D (or 0xA1AD5D) is known color: Green Smoke. HEX triplet: A1, AD and 5D. RGB value is (161,173,93). Sum of RGB (Red+Green+Blue) = 161+173+93=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD5D is #5E52A2. Grayscale: #A0A0A0. Windows color (decimal): -6181539 or 6139297. OLE color: 6139297.
HSL color Cylindrical-coordinate representation of color #A1AD5D: hue angle of 69º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1AD5D is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 93 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.32 |
| HSL | 69º | 0.33% | 0.52% | - |
| HSV(B) | 69º | 0.46% | 0.68% | - |
| XYZ | 31.62 | 38.25 | 16.07 | - |
| YUV | 160.29 | 90.02 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 93 | 0.07 | 0 | 0.46 | 0.32 | 69 | 0.33 | 0.52 |
| Hex | A1 | AD | 5D | 7 | 0 | 2E | 20 | 45 | 21 | 34 |
| Octal | 241 | 255 | 135 | 7 | 0 | 56 | 40 | 105 | 41 | 64 |
| Binary | 10100001 | 10101101 | 1011101 | 111 | 0 | 101110 | 100000 | 1000101 | 100001 | 110100 |
Color Harmonies of #A1AD5D
Complementary color
Monochromatic Colors of #A1AD5D
Black with #A1AD5D
Text Example
Text Example
White with #A1AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD5D; }
p { color: rgb(161,173,93); }
H1.HeaderClassName
{
color: #A1AD5D;
}
.AnyTagClassName
{
color: #A1AD5D;
}
</style>
background-color css
<style>
a { background-color: #A1AD5D; }
a { background-color: rgb(161,173,93); }
div.DivClassName
{
background-color: #A1AD5D;
}
.BgClassName
{
background-color: #A1AD5D;
}
</style>
border-color css
<style>
span { border-color: #A1AD5D; }
span { border-color: rgb(161,173,93); }
td.TdClassName
{
border-color: #A1AD5D;
}
.TagClassName
{
border-color: #A1AD5D;
}
</style>