Shades of Hacienda #A18024
Tints of Hacienda #A18024
RGB
CMYK
RGB Variations
Color information
#A18024 (or 0xA18024) is known color: Hacienda. HEX triplet: A1, 80 and 24. RGB value is (161,128,36). Sum of RGB (Red+Green+Blue) = 161+128+36=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A18024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18024 is #5E7FDB. Grayscale: #7F7F7F. Windows color (decimal): -6193116 or 2392225. OLE color: 2392225.
HSL color Cylindrical-coordinate representation of color #A18024: hue angle of 44.16º 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 #A18024 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 128 | 36 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.37 |
| HSL | 44.16º | 0.63% | 0.39% | - |
| HSV(B) | 44.16º | 0.78% | 0.63% | - |
| XYZ | 22.74 | 23.14 | 4.94 | - |
| YUV | 127.38 | 76.43 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 36 | 0 | 0.20 | 0.78 | 0.37 | 44.16 | 0.63 | 0.39 |
| Hex | A1 | 80 | 24 | 0 | 14 | 4E | 25 | 2C | 3F | 27 |
| Octal | 241 | 200 | 44 | 0 | 24 | 116 | 45 | 54 | 77 | 47 |
| Binary | 10100001 | 10000000 | 100100 | 0 | 10100 | 1001110 | 100101 | 101100 | 111111 | 100111 |
Color Harmonies of #A18024
Complementary color
Monochromatic Colors of #A18024
Black with #A18024
Text Example
Text Example
White with #A18024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18024; }
p { color: rgb(161,128,36); }
H1.HeaderClassName
{
color: #A18024;
}
.AnyTagClassName
{
color: #A18024;
}
</style>
background-color css
<style>
a { background-color: #A18024; }
a { background-color: rgb(161,128,36); }
div.DivClassName
{
background-color: #A18024;
}
.BgClassName
{
background-color: #A18024;
}
</style>
border-color css
<style>
span { border-color: #A18024; }
span { border-color: rgb(161,128,36); }
td.TdClassName
{
border-color: #A18024;
}
.TagClassName
{
border-color: #A18024;
}
</style>