Shades of Hacienda #A18116
Tints of Hacienda #A18116
RGB
CMYK
RGB Variations
Color information
#A18116 (or 0xA18116) is known color: Hacienda. HEX triplet: A1, 81 and 16. RGB value is (161,129,22). Sum of RGB (Red+Green+Blue) = 161+129+22=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A18116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18116 is #5E7EE9. Grayscale: #7E7E7E. Windows color (decimal): -6192874 or 1474977. OLE color: 1474977.
HSL color Cylindrical-coordinate representation of color #A18116: hue angle of 46.19º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A18116 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 22 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.37 |
| HSL | 46.19º | 0.76% | 0.36% | - |
| HSV(B) | 46.19º | 0.86% | 0.63% | - |
| XYZ | 22.69 | 23.34 | 4.07 | - |
| YUV | 126.37 | 69.1 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 22 | 0 | 0.20 | 0.86 | 0.37 | 46.19 | 0.76 | 0.36 |
| Hex | A1 | 81 | 16 | 0 | 14 | 56 | 25 | 2E | 4C | 24 |
| Octal | 241 | 201 | 26 | 0 | 24 | 126 | 45 | 56 | 114 | 44 |
| Binary | 10100001 | 10000001 | 10110 | 0 | 10100 | 1010110 | 100101 | 101110 | 1001100 | 100100 |
Color Harmonies of #A18116
Complementary color
Monochromatic Colors of #A18116
Black with #A18116
Text Example
Text Example
White with #A18116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18116; }
p { color: rgb(161,129,22); }
H1.HeaderClassName
{
color: #A18116;
}
.AnyTagClassName
{
color: #A18116;
}
</style>
background-color css
<style>
a { background-color: #A18116; }
a { background-color: rgb(161,129,22); }
div.DivClassName
{
background-color: #A18116;
}
.BgClassName
{
background-color: #A18116;
}
</style>
border-color css
<style>
span { border-color: #A18116; }
span { border-color: rgb(161,129,22); }
td.TdClassName
{
border-color: #A18116;
}
.TagClassName
{
border-color: #A18116;
}
</style>