Shades of Hacienda #A0820D
Tints of Hacienda #A0820D
RGB
CMYK
RGB Variations
Color information
#A0820D (or 0xA0820D) is known color: Hacienda. HEX triplet: A0, 82 and 0D. RGB value is (160,130,13). Sum of RGB (Red+Green+Blue) = 160+130+13=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0820D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0820D is #5F7DF2. Grayscale: #7E7E7E. Windows color (decimal): -6258163 or 885408. OLE color: 885408.
HSL color Cylindrical-coordinate representation of color #A0820D: hue angle of 47.76º 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 #A0820D is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 130 | 13 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.37 |
| HSL | 47.76º | 0.85% | 0.34% | - |
| HSV(B) | 47.76º | 0.92% | 0.63% | - |
| XYZ | 22.55 | 23.47 | 3.72 | - |
| YUV | 125.63 | 64.44 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 13 | 0 | 0.19 | 0.92 | 0.37 | 47.76 | 0.85 | 0.34 |
| Hex | A0 | 82 | D | 0 | 13 | 5C | 25 | 30 | 55 | 22 |
| Octal | 240 | 202 | 15 | 0 | 23 | 134 | 45 | 60 | 125 | 42 |
| Binary | 10100000 | 10000010 | 1101 | 0 | 10011 | 1011100 | 100101 | 110000 | 1010101 | 100010 |
Color Harmonies of #A0820D
Complementary color
Monochromatic Colors of #A0820D
Black with #A0820D
Text Example
Text Example
White with #A0820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0820D; }
p { color: rgb(160,130,13); }
H1.HeaderClassName
{
color: #A0820D;
}
.AnyTagClassName
{
color: #A0820D;
}
</style>
background-color css
<style>
a { background-color: #A0820D; }
a { background-color: rgb(160,130,13); }
div.DivClassName
{
background-color: #A0820D;
}
.BgClassName
{
background-color: #A0820D;
}
</style>
border-color css
<style>
span { border-color: #A0820D; }
span { border-color: rgb(160,130,13); }
td.TdClassName
{
border-color: #A0820D;
}
.TagClassName
{
border-color: #A0820D;
}
</style>