Shades of Hacienda #A0781E
Tints of Hacienda #A0781E
RGB
CMYK
RGB Variations
Color information
#A0781E (or 0xA0781E) is known color: Hacienda. HEX triplet: A0, 78 and 1E. RGB value is (160,120,30). Sum of RGB (Red+Green+Blue) = 160+120+30=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A0781E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0781E is #5F87E1. Grayscale: #7A7A7A. Windows color (decimal): -6260706 or 1996960. OLE color: 1996960.
HSL color Cylindrical-coordinate representation of color #A0781E: hue angle of 41.54º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0781E is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 30 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.37 |
| HSL | 41.54º | 0.68% | 0.37% | - |
| HSV(B) | 41.54º | 0.81% | 0.63% | - |
| XYZ | 21.45 | 21 | 4.15 | - |
| YUV | 121.7 | 76.25 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 30 | 0 | 0.25 | 0.81 | 0.37 | 41.54 | 0.68 | 0.37 |
| Hex | A0 | 78 | 1E | 0 | 19 | 51 | 25 | 2A | 44 | 25 |
| Octal | 240 | 170 | 36 | 0 | 31 | 121 | 45 | 52 | 104 | 45 |
| Binary | 10100000 | 1111000 | 11110 | 0 | 11001 | 1010001 | 100101 | 101010 | 1000100 | 100101 |
Color Harmonies of #A0781E
Complementary color
Monochromatic Colors of #A0781E
Black with #A0781E
Text Example
Text Example
White with #A0781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0781E; }
p { color: rgb(160,120,30); }
H1.HeaderClassName
{
color: #A0781E;
}
.AnyTagClassName
{
color: #A0781E;
}
</style>
background-color css
<style>
a { background-color: #A0781E; }
a { background-color: rgb(160,120,30); }
div.DivClassName
{
background-color: #A0781E;
}
.BgClassName
{
background-color: #A0781E;
}
</style>
border-color css
<style>
span { border-color: #A0781E; }
span { border-color: rgb(160,120,30); }
td.TdClassName
{
border-color: #A0781E;
}
.TagClassName
{
border-color: #A0781E;
}
</style>