Shades of Hacienda #A07D0E
Tints of Hacienda #A07D0E
RGB
CMYK
RGB Variations
Color information
#A07D0E (or 0xA07D0E) is known color: Hacienda. HEX triplet: A0, 7D and 0E. RGB value is (160,125,14). Sum of RGB (Red+Green+Blue) = 160+125+14=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07D0E is #5F82F1. Grayscale: #7B7B7B. Windows color (decimal): -6259442 or 949664. OLE color: 949664.
HSL color Cylindrical-coordinate representation of color #A07D0E: hue angle of 45.62º 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 #A07D0E is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 14 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.37 |
| HSL | 45.62º | 0.84% | 0.34% | - |
| HSV(B) | 45.62º | 0.91% | 0.63% | - |
| XYZ | 21.91 | 22.17 | 3.54 | - |
| YUV | 122.81 | 66.6 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 14 | 0 | 0.22 | 0.91 | 0.37 | 45.62 | 0.84 | 0.34 |
| Hex | A0 | 7D | E | 0 | 16 | 5B | 25 | 2E | 54 | 22 |
| Octal | 240 | 175 | 16 | 0 | 26 | 133 | 45 | 56 | 124 | 42 |
| Binary | 10100000 | 1111101 | 1110 | 0 | 10110 | 1011011 | 100101 | 101110 | 1010100 | 100010 |
Color Harmonies of #A07D0E
Complementary color
Monochromatic Colors of #A07D0E
Black with #A07D0E
Text Example
Text Example
White with #A07D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D0E; }
p { color: rgb(160,125,14); }
H1.HeaderClassName
{
color: #A07D0E;
}
.AnyTagClassName
{
color: #A07D0E;
}
</style>
background-color css
<style>
a { background-color: #A07D0E; }
a { background-color: rgb(160,125,14); }
div.DivClassName
{
background-color: #A07D0E;
}
.BgClassName
{
background-color: #A07D0E;
}
</style>
border-color css
<style>
span { border-color: #A07D0E; }
span { border-color: rgb(160,125,14); }
td.TdClassName
{
border-color: #A07D0E;
}
.TagClassName
{
border-color: #A07D0E;
}
</style>