Shades of Hacienda #A77514
Tints of Hacienda #A77514
RGB
CMYK
RGB Variations
Color information
#A77514 (or 0xA77514) is known color: Hacienda. HEX triplet: A7, 75 and 14. RGB value is (167,117,20). Sum of RGB (Red+Green+Blue) = 167+117+20=304 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.93% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 167 - color contains mainly: red. Hex color #A77514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77514 is #588AEB. Grayscale: #797979. Windows color (decimal): -5802732 or 1340839. OLE color: 1340839.
HSL color Cylindrical-coordinate representation of color #A77514: hue angle of 39.59º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A77514 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 117 | 20 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.35 |
| HSL | 39.59º | 0.79% | 0.37% | - |
| HSV(B) | 39.59º | 0.88% | 0.65% | - |
| XYZ | 22.42 | 20.99 | 3.53 | - |
| YUV | 120.89 | 71.07 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 117 | 20 | 0 | 0.30 | 0.88 | 0.35 | 39.59 | 0.79 | 0.37 |
| Hex | A7 | 75 | 14 | 0 | 1E | 58 | 23 | 28 | 4F | 25 |
| Octal | 247 | 165 | 24 | 0 | 36 | 130 | 43 | 50 | 117 | 45 |
| Binary | 10100111 | 1110101 | 10100 | 0 | 11110 | 1011000 | 100011 | 101000 | 1001111 | 100101 |
Color Harmonies of #A77514
Complementary color
Monochromatic Colors of #A77514
Black with #A77514
Text Example
Text Example
White with #A77514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77514; }
p { color: rgb(167,117,20); }
H1.HeaderClassName
{
color: #A77514;
}
.AnyTagClassName
{
color: #A77514;
}
</style>
background-color css
<style>
a { background-color: #A77514; }
a { background-color: rgb(167,117,20); }
div.DivClassName
{
background-color: #A77514;
}
.BgClassName
{
background-color: #A77514;
}
</style>
border-color css
<style>
span { border-color: #A77514; }
span { border-color: rgb(167,117,20); }
td.TdClassName
{
border-color: #A77514;
}
.TagClassName
{
border-color: #A77514;
}
</style>