Shades of Hacienda #A77F12
Tints of Hacienda #A77F12
RGB
CMYK
RGB Variations
Color information
#A77F12 (or 0xA77F12) is known color: Hacienda. HEX triplet: A7, 7F and 12. RGB value is (167,127,18). Sum of RGB (Red+Green+Blue) = 167+127+18=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77F12 is #5880ED. Grayscale: #7F7F7F. Windows color (decimal): -5800174 or 1212327. OLE color: 1212327.
HSL color Cylindrical-coordinate representation of color #A77F12: hue angle of 43.89º 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 #A77F12 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 127 | 18 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.35 |
| HSL | 43.89º | 0.81% | 0.36% | - |
| HSV(B) | 43.89º | 0.89% | 0.65% | - |
| XYZ | 23.63 | 23.44 | 3.85 | - |
| YUV | 126.53 | 66.75 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 18 | 0 | 0.24 | 0.89 | 0.35 | 43.89 | 0.81 | 0.36 |
| Hex | A7 | 7F | 12 | 0 | 18 | 59 | 23 | 2C | 51 | 24 |
| Octal | 247 | 177 | 22 | 0 | 30 | 131 | 43 | 54 | 121 | 44 |
| Binary | 10100111 | 1111111 | 10010 | 0 | 11000 | 1011001 | 100011 | 101100 | 1010001 | 100100 |
Color Harmonies of #A77F12
Complementary color
Monochromatic Colors of #A77F12
Black with #A77F12
Text Example
Text Example
White with #A77F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77F12; }
p { color: rgb(167,127,18); }
H1.HeaderClassName
{
color: #A77F12;
}
.AnyTagClassName
{
color: #A77F12;
}
</style>
background-color css
<style>
a { background-color: #A77F12; }
a { background-color: rgb(167,127,18); }
div.DivClassName
{
background-color: #A77F12;
}
.BgClassName
{
background-color: #A77F12;
}
</style>
border-color css
<style>
span { border-color: #A77F12; }
span { border-color: rgb(167,127,18); }
td.TdClassName
{
border-color: #A77F12;
}
.TagClassName
{
border-color: #A77F12;
}
</style>