Shades of Hacienda #A18614
Tints of Hacienda #A18614
RGB
CMYK
RGB Variations
Color information
#A18614 (or 0xA18614) is known color: Hacienda. HEX triplet: A1, 86 and 14. RGB value is (161,134,20). Sum of RGB (Red+Green+Blue) = 161+134+20=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A18614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18614 is #5E79EB. Grayscale: #818181. Windows color (decimal): -6191596 or 1345185. OLE color: 1345185.
HSL color Cylindrical-coordinate representation of color #A18614: hue angle of 48.51º 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 #A18614 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 134 | 20 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.37 |
| HSL | 48.51º | 0.78% | 0.35% | - |
| HSV(B) | 48.51º | 0.88% | 0.63% | - |
| XYZ | 23.35 | 24.68 | 4.19 | - |
| YUV | 129.08 | 66.45 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 134 | 20 | 0 | 0.17 | 0.88 | 0.37 | 48.51 | 0.78 | 0.35 |
| Hex | A1 | 86 | 14 | 0 | 11 | 58 | 25 | 31 | 4E | 23 |
| Octal | 241 | 206 | 24 | 0 | 21 | 130 | 45 | 61 | 116 | 43 |
| Binary | 10100001 | 10000110 | 10100 | 0 | 10001 | 1011000 | 100101 | 110001 | 1001110 | 100011 |
Color Harmonies of #A18614
Complementary color
Monochromatic Colors of #A18614
Black with #A18614
Text Example
Text Example
White with #A18614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18614; }
p { color: rgb(161,134,20); }
H1.HeaderClassName
{
color: #A18614;
}
.AnyTagClassName
{
color: #A18614;
}
</style>
background-color css
<style>
a { background-color: #A18614; }
a { background-color: rgb(161,134,20); }
div.DivClassName
{
background-color: #A18614;
}
.BgClassName
{
background-color: #A18614;
}
</style>
border-color css
<style>
span { border-color: #A18614; }
span { border-color: rgb(161,134,20); }
td.TdClassName
{
border-color: #A18614;
}
.TagClassName
{
border-color: #A18614;
}
</style>