Shades of Hacienda #A18113
Tints of Hacienda #A18113
RGB
CMYK
RGB Variations
Color information
#A18113 (or 0xA18113) is known color: Hacienda. HEX triplet: A1, 81 and 13. RGB value is (161,129,19). Sum of RGB (Red+Green+Blue) = 161+129+19=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A18113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18113 is #5E7EEC. Grayscale: #7E7E7E. Windows color (decimal): -6192877 or 1278369. OLE color: 1278369.
HSL color Cylindrical-coordinate representation of color #A18113: hue angle of 46.48º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A18113 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 19 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.37 |
| HSL | 46.48º | 0.79% | 0.35% | - |
| HSV(B) | 46.48º | 0.88% | 0.63% | - |
| XYZ | 22.67 | 23.32 | 3.92 | - |
| YUV | 126.03 | 67.6 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 19 | 0 | 0.20 | 0.88 | 0.37 | 46.48 | 0.79 | 0.35 |
| Hex | A1 | 81 | 13 | 0 | 14 | 58 | 25 | 2E | 4F | 23 |
| Octal | 241 | 201 | 23 | 0 | 24 | 130 | 45 | 56 | 117 | 43 |
| Binary | 10100001 | 10000001 | 10011 | 0 | 10100 | 1011000 | 100101 | 101110 | 1001111 | 100011 |
Color Harmonies of #A18113
Complementary color
Monochromatic Colors of #A18113
Black with #A18113
Text Example
Text Example
White with #A18113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18113; }
p { color: rgb(161,129,19); }
H1.HeaderClassName
{
color: #A18113;
}
.AnyTagClassName
{
color: #A18113;
}
</style>
background-color css
<style>
a { background-color: #A18113; }
a { background-color: rgb(161,129,19); }
div.DivClassName
{
background-color: #A18113;
}
.BgClassName
{
background-color: #A18113;
}
</style>
border-color css
<style>
span { border-color: #A18113; }
span { border-color: rgb(161,129,19); }
td.TdClassName
{
border-color: #A18113;
}
.TagClassName
{
border-color: #A18113;
}
</style>