Shades of Hacienda #A78329
Tints of Hacienda #A78329
RGB
CMYK
RGB Variations
Color information
#A78329 (or 0xA78329) is known color: Hacienda. HEX triplet: A7, 83 and 29. RGB value is (167,131,41). Sum of RGB (Red+Green+Blue) = 167+131+41=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A78329 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78329 is #587CD6. Grayscale: #838383. Windows color (decimal): -5799127 or 2720679. OLE color: 2720679.
HSL color Cylindrical-coordinate representation of color #A78329: hue angle of 42.86º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A78329 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 131 | 41 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.35 |
| HSL | 42.86º | 0.61% | 0.41% | - |
| HSV(B) | 42.86º | 0.75% | 0.65% | - |
| XYZ | 24.45 | 24.61 | 5.56 | - |
| YUV | 131.5 | 76.93 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 131 | 41 | 0 | 0.22 | 0.75 | 0.35 | 42.86 | 0.61 | 0.41 |
| Hex | A7 | 83 | 29 | 0 | 16 | 4B | 23 | 2B | 3D | 29 |
| Octal | 247 | 203 | 51 | 0 | 26 | 113 | 43 | 53 | 75 | 51 |
| Binary | 10100111 | 10000011 | 101001 | 0 | 10110 | 1001011 | 100011 | 101011 | 111101 | 101001 |
Color Harmonies of #A78329
Complementary color
Monochromatic Colors of #A78329
Black with #A78329
Text Example
Text Example
White with #A78329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78329; }
p { color: rgb(167,131,41); }
H1.HeaderClassName
{
color: #A78329;
}
.AnyTagClassName
{
color: #A78329;
}
</style>
background-color css
<style>
a { background-color: #A78329; }
a { background-color: rgb(167,131,41); }
div.DivClassName
{
background-color: #A78329;
}
.BgClassName
{
background-color: #A78329;
}
</style>
border-color css
<style>
span { border-color: #A78329; }
span { border-color: rgb(167,131,41); }
td.TdClassName
{
border-color: #A78329;
}
.TagClassName
{
border-color: #A78329;
}
</style>