Shades of Hacienda #A17811
Tints of Hacienda #A17811
RGB
CMYK
RGB Variations
Color information
#A17811 (or 0xA17811) is known color: Hacienda. HEX triplet: A1, 78 and 11. RGB value is (161,120,17). Sum of RGB (Red+Green+Blue) = 161+120+17=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A17811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17811 is #5E87EE. Grayscale: #787878. Windows color (decimal): -6195183 or 1144993. OLE color: 1144993.
HSL color Cylindrical-coordinate representation of color #A17811: hue angle of 42.92º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A17811 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 17 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.37 |
| HSL | 42.92º | 0.81% | 0.35% | - |
| HSV(B) | 42.92º | 0.89% | 0.63% | - |
| XYZ | 21.52 | 21.05 | 3.46 | - |
| YUV | 120.52 | 69.58 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 17 | 0 | 0.25 | 0.89 | 0.37 | 42.92 | 0.81 | 0.35 |
| Hex | A1 | 78 | 11 | 0 | 19 | 59 | 25 | 2B | 51 | 23 |
| Octal | 241 | 170 | 21 | 0 | 31 | 131 | 45 | 53 | 121 | 43 |
| Binary | 10100001 | 1111000 | 10001 | 0 | 11001 | 1011001 | 100101 | 101011 | 1010001 | 100011 |
Color Harmonies of #A17811
Complementary color
Monochromatic Colors of #A17811
Black with #A17811
Text Example
Text Example
White with #A17811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17811; }
p { color: rgb(161,120,17); }
H1.HeaderClassName
{
color: #A17811;
}
.AnyTagClassName
{
color: #A17811;
}
</style>
background-color css
<style>
a { background-color: #A17811; }
a { background-color: rgb(161,120,17); }
div.DivClassName
{
background-color: #A17811;
}
.BgClassName
{
background-color: #A17811;
}
</style>
border-color css
<style>
span { border-color: #A17811; }
span { border-color: rgb(161,120,17); }
td.TdClassName
{
border-color: #A17811;
}
.TagClassName
{
border-color: #A17811;
}
</style>