Shades of Hacienda #A18914
Tints of Hacienda #A18914
RGB
CMYK
RGB Variations
Color information
#A18914 (or 0xA18914) is known color: Hacienda. HEX triplet: A1, 89 and 14. RGB value is (161,137,20). Sum of RGB (Red+Green+Blue) = 161+137+20=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A18914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18914 is #5E76EB. Grayscale: #838383. Windows color (decimal): -6190828 or 1345953. OLE color: 1345953.
HSL color Cylindrical-coordinate representation of color #A18914: hue angle of 49.79º 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 #A18914 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 20 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.37 |
| HSL | 49.79º | 0.78% | 0.35% | - |
| HSV(B) | 49.79º | 0.88% | 0.63% | - |
| XYZ | 23.77 | 25.52 | 4.33 | - |
| YUV | 130.84 | 65.45 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 20 | 0 | 0.15 | 0.88 | 0.37 | 49.79 | 0.78 | 0.35 |
| Hex | A1 | 89 | 14 | 0 | F | 58 | 25 | 32 | 4E | 23 |
| Octal | 241 | 211 | 24 | 0 | 17 | 130 | 45 | 62 | 116 | 43 |
| Binary | 10100001 | 10001001 | 10100 | 0 | 1111 | 1011000 | 100101 | 110010 | 1001110 | 100011 |
Color Harmonies of #A18914
Complementary color
Monochromatic Colors of #A18914
Black with #A18914
Text Example
Text Example
White with #A18914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18914; }
p { color: rgb(161,137,20); }
H1.HeaderClassName
{
color: #A18914;
}
.AnyTagClassName
{
color: #A18914;
}
</style>
background-color css
<style>
a { background-color: #A18914; }
a { background-color: rgb(161,137,20); }
div.DivClassName
{
background-color: #A18914;
}
.BgClassName
{
background-color: #A18914;
}
</style>
border-color css
<style>
span { border-color: #A18914; }
span { border-color: rgb(161,137,20); }
td.TdClassName
{
border-color: #A18914;
}
.TagClassName
{
border-color: #A18914;
}
</style>