Shades of Hacienda #A07E1E
Tints of Hacienda #A07E1E
RGB
CMYK
RGB Variations
Color information
#A07E1E (or 0xA07E1E) is known color: Hacienda. HEX triplet: A0, 7E and 1E. RGB value is (160,126,30). Sum of RGB (Red+Green+Blue) = 160+126+30=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07E1E is #5F81E1. Grayscale: #7D7D7D. Windows color (decimal): -6259170 or 1998496. OLE color: 1998496.
HSL color Cylindrical-coordinate representation of color #A07E1E: hue angle of 44.31º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A07E1E is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 126 | 30 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.37 |
| HSL | 44.31º | 0.68% | 0.37% | - |
| HSV(B) | 44.31º | 0.81% | 0.63% | - |
| XYZ | 22.19 | 22.49 | 4.4 | - |
| YUV | 125.22 | 74.26 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 30 | 0 | 0.21 | 0.81 | 0.37 | 44.31 | 0.68 | 0.37 |
| Hex | A0 | 7E | 1E | 0 | 15 | 51 | 25 | 2C | 44 | 25 |
| Octal | 240 | 176 | 36 | 0 | 25 | 121 | 45 | 54 | 104 | 45 |
| Binary | 10100000 | 1111110 | 11110 | 0 | 10101 | 1010001 | 100101 | 101100 | 1000100 | 100101 |
Color Harmonies of #A07E1E
Complementary color
Monochromatic Colors of #A07E1E
Black with #A07E1E
Text Example
Text Example
White with #A07E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07E1E; }
p { color: rgb(160,126,30); }
H1.HeaderClassName
{
color: #A07E1E;
}
.AnyTagClassName
{
color: #A07E1E;
}
</style>
background-color css
<style>
a { background-color: #A07E1E; }
a { background-color: rgb(160,126,30); }
div.DivClassName
{
background-color: #A07E1E;
}
.BgClassName
{
background-color: #A07E1E;
}
</style>
border-color css
<style>
span { border-color: #A07E1E; }
span { border-color: rgb(160,126,30); }
td.TdClassName
{
border-color: #A07E1E;
}
.TagClassName
{
border-color: #A07E1E;
}
</style>