Shades of Hacienda #A07C1E
Tints of Hacienda #A07C1E
RGB
CMYK
RGB Variations
Color information
#A07C1E (or 0xA07C1E) is known color: Hacienda. HEX triplet: A0, 7C and 1E. RGB value is (160,124,30). Sum of RGB (Red+Green+Blue) = 160+124+30=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07C1E is #5F83E1. Grayscale: #7C7C7C. Windows color (decimal): -6259682 or 1997984. OLE color: 1997984.
HSL color Cylindrical-coordinate representation of color #A07C1E: hue angle of 43.38º 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 #A07C1E is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 124 | 30 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.37 |
| HSL | 43.38º | 0.68% | 0.37% | - |
| HSV(B) | 43.38º | 0.81% | 0.63% | - |
| XYZ | 21.94 | 21.98 | 4.32 | - |
| YUV | 124.05 | 74.93 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 30 | 0 | 0.22 | 0.81 | 0.37 | 43.38 | 0.68 | 0.37 |
| Hex | A0 | 7C | 1E | 0 | 16 | 51 | 25 | 2B | 44 | 25 |
| Octal | 240 | 174 | 36 | 0 | 26 | 121 | 45 | 53 | 104 | 45 |
| Binary | 10100000 | 1111100 | 11110 | 0 | 10110 | 1010001 | 100101 | 101011 | 1000100 | 100101 |
Color Harmonies of #A07C1E
Complementary color
Monochromatic Colors of #A07C1E
Black with #A07C1E
Text Example
Text Example
White with #A07C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07C1E; }
p { color: rgb(160,124,30); }
H1.HeaderClassName
{
color: #A07C1E;
}
.AnyTagClassName
{
color: #A07C1E;
}
</style>
background-color css
<style>
a { background-color: #A07C1E; }
a { background-color: rgb(160,124,30); }
div.DivClassName
{
background-color: #A07C1E;
}
.BgClassName
{
background-color: #A07C1E;
}
</style>
border-color css
<style>
span { border-color: #A07C1E; }
span { border-color: rgb(160,124,30); }
td.TdClassName
{
border-color: #A07C1E;
}
.TagClassName
{
border-color: #A07C1E;
}
</style>