Shades of Hacienda #A87713
Tints of Hacienda #A87713
RGB
CMYK
RGB Variations
Color information
#A87713 (or 0xA87713) is known color: Hacienda. HEX triplet: A8, 77 and 13. RGB value is (168,119,19). Sum of RGB (Red+Green+Blue) = 168+119+19=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A87713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87713 is #5788EC. Grayscale: #7A7A7A. Windows color (decimal): -5736685 or 1275816. OLE color: 1275816.
HSL color Cylindrical-coordinate representation of color #A87713: hue angle of 40.27º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A87713 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 119 | 19 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.34 |
| HSL | 40.27º | 0.8% | 0.37% | - |
| HSV(B) | 40.27º | 0.89% | 0.66% | - |
| XYZ | 22.86 | 21.57 | 3.57 | - |
| YUV | 122.25 | 69.73 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 19 | 0 | 0.29 | 0.89 | 0.34 | 40.27 | 0.8 | 0.37 |
| Hex | A8 | 77 | 13 | 0 | 1D | 59 | 22 | 28 | 50 | 25 |
| Octal | 250 | 167 | 23 | 0 | 35 | 131 | 42 | 50 | 120 | 45 |
| Binary | 10101000 | 1110111 | 10011 | 0 | 11101 | 1011001 | 100010 | 101000 | 1010000 | 100101 |
Color Harmonies of #A87713
Complementary color
Monochromatic Colors of #A87713
Black with #A87713
Text Example
Text Example
White with #A87713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87713; }
p { color: rgb(168,119,19); }
H1.HeaderClassName
{
color: #A87713;
}
.AnyTagClassName
{
color: #A87713;
}
</style>
background-color css
<style>
a { background-color: #A87713; }
a { background-color: rgb(168,119,19); }
div.DivClassName
{
background-color: #A87713;
}
.BgClassName
{
background-color: #A87713;
}
</style>
border-color css
<style>
span { border-color: #A87713; }
span { border-color: rgb(168,119,19); }
td.TdClassName
{
border-color: #A87713;
}
.TagClassName
{
border-color: #A87713;
}
</style>