Shades of Hacienda #A87C1E
Tints of Hacienda #A87C1E
RGB
CMYK
RGB Variations
Color information
#A87C1E (or 0xA87C1E) is known color: Hacienda. HEX triplet: A8, 7C and 1E. RGB value is (168,124,30). Sum of RGB (Red+Green+Blue) = 168+124+30=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87C1E is #5783E1. Grayscale: #7E7E7E. Windows color (decimal): -5735394 or 1997992. OLE color: 1997992.
HSL color Cylindrical-coordinate representation of color #A87C1E: hue angle of 40.87º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A87C1E is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 124 | 30 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.34 |
| HSL | 40.87º | 0.7% | 0.39% | - |
| HSV(B) | 40.87º | 0.82% | 0.66% | - |
| XYZ | 23.59 | 22.83 | 4.39 | - |
| YUV | 126.44 | 73.58 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 30 | 0 | 0.26 | 0.82 | 0.34 | 40.87 | 0.7 | 0.39 |
| Hex | A8 | 7C | 1E | 0 | 1A | 52 | 22 | 29 | 46 | 27 |
| Octal | 250 | 174 | 36 | 0 | 32 | 122 | 42 | 51 | 106 | 47 |
| Binary | 10101000 | 1111100 | 11110 | 0 | 11010 | 1010010 | 100010 | 101001 | 1000110 | 100111 |
Color Harmonies of #A87C1E
Complementary color
Monochromatic Colors of #A87C1E
Black with #A87C1E
Text Example
Text Example
White with #A87C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87C1E; }
p { color: rgb(168,124,30); }
H1.HeaderClassName
{
color: #A87C1E;
}
.AnyTagClassName
{
color: #A87C1E;
}
</style>
background-color css
<style>
a { background-color: #A87C1E; }
a { background-color: rgb(168,124,30); }
div.DivClassName
{
background-color: #A87C1E;
}
.BgClassName
{
background-color: #A87C1E;
}
</style>
border-color css
<style>
span { border-color: #A87C1E; }
span { border-color: rgb(168,124,30); }
td.TdClassName
{
border-color: #A87C1E;
}
.TagClassName
{
border-color: #A87C1E;
}
</style>