Shades of Green Smoke #A0AF61
Tints of Green Smoke #A0AF61
RGB
CMYK
RGB Variations
Color information
#A0AF61 (or 0xA0AF61) is known color: Green Smoke. HEX triplet: A0, AF and 61. RGB value is (160,175,97). Sum of RGB (Red+Green+Blue) = 160+175+97=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF61 is #5F509E. Grayscale: #A1A1A1. Windows color (decimal): -6246559 or 6401952. OLE color: 6401952.
HSL color Cylindrical-coordinate representation of color #A0AF61: hue angle of 71.54º 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 #A0AF61 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 97 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.31 |
| HSL | 71.54º | 0.33% | 0.53% | - |
| HSV(B) | 71.54º | 0.45% | 0.69% | - |
| XYZ | 31.98 | 39 | 17.15 | - |
| YUV | 161.62 | 91.53 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 97 | 0.09 | 0 | 0.45 | 0.31 | 71.54 | 0.33 | 0.53 |
| Hex | A0 | AF | 61 | 9 | 0 | 2D | 1F | 48 | 21 | 35 |
| Octal | 240 | 257 | 141 | 11 | 0 | 55 | 37 | 110 | 41 | 65 |
| Binary | 10100000 | 10101111 | 1100001 | 1001 | 0 | 101101 | 11111 | 1001000 | 100001 | 110101 |
Color Harmonies of #A0AF61
Complementary color
Monochromatic Colors of #A0AF61
Black with #A0AF61
Text Example
Text Example
White with #A0AF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF61; }
p { color: rgb(160,175,97); }
H1.HeaderClassName
{
color: #A0AF61;
}
.AnyTagClassName
{
color: #A0AF61;
}
</style>
background-color css
<style>
a { background-color: #A0AF61; }
a { background-color: rgb(160,175,97); }
div.DivClassName
{
background-color: #A0AF61;
}
.BgClassName
{
background-color: #A0AF61;
}
</style>
border-color css
<style>
span { border-color: #A0AF61; }
span { border-color: rgb(160,175,97); }
td.TdClassName
{
border-color: #A0AF61;
}
.TagClassName
{
border-color: #A0AF61;
}
</style>