Shades of Hacienda #A78324
Tints of Hacienda #A78324
RGB
CMYK
RGB Variations
Color information
#A78324 (or 0xA78324) is known color: Hacienda. HEX triplet: A7, 83 and 24. RGB value is (167,131,36). Sum of RGB (Red+Green+Blue) = 167+131+36=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A78324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78324 is #587CDB. Grayscale: #838383. Windows color (decimal): -5799132 or 2392999. OLE color: 2392999.
HSL color Cylindrical-coordinate representation of color #A78324: hue angle of 43.51º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A78324 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 131 | 36 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.35 |
| HSL | 43.51º | 0.65% | 0.4% | - |
| HSV(B) | 43.51º | 0.78% | 0.65% | - |
| XYZ | 24.37 | 24.58 | 5.13 | - |
| YUV | 130.93 | 74.43 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 131 | 36 | 0 | 0.22 | 0.78 | 0.35 | 43.51 | 0.65 | 0.4 |
| Hex | A7 | 83 | 24 | 0 | 16 | 4E | 23 | 2C | 41 | 28 |
| Octal | 247 | 203 | 44 | 0 | 26 | 116 | 43 | 54 | 101 | 50 |
| Binary | 10100111 | 10000011 | 100100 | 0 | 10110 | 1001110 | 100011 | 101100 | 1000001 | 101000 |
Color Harmonies of #A78324
Complementary color
Monochromatic Colors of #A78324
Black with #A78324
Text Example
Text Example
White with #A78324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78324; }
p { color: rgb(167,131,36); }
H1.HeaderClassName
{
color: #A78324;
}
.AnyTagClassName
{
color: #A78324;
}
</style>
background-color css
<style>
a { background-color: #A78324; }
a { background-color: rgb(167,131,36); }
div.DivClassName
{
background-color: #A78324;
}
.BgClassName
{
background-color: #A78324;
}
</style>
border-color css
<style>
span { border-color: #A78324; }
span { border-color: rgb(167,131,36); }
td.TdClassName
{
border-color: #A78324;
}
.TagClassName
{
border-color: #A78324;
}
</style>