Shades of Hacienda #A07C16
Tints of Hacienda #A07C16
RGB
CMYK
RGB Variations
Color information
#A07C16 (or 0xA07C16) is known color: Hacienda. HEX triplet: A0, 7C and 16. RGB value is (160,124,22). Sum of RGB (Red+Green+Blue) = 160+124+22=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07C16 is #5F83E9. Grayscale: #7B7B7B. Windows color (decimal): -6259690 or 1473696. OLE color: 1473696.
HSL color Cylindrical-coordinate representation of color #A07C16: hue angle of 44.35º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A07C16 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 124 | 22 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.37 |
| HSL | 44.35º | 0.76% | 0.36% | - |
| HSV(B) | 44.35º | 0.86% | 0.63% | - |
| XYZ | 21.85 | 21.95 | 3.84 | - |
| YUV | 123.14 | 70.93 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 22 | 0 | 0.22 | 0.86 | 0.37 | 44.35 | 0.76 | 0.36 |
| Hex | A0 | 7C | 16 | 0 | 16 | 56 | 25 | 2C | 4C | 24 |
| Octal | 240 | 174 | 26 | 0 | 26 | 126 | 45 | 54 | 114 | 44 |
| Binary | 10100000 | 1111100 | 10110 | 0 | 10110 | 1010110 | 100101 | 101100 | 1001100 | 100100 |
Color Harmonies of #A07C16
Complementary color
Monochromatic Colors of #A07C16
Black with #A07C16
Text Example
Text Example
White with #A07C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07C16; }
p { color: rgb(160,124,22); }
H1.HeaderClassName
{
color: #A07C16;
}
.AnyTagClassName
{
color: #A07C16;
}
</style>
background-color css
<style>
a { background-color: #A07C16; }
a { background-color: rgb(160,124,22); }
div.DivClassName
{
background-color: #A07C16;
}
.BgClassName
{
background-color: #A07C16;
}
</style>
border-color css
<style>
span { border-color: #A07C16; }
span { border-color: rgb(160,124,22); }
td.TdClassName
{
border-color: #A07C16;
}
.TagClassName
{
border-color: #A07C16;
}
</style>