Shades of Hacienda #A78326
Tints of Hacienda #A78326
RGB
CMYK
RGB Variations
Color information
#A78326 (or 0xA78326) is known color: Hacienda. HEX triplet: A7, 83 and 26. RGB value is (167,131,38). Sum of RGB (Red+Green+Blue) = 167+131+38=336 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.70% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 167 - color contains mainly: red. Hex color #A78326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78326 is #587CD9. Grayscale: #838383. Windows color (decimal): -5799130 or 2524071. OLE color: 2524071.
HSL color Cylindrical-coordinate representation of color #A78326: hue angle of 43.26º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A78326 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 131 | 38 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.35 |
| HSL | 43.26º | 0.63% | 0.4% | - |
| HSV(B) | 43.26º | 0.77% | 0.65% | - |
| XYZ | 24.4 | 24.59 | 5.29 | - |
| YUV | 131.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 131 | 38 | 0 | 0.22 | 0.77 | 0.35 | 43.26 | 0.63 | 0.4 |
| Hex | A7 | 83 | 26 | 0 | 16 | 4D | 23 | 2B | 3F | 28 |
| Octal | 247 | 203 | 46 | 0 | 26 | 115 | 43 | 53 | 77 | 50 |
| Binary | 10100111 | 10000011 | 100110 | 0 | 10110 | 1001101 | 100011 | 101011 | 111111 | 101000 |
Color Harmonies of #A78326
Complementary color
Monochromatic Colors of #A78326
Black with #A78326
Text Example
Text Example
White with #A78326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78326; }
p { color: rgb(167,131,38); }
H1.HeaderClassName
{
color: #A78326;
}
.AnyTagClassName
{
color: #A78326;
}
</style>
background-color css
<style>
a { background-color: #A78326; }
a { background-color: rgb(167,131,38); }
div.DivClassName
{
background-color: #A78326;
}
.BgClassName
{
background-color: #A78326;
}
</style>
border-color css
<style>
span { border-color: #A78326; }
span { border-color: rgb(167,131,38); }
td.TdClassName
{
border-color: #A78326;
}
.TagClassName
{
border-color: #A78326;
}
</style>