Shades of Hacienda #A0781C
Tints of Hacienda #A0781C
RGB
CMYK
RGB Variations
Color information
#A0781C (or 0xA0781C) is known color: Hacienda. HEX triplet: A0, 78 and 1C. RGB value is (160,120,28). Sum of RGB (Red+Green+Blue) = 160+120+28=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0781C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0781C is #5F87E3. Grayscale: #797979. Windows color (decimal): -6260708 or 1865888. OLE color: 1865888.
HSL color Cylindrical-coordinate representation of color #A0781C: hue angle of 41.82º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0781C is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 28 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.37 |
| HSL | 41.82º | 0.7% | 0.37% | - |
| HSV(B) | 41.82º | 0.83% | 0.63% | - |
| XYZ | 21.42 | 20.99 | 4.02 | - |
| YUV | 121.47 | 75.25 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 28 | 0 | 0.25 | 0.82 | 0.37 | 41.82 | 0.7 | 0.37 |
| Hex | A0 | 78 | 1C | 0 | 19 | 52 | 25 | 2A | 46 | 25 |
| Octal | 240 | 170 | 34 | 0 | 31 | 122 | 45 | 52 | 106 | 45 |
| Binary | 10100000 | 1111000 | 11100 | 0 | 11001 | 1010010 | 100101 | 101010 | 1000110 | 100101 |
Color Harmonies of #A0781C
Complementary color
Monochromatic Colors of #A0781C
Black with #A0781C
Text Example
Text Example
White with #A0781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0781C; }
p { color: rgb(160,120,28); }
H1.HeaderClassName
{
color: #A0781C;
}
.AnyTagClassName
{
color: #A0781C;
}
</style>
background-color css
<style>
a { background-color: #A0781C; }
a { background-color: rgb(160,120,28); }
div.DivClassName
{
background-color: #A0781C;
}
.BgClassName
{
background-color: #A0781C;
}
</style>
border-color css
<style>
span { border-color: #A0781C; }
span { border-color: rgb(160,120,28); }
td.TdClassName
{
border-color: #A0781C;
}
.TagClassName
{
border-color: #A0781C;
}
</style>