Shades of Hacienda #A87D13
Tints of Hacienda #A87D13
RGB
CMYK
RGB Variations
Color information
#A87D13 (or 0xA87D13) is known color: Hacienda. HEX triplet: A8, 7D and 13. RGB value is (168,125,19). Sum of RGB (Red+Green+Blue) = 168+125+19=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87D13 is #5782EC. Grayscale: #7E7E7E. Windows color (decimal): -5735149 or 1277352. OLE color: 1277352.
HSL color Cylindrical-coordinate representation of color #A87D13: hue angle of 42.68º 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 #A87D13 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 125 | 19 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.34 |
| HSL | 42.68º | 0.8% | 0.37% | - |
| HSV(B) | 42.68º | 0.89% | 0.66% | - |
| XYZ | 23.6 | 23.04 | 3.82 | - |
| YUV | 125.77 | 67.75 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 19 | 0 | 0.26 | 0.89 | 0.34 | 42.68 | 0.8 | 0.37 |
| Hex | A8 | 7D | 13 | 0 | 1A | 59 | 22 | 2B | 50 | 25 |
| Octal | 250 | 175 | 23 | 0 | 32 | 131 | 42 | 53 | 120 | 45 |
| Binary | 10101000 | 1111101 | 10011 | 0 | 11010 | 1011001 | 100010 | 101011 | 1010000 | 100101 |
Color Harmonies of #A87D13
Complementary color
Monochromatic Colors of #A87D13
Black with #A87D13
Text Example
Text Example
White with #A87D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87D13; }
p { color: rgb(168,125,19); }
H1.HeaderClassName
{
color: #A87D13;
}
.AnyTagClassName
{
color: #A87D13;
}
</style>
background-color css
<style>
a { background-color: #A87D13; }
a { background-color: rgb(168,125,19); }
div.DivClassName
{
background-color: #A87D13;
}
.BgClassName
{
background-color: #A87D13;
}
</style>
border-color css
<style>
span { border-color: #A87D13; }
span { border-color: rgb(168,125,19); }
td.TdClassName
{
border-color: #A87D13;
}
.TagClassName
{
border-color: #A87D13;
}
</style>