Shades of Green Smoke #A1AD57
Tints of Green Smoke #A1AD57
RGB
CMYK
RGB Variations
Color information
#A1AD57 (or 0xA1AD57) is known color: Green Smoke. HEX triplet: A1, AD and 57. RGB value is (161,173,87). Sum of RGB (Red+Green+Blue) = 161+173+87=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD57 is #5E52A8. Grayscale: #9F9F9F. Windows color (decimal): -6181545 or 5746081. OLE color: 5746081.
HSL color Cylindrical-coordinate representation of color #A1AD57: hue angle of 68.37º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1AD57 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 87 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.32 |
| HSL | 68.37º | 0.34% | 0.51% | - |
| HSV(B) | 68.37º | 0.5% | 0.68% | - |
| XYZ | 31.36 | 38.15 | 14.73 | - |
| YUV | 159.61 | 87.02 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 87 | 0.07 | 0 | 0.50 | 0.32 | 68.37 | 0.34 | 0.51 |
| Hex | A1 | AD | 57 | 7 | 0 | 32 | 20 | 44 | 22 | 33 |
| Octal | 241 | 255 | 127 | 7 | 0 | 62 | 40 | 104 | 42 | 63 |
| Binary | 10100001 | 10101101 | 1010111 | 111 | 0 | 110010 | 100000 | 1000100 | 100010 | 110011 |
Color Harmonies of #A1AD57
Complementary color
Monochromatic Colors of #A1AD57
Black with #A1AD57
Text Example
Text Example
White with #A1AD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD57; }
p { color: rgb(161,173,87); }
H1.HeaderClassName
{
color: #A1AD57;
}
.AnyTagClassName
{
color: #A1AD57;
}
</style>
background-color css
<style>
a { background-color: #A1AD57; }
a { background-color: rgb(161,173,87); }
div.DivClassName
{
background-color: #A1AD57;
}
.BgClassName
{
background-color: #A1AD57;
}
</style>
border-color css
<style>
span { border-color: #A1AD57; }
span { border-color: rgb(161,173,87); }
td.TdClassName
{
border-color: #A1AD57;
}
.TagClassName
{
border-color: #A1AD57;
}
</style>