Shades of Hacienda #A87C19
Tints of Hacienda #A87C19
RGB
CMYK
RGB Variations
Color information
#A87C19 (or 0xA87C19) is known color: Hacienda. HEX triplet: A8, 7C and 19. RGB value is (168,124,25). Sum of RGB (Red+Green+Blue) = 168+124+25=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87C19 is #5783E6. Grayscale: #7E7E7E. Windows color (decimal): -5735399 or 1670312. OLE color: 1670312.
HSL color Cylindrical-coordinate representation of color #A87C19: hue angle of 41.54º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A87C19 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 124 | 25 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.34 |
| HSL | 41.54º | 0.74% | 0.38% | - |
| HSV(B) | 41.54º | 0.85% | 0.66% | - |
| XYZ | 23.53 | 22.81 | 4.08 | - |
| YUV | 125.87 | 71.08 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 25 | 0 | 0.26 | 0.85 | 0.34 | 41.54 | 0.74 | 0.38 |
| Hex | A8 | 7C | 19 | 0 | 1A | 55 | 22 | 2A | 4A | 26 |
| Octal | 250 | 174 | 31 | 0 | 32 | 125 | 42 | 52 | 112 | 46 |
| Binary | 10101000 | 1111100 | 11001 | 0 | 11010 | 1010101 | 100010 | 101010 | 1001010 | 100110 |
Color Harmonies of #A87C19
Complementary color
Monochromatic Colors of #A87C19
Black with #A87C19
Text Example
Text Example
White with #A87C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87C19; }
p { color: rgb(168,124,25); }
H1.HeaderClassName
{
color: #A87C19;
}
.AnyTagClassName
{
color: #A87C19;
}
</style>
background-color css
<style>
a { background-color: #A87C19; }
a { background-color: rgb(168,124,25); }
div.DivClassName
{
background-color: #A87C19;
}
.BgClassName
{
background-color: #A87C19;
}
</style>
border-color css
<style>
span { border-color: #A87C19; }
span { border-color: rgb(168,124,25); }
td.TdClassName
{
border-color: #A87C19;
}
.TagClassName
{
border-color: #A87C19;
}
</style>