Shades of Hacienda #A18524
Tints of Hacienda #A18524
RGB
CMYK
RGB Variations
Color information
#A18524 (or 0xA18524) is known color: Hacienda. HEX triplet: A1, 85 and 24. RGB value is (161,133,36). Sum of RGB (Red+Green+Blue) = 161+133+36=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A18524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18524 is #5E7ADB. Grayscale: #828282. Windows color (decimal): -6191836 or 2393505. OLE color: 2393505.
HSL color Cylindrical-coordinate representation of color #A18524: hue angle of 46.56º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A18524 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 133 | 36 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.37 |
| HSL | 46.56º | 0.63% | 0.39% | - |
| HSV(B) | 46.56º | 0.78% | 0.63% | - |
| XYZ | 23.4 | 24.48 | 5.16 | - |
| YUV | 130.31 | 74.78 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 36 | 0 | 0.17 | 0.78 | 0.37 | 46.56 | 0.63 | 0.39 |
| Hex | A1 | 85 | 24 | 0 | 11 | 4E | 25 | 2F | 3F | 27 |
| Octal | 241 | 205 | 44 | 0 | 21 | 116 | 45 | 57 | 77 | 47 |
| Binary | 10100001 | 10000101 | 100100 | 0 | 10001 | 1001110 | 100101 | 101111 | 111111 | 100111 |
Color Harmonies of #A18524
Complementary color
Monochromatic Colors of #A18524
Black with #A18524
Text Example
Text Example
White with #A18524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18524; }
p { color: rgb(161,133,36); }
H1.HeaderClassName
{
color: #A18524;
}
.AnyTagClassName
{
color: #A18524;
}
</style>
background-color css
<style>
a { background-color: #A18524; }
a { background-color: rgb(161,133,36); }
div.DivClassName
{
background-color: #A18524;
}
.BgClassName
{
background-color: #A18524;
}
</style>
border-color css
<style>
span { border-color: #A18524; }
span { border-color: rgb(161,133,36); }
td.TdClassName
{
border-color: #A18524;
}
.TagClassName
{
border-color: #A18524;
}
</style>