Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Gray Olive | A49F8F | #A49F8F | 164, 159, 143 | 64.31, 62.35, 56.08 | 0, 3.05, 12.8, 35.69 | 45.714285714286, 12.80487804878, 64.313725490196 |
Color #a49f8f is Gray Olive. In RGB: 64.31, 62.35, 56.08. In CMYK: 0, 3.05, 12.8, 35.69.
div { background: #a49f8f; color: #000; }
div { background: #a49f8f; color: #fff; }
div { background: linear-gradient(to bottom, #8A8575 0%, #BFBAA9 100%); color: #000; }
div { background: linear-gradient(to bottom, #BFBAA9 0%, #8A8575 100%); color: #000; }
div { background: linear-gradient(to bottom, #8A8575 0%, #BFBAA9 100%); color: #fff; }
div { background: linear-gradient(to bottom, #BFBAA9 0%, #8A8575 100%); color: #fff; }
div { border: 1px solid #a49f8f; }
div { border: 5px solid #a49f8f; }
div { border: 1px dashed #a49f8f; }
div { border: 5px dashed #a49f8f; }
div { border: 1px dotted #a49f8f; }
div { border: 5px dotted #a49f8f; }