Shades of Hacienda #A18B1E
Tints of Hacienda #A18B1E
RGB
CMYK
RGB Variations
Color information
#A18B1E (or 0xA18B1E) is known color: Hacienda. HEX triplet: A1, 8B and 1E. RGB value is (161,139,30). Sum of RGB (Red+Green+Blue) = 161+139+30=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18B1E is #5E74E1. Grayscale: #858585. Windows color (decimal): -6190306 or 2001825. OLE color: 2001825.
HSL color Cylindrical-coordinate representation of color #A18B1E: hue angle of 49.92º 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 #A18B1E is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 30 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.37 |
| HSL | 49.92º | 0.69% | 0.37% | - |
| HSV(B) | 49.92º | 0.81% | 0.63% | - |
| XYZ | 24.16 | 26.14 | 5 | - |
| YUV | 133.15 | 69.79 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 30 | 0 | 0.14 | 0.81 | 0.37 | 49.92 | 0.69 | 0.37 |
| Hex | A1 | 8B | 1E | 0 | E | 51 | 25 | 32 | 45 | 25 |
| Octal | 241 | 213 | 36 | 0 | 16 | 121 | 45 | 62 | 105 | 45 |
| Binary | 10100001 | 10001011 | 11110 | 0 | 1110 | 1010001 | 100101 | 110010 | 1000101 | 100101 |
Color Harmonies of #A18B1E
Complementary color
Monochromatic Colors of #A18B1E
Black with #A18B1E
Text Example
Text Example
White with #A18B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B1E; }
p { color: rgb(161,139,30); }
H1.HeaderClassName
{
color: #A18B1E;
}
.AnyTagClassName
{
color: #A18B1E;
}
</style>
background-color css
<style>
a { background-color: #A18B1E; }
a { background-color: rgb(161,139,30); }
div.DivClassName
{
background-color: #A18B1E;
}
.BgClassName
{
background-color: #A18B1E;
}
</style>
border-color css
<style>
span { border-color: #A18B1E; }
span { border-color: rgb(161,139,30); }
td.TdClassName
{
border-color: #A18B1E;
}
.TagClassName
{
border-color: #A18B1E;
}
</style>