Shades of Hacienda #A18114
Tints of Hacienda #A18114
RGB
CMYK
RGB Variations
Color information
#A18114 (or 0xA18114) is known color: Hacienda. HEX triplet: A1, 81 and 14. RGB value is (161,129,20). Sum of RGB (Red+Green+Blue) = 161+129+20=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A18114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18114 is #5E7EEB. Grayscale: #7E7E7E. Windows color (decimal): -6192876 or 1343905. OLE color: 1343905.
HSL color Cylindrical-coordinate representation of color #A18114: hue angle of 46.38º degrees, saturation: 0.78, 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 #A18114 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 20 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.37 |
| HSL | 46.38º | 0.78% | 0.35% | - |
| HSV(B) | 46.38º | 0.88% | 0.63% | - |
| XYZ | 22.67 | 23.33 | 3.97 | - |
| YUV | 126.14 | 68.1 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 20 | 0 | 0.20 | 0.88 | 0.37 | 46.38 | 0.78 | 0.35 |
| Hex | A1 | 81 | 14 | 0 | 14 | 58 | 25 | 2E | 4E | 23 |
| Octal | 241 | 201 | 24 | 0 | 24 | 130 | 45 | 56 | 116 | 43 |
| Binary | 10100001 | 10000001 | 10100 | 0 | 10100 | 1011000 | 100101 | 101110 | 1001110 | 100011 |
Color Harmonies of #A18114
Complementary color
Monochromatic Colors of #A18114
Black with #A18114
Text Example
Text Example
White with #A18114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18114; }
p { color: rgb(161,129,20); }
H1.HeaderClassName
{
color: #A18114;
}
.AnyTagClassName
{
color: #A18114;
}
</style>
background-color css
<style>
a { background-color: #A18114; }
a { background-color: rgb(161,129,20); }
div.DivClassName
{
background-color: #A18114;
}
.BgClassName
{
background-color: #A18114;
}
</style>
border-color css
<style>
span { border-color: #A18114; }
span { border-color: rgb(161,129,20); }
td.TdClassName
{
border-color: #A18114;
}
.TagClassName
{
border-color: #A18114;
}
</style>