Shades of Hacienda #A87E24
Tints of Hacienda #A87E24
RGB
CMYK
RGB Variations
Color information
#A87E24 (or 0xA87E24) is known color: Hacienda. HEX triplet: A8, 7E and 24. RGB value is (168,126,36). Sum of RGB (Red+Green+Blue) = 168+126+36=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87E24 is #5781DB. Grayscale: #808080. Windows color (decimal): -5734876 or 2391720. OLE color: 2391720.
HSL color Cylindrical-coordinate representation of color #A87E24: hue angle of 40.91º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A87E24 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 126 | 36 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.34 |
| HSL | 40.91º | 0.65% | 0.4% | - |
| HSV(B) | 40.91º | 0.79% | 0.66% | - |
| XYZ | 23.93 | 23.37 | 4.92 | - |
| YUV | 128.3 | 75.91 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 126 | 36 | 0 | 0.25 | 0.79 | 0.34 | 40.91 | 0.65 | 0.4 |
| Hex | A8 | 7E | 24 | 0 | 19 | 4F | 22 | 29 | 41 | 28 |
| Octal | 250 | 176 | 44 | 0 | 31 | 117 | 42 | 51 | 101 | 50 |
| Binary | 10101000 | 1111110 | 100100 | 0 | 11001 | 1001111 | 100010 | 101001 | 1000001 | 101000 |
Color Harmonies of #A87E24
Complementary color
Monochromatic Colors of #A87E24
Black with #A87E24
Text Example
Text Example
White with #A87E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87E24; }
p { color: rgb(168,126,36); }
H1.HeaderClassName
{
color: #A87E24;
}
.AnyTagClassName
{
color: #A87E24;
}
</style>
background-color css
<style>
a { background-color: #A87E24; }
a { background-color: rgb(168,126,36); }
div.DivClassName
{
background-color: #A87E24;
}
.BgClassName
{
background-color: #A87E24;
}
</style>
border-color css
<style>
span { border-color: #A87E24; }
span { border-color: rgb(168,126,36); }
td.TdClassName
{
border-color: #A87E24;
}
.TagClassName
{
border-color: #A87E24;
}
</style>