Shades of Hacienda #A0790D
Tints of Hacienda #A0790D
RGB
CMYK
RGB Variations
Color information
#A0790D (or 0xA0790D) is known color: Hacienda. HEX triplet: A0, 79 and 0D. RGB value is (160,121,13). Sum of RGB (Red+Green+Blue) = 160+121+13=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A0790D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0790D is #5F86F2. Grayscale: #787878. Windows color (decimal): -6260467 or 883104. OLE color: 883104.
HSL color Cylindrical-coordinate representation of color #A0790D: hue angle of 44.08º 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 #A0790D is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 13 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.37 |
| HSL | 44.08º | 0.85% | 0.34% | - |
| HSV(B) | 44.08º | 0.92% | 0.63% | - |
| XYZ | 21.41 | 21.18 | 3.34 | - |
| YUV | 120.35 | 67.42 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 13 | 0 | 0.24 | 0.92 | 0.37 | 44.08 | 0.85 | 0.34 |
| Hex | A0 | 79 | D | 0 | 18 | 5C | 25 | 2C | 55 | 22 |
| Octal | 240 | 171 | 15 | 0 | 30 | 134 | 45 | 54 | 125 | 42 |
| Binary | 10100000 | 1111001 | 1101 | 0 | 11000 | 1011100 | 100101 | 101100 | 1010101 | 100010 |
Color Harmonies of #A0790D
Complementary color
Monochromatic Colors of #A0790D
Black with #A0790D
Text Example
Text Example
White with #A0790D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0790D; }
p { color: rgb(160,121,13); }
H1.HeaderClassName
{
color: #A0790D;
}
.AnyTagClassName
{
color: #A0790D;
}
</style>
background-color css
<style>
a { background-color: #A0790D; }
a { background-color: rgb(160,121,13); }
div.DivClassName
{
background-color: #A0790D;
}
.BgClassName
{
background-color: #A0790D;
}
</style>
border-color css
<style>
span { border-color: #A0790D; }
span { border-color: rgb(160,121,13); }
td.TdClassName
{
border-color: #A0790D;
}
.TagClassName
{
border-color: #A0790D;
}
</style>