Shades of Hacienda #A0780F
Tints of Hacienda #A0780F
RGB
CMYK
RGB Variations
Color information
#A0780F (or 0xA0780F) is known color: Hacienda. HEX triplet: A0, 78 and 0F. RGB value is (160,120,15). Sum of RGB (Red+Green+Blue) = 160+120+15=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A0780F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0780F is #5F87F0. Grayscale: #787878. Windows color (decimal): -6260721 or 1013920. OLE color: 1013920.
HSL color Cylindrical-coordinate representation of color #A0780F: hue angle of 43.45º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0780F is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 15 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.37 |
| HSL | 43.45º | 0.83% | 0.34% | - |
| HSV(B) | 43.45º | 0.91% | 0.63% | - |
| XYZ | 21.3 | 20.94 | 3.37 | - |
| YUV | 119.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 15 | 0 | 0.25 | 0.91 | 0.37 | 43.45 | 0.83 | 0.34 |
| Hex | A0 | 78 | F | 0 | 19 | 5B | 25 | 2B | 53 | 22 |
| Octal | 240 | 170 | 17 | 0 | 31 | 133 | 45 | 53 | 123 | 42 |
| Binary | 10100000 | 1111000 | 1111 | 0 | 11001 | 1011011 | 100101 | 101011 | 1010011 | 100010 |
Color Harmonies of #A0780F
Complementary color
Monochromatic Colors of #A0780F
Black with #A0780F
Text Example
Text Example
White with #A0780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0780F; }
p { color: rgb(160,120,15); }
H1.HeaderClassName
{
color: #A0780F;
}
.AnyTagClassName
{
color: #A0780F;
}
</style>
background-color css
<style>
a { background-color: #A0780F; }
a { background-color: rgb(160,120,15); }
div.DivClassName
{
background-color: #A0780F;
}
.BgClassName
{
background-color: #A0780F;
}
</style>
border-color css
<style>
span { border-color: #A0780F; }
span { border-color: rgb(160,120,15); }
td.TdClassName
{
border-color: #A0780F;
}
.TagClassName
{
border-color: #A0780F;
}
</style>