Shades of Hacienda #A07A0E
Tints of Hacienda #A07A0E
RGB
CMYK
RGB Variations
Color information
#A07A0E (or 0xA07A0E) is known color: Hacienda. HEX triplet: A0, 7A and 0E. RGB value is (160,122,14). Sum of RGB (Red+Green+Blue) = 160+122+14=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07A0E is #5F85F1. Grayscale: #797979. Windows color (decimal): -6260210 or 948896. OLE color: 948896.
HSL color Cylindrical-coordinate representation of color #A07A0E: hue angle of 44.38º 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 #A07A0E is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 14 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.37 |
| HSL | 44.38º | 0.84% | 0.34% | - |
| HSV(B) | 44.38º | 0.91% | 0.63% | - |
| XYZ | 21.54 | 21.42 | 3.42 | - |
| YUV | 121.05 | 67.59 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 14 | 0 | 0.24 | 0.91 | 0.37 | 44.38 | 0.84 | 0.34 |
| Hex | A0 | 7A | E | 0 | 18 | 5B | 25 | 2C | 54 | 22 |
| Octal | 240 | 172 | 16 | 0 | 30 | 133 | 45 | 54 | 124 | 42 |
| Binary | 10100000 | 1111010 | 1110 | 0 | 11000 | 1011011 | 100101 | 101100 | 1010100 | 100010 |
Color Harmonies of #A07A0E
Complementary color
Monochromatic Colors of #A07A0E
Black with #A07A0E
Text Example
Text Example
White with #A07A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A0E; }
p { color: rgb(160,122,14); }
H1.HeaderClassName
{
color: #A07A0E;
}
.AnyTagClassName
{
color: #A07A0E;
}
</style>
background-color css
<style>
a { background-color: #A07A0E; }
a { background-color: rgb(160,122,14); }
div.DivClassName
{
background-color: #A07A0E;
}
.BgClassName
{
background-color: #A07A0E;
}
</style>
border-color css
<style>
span { border-color: #A07A0E; }
span { border-color: rgb(160,122,14); }
td.TdClassName
{
border-color: #A07A0E;
}
.TagClassName
{
border-color: #A07A0E;
}
</style>