Shades of Hacienda #A0840C
Tints of Hacienda #A0840C
RGB
CMYK
RGB Variations
Color information
#A0840C (or 0xA0840C) is known color: Hacienda. HEX triplet: A0, 84 and 0C. RGB value is (160,132,12). Sum of RGB (Red+Green+Blue) = 160+132+12=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0840C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0840C is #5F7BF3. Grayscale: #7F7F7F. Windows color (decimal): -6257652 or 820384. OLE color: 820384.
HSL color Cylindrical-coordinate representation of color #A0840C: hue angle of 48.65º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0840C is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 12 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.37 |
| HSL | 48.65º | 0.86% | 0.34% | - |
| HSV(B) | 48.65º | 0.93% | 0.63% | - |
| XYZ | 22.81 | 24 | 3.78 | - |
| YUV | 126.69 | 63.28 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 12 | 0 | 0.17 | 0.93 | 0.37 | 48.65 | 0.86 | 0.34 |
| Hex | A0 | 84 | C | 0 | 11 | 5D | 25 | 31 | 56 | 22 |
| Octal | 240 | 204 | 14 | 0 | 21 | 135 | 45 | 61 | 126 | 42 |
| Binary | 10100000 | 10000100 | 1100 | 0 | 10001 | 1011101 | 100101 | 110001 | 1010110 | 100010 |
Color Harmonies of #A0840C
Complementary color
Monochromatic Colors of #A0840C
Black with #A0840C
Text Example
Text Example
White with #A0840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0840C; }
p { color: rgb(160,132,12); }
H1.HeaderClassName
{
color: #A0840C;
}
.AnyTagClassName
{
color: #A0840C;
}
</style>
background-color css
<style>
a { background-color: #A0840C; }
a { background-color: rgb(160,132,12); }
div.DivClassName
{
background-color: #A0840C;
}
.BgClassName
{
background-color: #A0840C;
}
</style>
border-color css
<style>
span { border-color: #A0840C; }
span { border-color: rgb(160,132,12); }
td.TdClassName
{
border-color: #A0840C;
}
.TagClassName
{
border-color: #A0840C;
}
</style>