Shades of Hacienda #A18D1E
Tints of Hacienda #A18D1E
RGB
CMYK
RGB Variations
Color information
#A18D1E (or 0xA18D1E) is known color: Hacienda. HEX triplet: A1, 8D and 1E. RGB value is (161,141,30). Sum of RGB (Red+Green+Blue) = 161+141+30=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18D1E is #5E72E1. Grayscale: #868686. Windows color (decimal): -6189794 or 2002337. OLE color: 2002337.
HSL color Cylindrical-coordinate representation of color #A18D1E: hue angle of 50.84º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A18D1E is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 141 | 30 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.37 |
| HSL | 50.84º | 0.69% | 0.37% | - |
| HSV(B) | 50.84º | 0.81% | 0.63% | - |
| XYZ | 24.46 | 26.72 | 5.1 | - |
| YUV | 134.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 30 | 0 | 0.12 | 0.81 | 0.37 | 50.84 | 0.69 | 0.37 |
| Hex | A1 | 8D | 1E | 0 | C | 51 | 25 | 33 | 45 | 25 |
| Octal | 241 | 215 | 36 | 0 | 14 | 121 | 45 | 63 | 105 | 45 |
| Binary | 10100001 | 10001101 | 11110 | 0 | 1100 | 1010001 | 100101 | 110011 | 1000101 | 100101 |
Color Harmonies of #A18D1E
Complementary color
Monochromatic Colors of #A18D1E
Black with #A18D1E
Text Example
Text Example
White with #A18D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18D1E; }
p { color: rgb(161,141,30); }
H1.HeaderClassName
{
color: #A18D1E;
}
.AnyTagClassName
{
color: #A18D1E;
}
</style>
background-color css
<style>
a { background-color: #A18D1E; }
a { background-color: rgb(161,141,30); }
div.DivClassName
{
background-color: #A18D1E;
}
.BgClassName
{
background-color: #A18D1E;
}
</style>
border-color css
<style>
span { border-color: #A18D1E; }
span { border-color: rgb(161,141,30); }
td.TdClassName
{
border-color: #A18D1E;
}
.TagClassName
{
border-color: #A18D1E;
}
</style>