Shades of Hacienda #A77F13
Tints of Hacienda #A77F13
RGB
CMYK
RGB Variations
Color information
#A77F13 (or 0xA77F13) is known color: Hacienda. HEX triplet: A7, 7F and 13. RGB value is (167,127,19). Sum of RGB (Red+Green+Blue) = 167+127+19=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77F13 is #5880EC. Grayscale: #7F7F7F. Windows color (decimal): -5800173 or 1277863. OLE color: 1277863.
HSL color Cylindrical-coordinate representation of color #A77F13: hue angle of 43.78º degrees, saturation: 0.8, 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 #A77F13 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 127 | 19 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.35 |
| HSL | 43.78º | 0.8% | 0.36% | - |
| HSV(B) | 43.78º | 0.89% | 0.65% | - |
| XYZ | 23.64 | 23.44 | 3.89 | - |
| YUV | 126.65 | 67.25 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 19 | 0 | 0.24 | 0.89 | 0.35 | 43.78 | 0.8 | 0.36 |
| Hex | A7 | 7F | 13 | 0 | 18 | 59 | 23 | 2C | 50 | 24 |
| Octal | 247 | 177 | 23 | 0 | 30 | 131 | 43 | 54 | 120 | 44 |
| Binary | 10100111 | 1111111 | 10011 | 0 | 11000 | 1011001 | 100011 | 101100 | 1010000 | 100100 |
Color Harmonies of #A77F13
Complementary color
Monochromatic Colors of #A77F13
Black with #A77F13
Text Example
Text Example
White with #A77F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77F13; }
p { color: rgb(167,127,19); }
H1.HeaderClassName
{
color: #A77F13;
}
.AnyTagClassName
{
color: #A77F13;
}
</style>
background-color css
<style>
a { background-color: #A77F13; }
a { background-color: rgb(167,127,19); }
div.DivClassName
{
background-color: #A77F13;
}
.BgClassName
{
background-color: #A77F13;
}
</style>
border-color css
<style>
span { border-color: #A77F13; }
span { border-color: rgb(167,127,19); }
td.TdClassName
{
border-color: #A77F13;
}
.TagClassName
{
border-color: #A77F13;
}
</style>