Shades of Hacienda #A18213
Tints of Hacienda #A18213
RGB
CMYK
RGB Variations
Color information
#A18213 (or 0xA18213) is known color: Hacienda. HEX triplet: A1, 82 and 13. RGB value is (161,130,19). Sum of RGB (Red+Green+Blue) = 161+130+19=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A18213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18213 is #5E7DEC. Grayscale: #7F7F7F. Windows color (decimal): -6192621 or 1278625. OLE color: 1278625.
HSL color Cylindrical-coordinate representation of color #A18213: hue angle of 46.9º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A18213 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 19 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.37 |
| HSL | 46.9º | 0.79% | 0.35% | - |
| HSV(B) | 46.9º | 0.88% | 0.63% | - |
| XYZ | 22.8 | 23.59 | 3.97 | - |
| YUV | 126.62 | 67.27 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 19 | 0 | 0.19 | 0.88 | 0.37 | 46.9 | 0.79 | 0.35 |
| Hex | A1 | 82 | 13 | 0 | 13 | 58 | 25 | 2F | 4F | 23 |
| Octal | 241 | 202 | 23 | 0 | 23 | 130 | 45 | 57 | 117 | 43 |
| Binary | 10100001 | 10000010 | 10011 | 0 | 10011 | 1011000 | 100101 | 101111 | 1001111 | 100011 |
Color Harmonies of #A18213
Complementary color
Monochromatic Colors of #A18213
Black with #A18213
Text Example
Text Example
White with #A18213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18213; }
p { color: rgb(161,130,19); }
H1.HeaderClassName
{
color: #A18213;
}
.AnyTagClassName
{
color: #A18213;
}
</style>
background-color css
<style>
a { background-color: #A18213; }
a { background-color: rgb(161,130,19); }
div.DivClassName
{
background-color: #A18213;
}
.BgClassName
{
background-color: #A18213;
}
</style>
border-color css
<style>
span { border-color: #A18213; }
span { border-color: rgb(161,130,19); }
td.TdClassName
{
border-color: #A18213;
}
.TagClassName
{
border-color: #A18213;
}
</style>