Shades of Hacienda #A0831B
Tints of Hacienda #A0831B
RGB
CMYK
RGB Variations
Color information
#A0831B (or 0xA0831B) is known color: Hacienda. HEX triplet: A0, 83 and 1B. RGB value is (160,131,27). Sum of RGB (Red+Green+Blue) = 160+131+27=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A0831B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0831B is #5F7CE4. Grayscale: #808080. Windows color (decimal): -6257893 or 1803168. OLE color: 1803168.
HSL color Cylindrical-coordinate representation of color #A0831B: hue angle of 46.92º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0831B is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 131 | 27 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.37 |
| HSL | 46.92º | 0.71% | 0.37% | - |
| HSV(B) | 46.92º | 0.83% | 0.63% | - |
| XYZ | 22.81 | 23.79 | 4.43 | - |
| YUV | 127.82 | 71.11 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 27 | 0 | 0.18 | 0.83 | 0.37 | 46.92 | 0.71 | 0.37 |
| Hex | A0 | 83 | 1B | 0 | 12 | 53 | 25 | 2F | 47 | 25 |
| Octal | 240 | 203 | 33 | 0 | 22 | 123 | 45 | 57 | 107 | 45 |
| Binary | 10100000 | 10000011 | 11011 | 0 | 10010 | 1010011 | 100101 | 101111 | 1000111 | 100101 |
Color Harmonies of #A0831B
Complementary color
Monochromatic Colors of #A0831B
Black with #A0831B
Text Example
Text Example
White with #A0831B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0831B; }
p { color: rgb(160,131,27); }
H1.HeaderClassName
{
color: #A0831B;
}
.AnyTagClassName
{
color: #A0831B;
}
</style>
background-color css
<style>
a { background-color: #A0831B; }
a { background-color: rgb(160,131,27); }
div.DivClassName
{
background-color: #A0831B;
}
.BgClassName
{
background-color: #A0831B;
}
</style>
border-color css
<style>
span { border-color: #A0831B; }
span { border-color: rgb(160,131,27); }
td.TdClassName
{
border-color: #A0831B;
}
.TagClassName
{
border-color: #A0831B;
}
</style>