Shades of Hacienda #A78412
Tints of Hacienda #A78412
RGB
CMYK
RGB Variations
Color information
#A78412 (or 0xA78412) is known color: Hacienda. HEX triplet: A7, 84 and 12. RGB value is (167,132,18). Sum of RGB (Red+Green+Blue) = 167+132+18=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A78412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78412 is #587BED. Grayscale: #818181. Windows color (decimal): -5798894 or 1213607. OLE color: 1213607.
HSL color Cylindrical-coordinate representation of color #A78412: hue angle of 45.91º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A78412 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 132 | 18 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.35 |
| HSL | 45.91º | 0.81% | 0.36% | - |
| HSV(B) | 45.91º | 0.89% | 0.65% | - |
| XYZ | 24.3 | 24.76 | 4.07 | - |
| YUV | 129.47 | 65.1 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 132 | 18 | 0 | 0.21 | 0.89 | 0.35 | 45.91 | 0.81 | 0.36 |
| Hex | A7 | 84 | 12 | 0 | 15 | 59 | 23 | 2E | 51 | 24 |
| Octal | 247 | 204 | 22 | 0 | 25 | 131 | 43 | 56 | 121 | 44 |
| Binary | 10100111 | 10000100 | 10010 | 0 | 10101 | 1011001 | 100011 | 101110 | 1010001 | 100100 |
Color Harmonies of #A78412
Complementary color
Monochromatic Colors of #A78412
Black with #A78412
Text Example
Text Example
White with #A78412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78412; }
p { color: rgb(167,132,18); }
H1.HeaderClassName
{
color: #A78412;
}
.AnyTagClassName
{
color: #A78412;
}
</style>
background-color css
<style>
a { background-color: #A78412; }
a { background-color: rgb(167,132,18); }
div.DivClassName
{
background-color: #A78412;
}
.BgClassName
{
background-color: #A78412;
}
</style>
border-color css
<style>
span { border-color: #A78412; }
span { border-color: rgb(167,132,18); }
td.TdClassName
{
border-color: #A78412;
}
.TagClassName
{
border-color: #A78412;
}
</style>