Shades of Hacienda #A87611
Tints of Hacienda #A87611
RGB
CMYK
RGB Variations
Color information
#A87611 (or 0xA87611) is known color: Hacienda. HEX triplet: A8, 76 and 11. RGB value is (168,118,17). Sum of RGB (Red+Green+Blue) = 168+118+17=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A87611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87611 is #5789EE. Grayscale: #797979. Windows color (decimal): -5736943 or 1144488. OLE color: 1144488.
HSL color Cylindrical-coordinate representation of color #A87611: hue angle of 40.13º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A87611 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 118 | 17 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.34 |
| HSL | 40.13º | 0.82% | 0.36% | - |
| HSV(B) | 40.13º | 0.9% | 0.66% | - |
| XYZ | 22.73 | 21.32 | 3.45 | - |
| YUV | 121.44 | 69.07 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 118 | 17 | 0 | 0.30 | 0.90 | 0.34 | 40.13 | 0.82 | 0.36 |
| Hex | A8 | 76 | 11 | 0 | 1E | 5A | 22 | 28 | 52 | 24 |
| Octal | 250 | 166 | 21 | 0 | 36 | 132 | 42 | 50 | 122 | 44 |
| Binary | 10101000 | 1110110 | 10001 | 0 | 11110 | 1011010 | 100010 | 101000 | 1010010 | 100100 |
Color Harmonies of #A87611
Complementary color
Monochromatic Colors of #A87611
Black with #A87611
Text Example
Text Example
White with #A87611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87611; }
p { color: rgb(168,118,17); }
H1.HeaderClassName
{
color: #A87611;
}
.AnyTagClassName
{
color: #A87611;
}
</style>
background-color css
<style>
a { background-color: #A87611; }
a { background-color: rgb(168,118,17); }
div.DivClassName
{
background-color: #A87611;
}
.BgClassName
{
background-color: #A87611;
}
</style>
border-color css
<style>
span { border-color: #A87611; }
span { border-color: rgb(168,118,17); }
td.TdClassName
{
border-color: #A87611;
}
.TagClassName
{
border-color: #A87611;
}
</style>