Shades of Hacienda #A0770E
Tints of Hacienda #A0770E
RGB
CMYK
RGB Variations
Color information
#A0770E (or 0xA0770E) is known color: Hacienda. HEX triplet: A0, 77 and 0E. RGB value is (160,119,14). Sum of RGB (Red+Green+Blue) = 160+119+14=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A0770E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0770E is #5F88F1. Grayscale: #777777. Windows color (decimal): -6260978 or 948128. OLE color: 948128.
HSL color Cylindrical-coordinate representation of color #A0770E: hue angle of 43.15º degrees, saturation: 0.84, 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 #A0770E is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 119 | 14 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.37 |
| HSL | 43.15º | 0.84% | 0.34% | - |
| HSV(B) | 43.15º | 0.91% | 0.63% | - |
| XYZ | 21.17 | 20.7 | 3.29 | - |
| YUV | 119.29 | 68.58 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 14 | 0 | 0.26 | 0.91 | 0.37 | 43.15 | 0.84 | 0.34 |
| Hex | A0 | 77 | E | 0 | 1A | 5B | 25 | 2B | 54 | 22 |
| Octal | 240 | 167 | 16 | 0 | 32 | 133 | 45 | 53 | 124 | 42 |
| Binary | 10100000 | 1110111 | 1110 | 0 | 11010 | 1011011 | 100101 | 101011 | 1010100 | 100010 |
Color Harmonies of #A0770E
Complementary color
Monochromatic Colors of #A0770E
Black with #A0770E
Text Example
Text Example
White with #A0770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0770E; }
p { color: rgb(160,119,14); }
H1.HeaderClassName
{
color: #A0770E;
}
.AnyTagClassName
{
color: #A0770E;
}
</style>
background-color css
<style>
a { background-color: #A0770E; }
a { background-color: rgb(160,119,14); }
div.DivClassName
{
background-color: #A0770E;
}
.BgClassName
{
background-color: #A0770E;
}
</style>
border-color css
<style>
span { border-color: #A0770E; }
span { border-color: rgb(160,119,14); }
td.TdClassName
{
border-color: #A0770E;
}
.TagClassName
{
border-color: #A0770E;
}
</style>