Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Hacienda | A28B29 | #A28B29 | 162, 139, 41 | 63.53, 54.51, 16.08 | 0, 14.2, 74.69, 36.47 | 48.595041322314, 74.691358024691, 63.529411764706 |
Color #a28b29 is Hacienda. In RGB: 63.53, 54.51, 16.08. In CMYK: 0, 14.2, 74.69, 36.47.
div { background: #a28b29; color: #000; }
div { background: #a28b29; color: #fff; }
div { background: linear-gradient(to bottom, #867209 0%, #BFA543 100%); color: #000; }
div { background: linear-gradient(to bottom, #BFA543 0%, #867209 100%); color: #000; }
div { background: linear-gradient(to bottom, #867209 0%, #BFA543 100%); color: #fff; }
div { background: linear-gradient(to bottom, #BFA543 0%, #867209 100%); color: #fff; }
div { border: 1px solid #a28b29; }
div { border: 5px solid #a28b29; }
div { border: 1px dashed #a28b29; }
div { border: 5px dashed #a28b29; }
div { border: 1px dotted #a28b29; }
div { border: 5px dotted #a28b29; }