Shades of Hacienda #A07C18
Tints of Hacienda #A07C18
RGB
CMYK
RGB Variations
Color information
#A07C18 (or 0xA07C18) is known color: Hacienda. HEX triplet: A0, 7C and 18. RGB value is (160,124,24). Sum of RGB (Red+Green+Blue) = 160+124+24=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07C18 is #5F83E7. Grayscale: #7B7B7B. Windows color (decimal): -6259688 or 1604768. OLE color: 1604768.
HSL color Cylindrical-coordinate representation of color #A07C18: hue angle of 44.12º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A07C18 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 124 | 24 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.37 |
| HSL | 44.12º | 0.74% | 0.36% | - |
| HSV(B) | 44.12º | 0.85% | 0.63% | - |
| XYZ | 21.87 | 21.95 | 3.95 | - |
| YUV | 123.36 | 71.93 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 24 | 0 | 0.22 | 0.85 | 0.37 | 44.12 | 0.74 | 0.36 |
| Hex | A0 | 7C | 18 | 0 | 16 | 55 | 25 | 2C | 4A | 24 |
| Octal | 240 | 174 | 30 | 0 | 26 | 125 | 45 | 54 | 112 | 44 |
| Binary | 10100000 | 1111100 | 11000 | 0 | 10110 | 1010101 | 100101 | 101100 | 1001010 | 100100 |
Color Harmonies of #A07C18
Complementary color
Monochromatic Colors of #A07C18
Black with #A07C18
Text Example
Text Example
White with #A07C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07C18; }
p { color: rgb(160,124,24); }
H1.HeaderClassName
{
color: #A07C18;
}
.AnyTagClassName
{
color: #A07C18;
}
</style>
background-color css
<style>
a { background-color: #A07C18; }
a { background-color: rgb(160,124,24); }
div.DivClassName
{
background-color: #A07C18;
}
.BgClassName
{
background-color: #A07C18;
}
</style>
border-color css
<style>
span { border-color: #A07C18; }
span { border-color: rgb(160,124,24); }
td.TdClassName
{
border-color: #A07C18;
}
.TagClassName
{
border-color: #A07C18;
}
</style>