Shades of Hacienda #A77E12
Tints of Hacienda #A77E12
RGB
CMYK
RGB Variations
Color information
#A77E12 (or 0xA77E12) is known color: Hacienda. HEX triplet: A7, 7E and 12. RGB value is (167,126,18). Sum of RGB (Red+Green+Blue) = 167+126+18=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77E12 is #5881ED. Grayscale: #7E7E7E. Windows color (decimal): -5800430 or 1212071. OLE color: 1212071.
HSL color Cylindrical-coordinate representation of color #A77E12: hue angle of 43.49º 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 #A77E12 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 126 | 18 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.35 |
| HSL | 43.49º | 0.81% | 0.36% | - |
| HSV(B) | 43.49º | 0.89% | 0.65% | - |
| XYZ | 23.51 | 23.18 | 3.81 | - |
| YUV | 125.95 | 67.08 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 18 | 0 | 0.25 | 0.89 | 0.35 | 43.49 | 0.81 | 0.36 |
| Hex | A7 | 7E | 12 | 0 | 19 | 59 | 23 | 2B | 51 | 24 |
| Octal | 247 | 176 | 22 | 0 | 31 | 131 | 43 | 53 | 121 | 44 |
| Binary | 10100111 | 1111110 | 10010 | 0 | 11001 | 1011001 | 100011 | 101011 | 1010001 | 100100 |
Color Harmonies of #A77E12
Complementary color
Monochromatic Colors of #A77E12
Black with #A77E12
Text Example
Text Example
White with #A77E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77E12; }
p { color: rgb(167,126,18); }
H1.HeaderClassName
{
color: #A77E12;
}
.AnyTagClassName
{
color: #A77E12;
}
</style>
background-color css
<style>
a { background-color: #A77E12; }
a { background-color: rgb(167,126,18); }
div.DivClassName
{
background-color: #A77E12;
}
.BgClassName
{
background-color: #A77E12;
}
</style>
border-color css
<style>
span { border-color: #A77E12; }
span { border-color: rgb(167,126,18); }
td.TdClassName
{
border-color: #A77E12;
}
.TagClassName
{
border-color: #A77E12;
}
</style>