Shades of Hacienda #A18224
Tints of Hacienda #A18224
RGB
CMYK
RGB Variations
Color information
#A18224 (or 0xA18224) is known color: Hacienda. HEX triplet: A1, 82 and 24. RGB value is (161,130,36). Sum of RGB (Red+Green+Blue) = 161+130+36=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A18224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18224 is #5E7DDB. Grayscale: #808080. Windows color (decimal): -6192604 or 2392737. OLE color: 2392737.
HSL color Cylindrical-coordinate representation of color #A18224: hue angle of 45.12º 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 #A18224 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 36 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.37 |
| HSL | 45.12º | 0.63% | 0.39% | - |
| HSV(B) | 45.12º | 0.78% | 0.63% | - |
| XYZ | 23 | 23.67 | 5.03 | - |
| YUV | 128.55 | 75.77 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 36 | 0 | 0.19 | 0.78 | 0.37 | 45.12 | 0.63 | 0.39 |
| Hex | A1 | 82 | 24 | 0 | 13 | 4E | 25 | 2D | 3F | 27 |
| Octal | 241 | 202 | 44 | 0 | 23 | 116 | 45 | 55 | 77 | 47 |
| Binary | 10100001 | 10000010 | 100100 | 0 | 10011 | 1001110 | 100101 | 101101 | 111111 | 100111 |
Color Harmonies of #A18224
Complementary color
Monochromatic Colors of #A18224
Black with #A18224
Text Example
Text Example
White with #A18224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18224; }
p { color: rgb(161,130,36); }
H1.HeaderClassName
{
color: #A18224;
}
.AnyTagClassName
{
color: #A18224;
}
</style>
background-color css
<style>
a { background-color: #A18224; }
a { background-color: rgb(161,130,36); }
div.DivClassName
{
background-color: #A18224;
}
.BgClassName
{
background-color: #A18224;
}
</style>
border-color css
<style>
span { border-color: #A18224; }
span { border-color: rgb(161,130,36); }
td.TdClassName
{
border-color: #A18224;
}
.TagClassName
{
border-color: #A18224;
}
</style>