Shades of Green Smoke #A1AF61
Tints of Green Smoke #A1AF61
RGB
CMYK
RGB Variations
Color information
#A1AF61 (or 0xA1AF61) is known color: Green Smoke. HEX triplet: A1, AF and 61. RGB value is (161,175,97). Sum of RGB (Red+Green+Blue) = 161+175+97=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF61 is #5E509E. Grayscale: #A2A2A2. Windows color (decimal): -6181023 or 6401953. OLE color: 6401953.
HSL color Cylindrical-coordinate representation of color #A1AF61: hue angle of 70.77º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1AF61 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 97 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.31 |
| HSL | 70.77º | 0.33% | 0.53% | - |
| HSV(B) | 70.77º | 0.45% | 0.69% | - |
| XYZ | 32.19 | 39.1 | 17.16 | - |
| YUV | 161.92 | 91.36 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 97 | 0.08 | 0 | 0.45 | 0.31 | 70.77 | 0.33 | 0.53 |
| Hex | A1 | AF | 61 | 8 | 0 | 2D | 1F | 47 | 21 | 35 |
| Octal | 241 | 257 | 141 | 10 | 0 | 55 | 37 | 107 | 41 | 65 |
| Binary | 10100001 | 10101111 | 1100001 | 1000 | 0 | 101101 | 11111 | 1000111 | 100001 | 110101 |
Color Harmonies of #A1AF61
Complementary color
Monochromatic Colors of #A1AF61
Black with #A1AF61
Text Example
Text Example
White with #A1AF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF61; }
p { color: rgb(161,175,97); }
H1.HeaderClassName
{
color: #A1AF61;
}
.AnyTagClassName
{
color: #A1AF61;
}
</style>
background-color css
<style>
a { background-color: #A1AF61; }
a { background-color: rgb(161,175,97); }
div.DivClassName
{
background-color: #A1AF61;
}
.BgClassName
{
background-color: #A1AF61;
}
</style>
border-color css
<style>
span { border-color: #A1AF61; }
span { border-color: rgb(161,175,97); }
td.TdClassName
{
border-color: #A1AF61;
}
.TagClassName
{
border-color: #A1AF61;
}
</style>