Shades of Hacienda #A0841B
Tints of Hacienda #A0841B
RGB
CMYK
RGB Variations
Color information
#A0841B (or 0xA0841B) is known color: Hacienda. HEX triplet: A0, 84 and 1B. RGB value is (160,132,27). Sum of RGB (Red+Green+Blue) = 160+132+27=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0841B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0841B is #5F7BE4. Grayscale: #808080. Windows color (decimal): -6257637 or 1803424. OLE color: 1803424.
HSL color Cylindrical-coordinate representation of color #A0841B: hue angle of 47.37º 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 #A0841B is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 27 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.37 |
| HSL | 47.37º | 0.71% | 0.37% | - |
| HSV(B) | 47.37º | 0.83% | 0.63% | - |
| XYZ | 22.95 | 24.06 | 4.47 | - |
| YUV | 128.4 | 70.78 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 27 | 0 | 0.17 | 0.83 | 0.37 | 47.37 | 0.71 | 0.37 |
| Hex | A0 | 84 | 1B | 0 | 11 | 53 | 25 | 2F | 47 | 25 |
| Octal | 240 | 204 | 33 | 0 | 21 | 123 | 45 | 57 | 107 | 45 |
| Binary | 10100000 | 10000100 | 11011 | 0 | 10001 | 1010011 | 100101 | 101111 | 1000111 | 100101 |
Color Harmonies of #A0841B
Complementary color
Monochromatic Colors of #A0841B
Black with #A0841B
Text Example
Text Example
White with #A0841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0841B; }
p { color: rgb(160,132,27); }
H1.HeaderClassName
{
color: #A0841B;
}
.AnyTagClassName
{
color: #A0841B;
}
</style>
background-color css
<style>
a { background-color: #A0841B; }
a { background-color: rgb(160,132,27); }
div.DivClassName
{
background-color: #A0841B;
}
.BgClassName
{
background-color: #A0841B;
}
</style>
border-color css
<style>
span { border-color: #A0841B; }
span { border-color: rgb(160,132,27); }
td.TdClassName
{
border-color: #A0841B;
}
.TagClassName
{
border-color: #A0841B;
}
</style>