Shades of Hacienda #A78126
Tints of Hacienda #A78126
RGB
CMYK
RGB Variations
Color information
#A78126 (or 0xA78126) is known color: Hacienda. HEX triplet: A7, 81 and 26. RGB value is (167,129,38). Sum of RGB (Red+Green+Blue) = 167+129+38=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A78126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78126 is #587ED9. Grayscale: #828282. Windows color (decimal): -5799642 or 2523559. OLE color: 2523559.
HSL color Cylindrical-coordinate representation of color #A78126: hue angle of 42.33º 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 #A78126 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 129 | 38 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.35 |
| HSL | 42.33º | 0.63% | 0.4% | - |
| HSV(B) | 42.33º | 0.77% | 0.65% | - |
| XYZ | 24.14 | 24.06 | 5.2 | - |
| YUV | 129.99 | 76.09 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 129 | 38 | 0 | 0.23 | 0.77 | 0.35 | 42.33 | 0.63 | 0.4 |
| Hex | A7 | 81 | 26 | 0 | 17 | 4D | 23 | 2A | 3F | 28 |
| Octal | 247 | 201 | 46 | 0 | 27 | 115 | 43 | 52 | 77 | 50 |
| Binary | 10100111 | 10000001 | 100110 | 0 | 10111 | 1001101 | 100011 | 101010 | 111111 | 101000 |
Color Harmonies of #A78126
Complementary color
Monochromatic Colors of #A78126
Black with #A78126
Text Example
Text Example
White with #A78126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78126; }
p { color: rgb(167,129,38); }
H1.HeaderClassName
{
color: #A78126;
}
.AnyTagClassName
{
color: #A78126;
}
</style>
background-color css
<style>
a { background-color: #A78126; }
a { background-color: rgb(167,129,38); }
div.DivClassName
{
background-color: #A78126;
}
.BgClassName
{
background-color: #A78126;
}
</style>
border-color css
<style>
span { border-color: #A78126; }
span { border-color: rgb(167,129,38); }
td.TdClassName
{
border-color: #A78126;
}
.TagClassName
{
border-color: #A78126;
}
</style>