Shades of Hacienda #A18529
Tints of Hacienda #A18529
RGB
CMYK
RGB Variations
Color information
#A18529 (or 0xA18529) is known color: Hacienda. HEX triplet: A1, 85 and 29. RGB value is (161,133,41). Sum of RGB (Red+Green+Blue) = 161+133+41=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A18529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18529 is #5E7AD6. Grayscale: #838383. Windows color (decimal): -6191831 or 2721185. OLE color: 2721185.
HSL color Cylindrical-coordinate representation of color #A18529: hue angle of 46º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A18529 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 133 | 41 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.37 |
| HSL | 46º | 0.59% | 0.4% | - |
| HSV(B) | 46º | 0.75% | 0.63% | - |
| XYZ | 23.49 | 24.51 | 5.59 | - |
| YUV | 130.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 41 | 0 | 0.17 | 0.75 | 0.37 | 46 | 0.59 | 0.4 |
| Hex | A1 | 85 | 29 | 0 | 11 | 4B | 25 | 2E | 3B | 28 |
| Octal | 241 | 205 | 51 | 0 | 21 | 113 | 45 | 56 | 73 | 50 |
| Binary | 10100001 | 10000101 | 101001 | 0 | 10001 | 1001011 | 100101 | 101110 | 111011 | 101000 |
Color Harmonies of #A18529
Complementary color
Monochromatic Colors of #A18529
Black with #A18529
Text Example
Text Example
White with #A18529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18529; }
p { color: rgb(161,133,41); }
H1.HeaderClassName
{
color: #A18529;
}
.AnyTagClassName
{
color: #A18529;
}
</style>
background-color css
<style>
a { background-color: #A18529; }
a { background-color: rgb(161,133,41); }
div.DivClassName
{
background-color: #A18529;
}
.BgClassName
{
background-color: #A18529;
}
</style>
border-color css
<style>
span { border-color: #A18529; }
span { border-color: rgb(161,133,41); }
td.TdClassName
{
border-color: #A18529;
}
.TagClassName
{
border-color: #A18529;
}
</style>