Shades of Hacienda #A0830D
Tints of Hacienda #A0830D
RGB
CMYK
RGB Variations
Color information
#A0830D (or 0xA0830D) is known color: Hacienda. HEX triplet: A0, 83 and 0D. RGB value is (160,131,13). Sum of RGB (Red+Green+Blue) = 160+131+13=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0830D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0830D is #5F7CF2. Grayscale: #7E7E7E. Windows color (decimal): -6257907 or 885664. OLE color: 885664.
HSL color Cylindrical-coordinate representation of color #A0830D: hue angle of 48.16º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0830D is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 131 | 13 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.37 |
| HSL | 48.16º | 0.85% | 0.34% | - |
| HSV(B) | 48.16º | 0.92% | 0.63% | - |
| XYZ | 22.69 | 23.74 | 3.77 | - |
| YUV | 126.22 | 64.11 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 13 | 0 | 0.18 | 0.92 | 0.37 | 48.16 | 0.85 | 0.34 |
| Hex | A0 | 83 | D | 0 | 12 | 5C | 25 | 30 | 55 | 22 |
| Octal | 240 | 203 | 15 | 0 | 22 | 134 | 45 | 60 | 125 | 42 |
| Binary | 10100000 | 10000011 | 1101 | 0 | 10010 | 1011100 | 100101 | 110000 | 1010101 | 100010 |
Color Harmonies of #A0830D
Complementary color
Monochromatic Colors of #A0830D
Black with #A0830D
Text Example
Text Example
White with #A0830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0830D; }
p { color: rgb(160,131,13); }
H1.HeaderClassName
{
color: #A0830D;
}
.AnyTagClassName
{
color: #A0830D;
}
</style>
background-color css
<style>
a { background-color: #A0830D; }
a { background-color: rgb(160,131,13); }
div.DivClassName
{
background-color: #A0830D;
}
.BgClassName
{
background-color: #A0830D;
}
</style>
border-color css
<style>
span { border-color: #A0830D; }
span { border-color: rgb(160,131,13); }
td.TdClassName
{
border-color: #A0830D;
}
.TagClassName
{
border-color: #A0830D;
}
</style>