Shades of Hacienda #A18031
Tints of Hacienda #A18031
RGB
CMYK
RGB Variations
Color information
#A18031 (or 0xA18031) is known color: Hacienda. HEX triplet: A1, 80 and 31. RGB value is (161,128,49). Sum of RGB (Red+Green+Blue) = 161+128+49=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A18031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18031 is #5E7FCE. Grayscale: #818181. Windows color (decimal): -6193103 or 3244193. OLE color: 3244193.
HSL color Cylindrical-coordinate representation of color #A18031: hue angle of 42.32º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A18031 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 128 | 49 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.37 |
| HSL | 42.32º | 0.53% | 0.41% | - |
| HSV(B) | 42.32º | 0.7% | 0.63% | - |
| XYZ | 22.97 | 23.24 | 6.18 | - |
| YUV | 128.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 49 | 0 | 0.20 | 0.70 | 0.37 | 42.32 | 0.53 | 0.41 |
| Hex | A1 | 80 | 31 | 0 | 14 | 46 | 25 | 2A | 35 | 29 |
| Octal | 241 | 200 | 61 | 0 | 24 | 106 | 45 | 52 | 65 | 51 |
| Binary | 10100001 | 10000000 | 110001 | 0 | 10100 | 1000110 | 100101 | 101010 | 110101 | 101001 |
Color Harmonies of #A18031
Complementary color
Monochromatic Colors of #A18031
Black with #A18031
Text Example
Text Example
White with #A18031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18031; }
p { color: rgb(161,128,49); }
H1.HeaderClassName
{
color: #A18031;
}
.AnyTagClassName
{
color: #A18031;
}
</style>
background-color css
<style>
a { background-color: #A18031; }
a { background-color: rgb(161,128,49); }
div.DivClassName
{
background-color: #A18031;
}
.BgClassName
{
background-color: #A18031;
}
</style>
border-color css
<style>
span { border-color: #A18031; }
span { border-color: rgb(161,128,49); }
td.TdClassName
{
border-color: #A18031;
}
.TagClassName
{
border-color: #A18031;
}
</style>