Shades of Hacienda #A0832E
Tints of Hacienda #A0832E
RGB
CMYK
RGB Variations
Color information
#A0832E (or 0xA0832E) is known color: Hacienda. HEX triplet: A0, 83 and 2E. RGB value is (160,131,46). Sum of RGB (Red+Green+Blue) = 160+131+46=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0832E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0832E is #5F7CD1. Grayscale: #828282. Windows color (decimal): -6257874 or 3048352. OLE color: 3048352.
HSL color Cylindrical-coordinate representation of color #A0832E: hue angle of 44.74º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0832E is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 131 | 46 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.37 |
| HSL | 44.74º | 0.55% | 0.4% | - |
| HSV(B) | 44.74º | 0.71% | 0.63% | - |
| XYZ | 23.11 | 23.9 | 5.98 | - |
| YUV | 129.98 | 80.61 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 46 | 0 | 0.18 | 0.71 | 0.37 | 44.74 | 0.55 | 0.4 |
| Hex | A0 | 83 | 2E | 0 | 12 | 47 | 25 | 2D | 37 | 28 |
| Octal | 240 | 203 | 56 | 0 | 22 | 107 | 45 | 55 | 67 | 50 |
| Binary | 10100000 | 10000011 | 101110 | 0 | 10010 | 1000111 | 100101 | 101101 | 110111 | 101000 |
Color Harmonies of #A0832E
Complementary color
Monochromatic Colors of #A0832E
Black with #A0832E
Text Example
Text Example
White with #A0832E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0832E; }
p { color: rgb(160,131,46); }
H1.HeaderClassName
{
color: #A0832E;
}
.AnyTagClassName
{
color: #A0832E;
}
</style>
background-color css
<style>
a { background-color: #A0832E; }
a { background-color: rgb(160,131,46); }
div.DivClassName
{
background-color: #A0832E;
}
.BgClassName
{
background-color: #A0832E;
}
</style>
border-color css
<style>
span { border-color: #A0832E; }
span { border-color: rgb(160,131,46); }
td.TdClassName
{
border-color: #A0832E;
}
.TagClassName
{
border-color: #A0832E;
}
</style>