Shades of Hacienda #A18212
Tints of Hacienda #A18212
RGB
CMYK
RGB Variations
Color information
#A18212 (or 0xA18212) is known color: Hacienda. HEX triplet: A1, 82 and 12. RGB value is (161,130,18). Sum of RGB (Red+Green+Blue) = 161+130+18=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A18212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18212 is #5E7DED. Grayscale: #7E7E7E. Windows color (decimal): -6192622 or 1213089. OLE color: 1213089.
HSL color Cylindrical-coordinate representation of color #A18212: hue angle of 46.99º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A18212 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 18 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.37 |
| HSL | 46.99º | 0.8% | 0.35% | - |
| HSV(B) | 46.99º | 0.89% | 0.63% | - |
| XYZ | 22.79 | 23.59 | 3.92 | - |
| YUV | 126.5 | 66.77 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 18 | 0 | 0.19 | 0.89 | 0.37 | 46.99 | 0.8 | 0.35 |
| Hex | A1 | 82 | 12 | 0 | 13 | 59 | 25 | 2F | 50 | 23 |
| Octal | 241 | 202 | 22 | 0 | 23 | 131 | 45 | 57 | 120 | 43 |
| Binary | 10100001 | 10000010 | 10010 | 0 | 10011 | 1011001 | 100101 | 101111 | 1010000 | 100011 |
Color Harmonies of #A18212
Complementary color
Monochromatic Colors of #A18212
Black with #A18212
Text Example
Text Example
White with #A18212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18212; }
p { color: rgb(161,130,18); }
H1.HeaderClassName
{
color: #A18212;
}
.AnyTagClassName
{
color: #A18212;
}
</style>
background-color css
<style>
a { background-color: #A18212; }
a { background-color: rgb(161,130,18); }
div.DivClassName
{
background-color: #A18212;
}
.BgClassName
{
background-color: #A18212;
}
</style>
border-color css
<style>
span { border-color: #A18212; }
span { border-color: rgb(161,130,18); }
td.TdClassName
{
border-color: #A18212;
}
.TagClassName
{
border-color: #A18212;
}
</style>