Shades of Hacienda #A0830C
Tints of Hacienda #A0830C
RGB
CMYK
RGB Variations
Color information
#A0830C (or 0xA0830C) is known color: Hacienda. HEX triplet: A0, 83 and 0C. RGB value is (160,131,12). Sum of RGB (Red+Green+Blue) = 160+131+12=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0830C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0830C is #5F7CF3. Grayscale: #7E7E7E. Windows color (decimal): -6257908 or 820128. OLE color: 820128.
HSL color Cylindrical-coordinate representation of color #A0830C: hue angle of 48.24º 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 #A0830C is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 131 | 12 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.37 |
| HSL | 48.24º | 0.86% | 0.34% | - |
| HSV(B) | 48.24º | 0.93% | 0.63% | - |
| XYZ | 22.68 | 23.73 | 3.73 | - |
| YUV | 126.11 | 63.61 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 12 | 0 | 0.18 | 0.93 | 0.37 | 48.24 | 0.86 | 0.34 |
| Hex | A0 | 83 | C | 0 | 12 | 5D | 25 | 30 | 56 | 22 |
| Octal | 240 | 203 | 14 | 0 | 22 | 135 | 45 | 60 | 126 | 42 |
| Binary | 10100000 | 10000011 | 1100 | 0 | 10010 | 1011101 | 100101 | 110000 | 1010110 | 100010 |
Color Harmonies of #A0830C
Complementary color
Monochromatic Colors of #A0830C
Black with #A0830C
Text Example
Text Example
White with #A0830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0830C; }
p { color: rgb(160,131,12); }
H1.HeaderClassName
{
color: #A0830C;
}
.AnyTagClassName
{
color: #A0830C;
}
</style>
background-color css
<style>
a { background-color: #A0830C; }
a { background-color: rgb(160,131,12); }
div.DivClassName
{
background-color: #A0830C;
}
.BgClassName
{
background-color: #A0830C;
}
</style>
border-color css
<style>
span { border-color: #A0830C; }
span { border-color: rgb(160,131,12); }
td.TdClassName
{
border-color: #A0830C;
}
.TagClassName
{
border-color: #A0830C;
}
</style>