Shades of Hacienda #A07718
Tints of Hacienda #A07718
RGB
CMYK
RGB Variations
Color information
#A07718 (or 0xA07718) is known color: Hacienda. HEX triplet: A0, 77 and 18. RGB value is (160,119,24). Sum of RGB (Red+Green+Blue) = 160+119+24=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A07718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07718 is #5F88E7. Grayscale: #787878. Windows color (decimal): -6260968 or 1603488. OLE color: 1603488.
HSL color Cylindrical-coordinate representation of color #A07718: hue angle of 41.91º 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 #A07718 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 119 | 24 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.37 |
| HSL | 41.91º | 0.74% | 0.36% | - |
| HSV(B) | 41.91º | 0.85% | 0.63% | - |
| XYZ | 21.26 | 20.73 | 3.75 | - |
| YUV | 120.43 | 73.58 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 24 | 0 | 0.26 | 0.85 | 0.37 | 41.91 | 0.74 | 0.36 |
| Hex | A0 | 77 | 18 | 0 | 1A | 55 | 25 | 2A | 4A | 24 |
| Octal | 240 | 167 | 30 | 0 | 32 | 125 | 45 | 52 | 112 | 44 |
| Binary | 10100000 | 1110111 | 11000 | 0 | 11010 | 1010101 | 100101 | 101010 | 1001010 | 100100 |
Color Harmonies of #A07718
Complementary color
Monochromatic Colors of #A07718
Black with #A07718
Text Example
Text Example
White with #A07718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07718; }
p { color: rgb(160,119,24); }
H1.HeaderClassName
{
color: #A07718;
}
.AnyTagClassName
{
color: #A07718;
}
</style>
background-color css
<style>
a { background-color: #A07718; }
a { background-color: rgb(160,119,24); }
div.DivClassName
{
background-color: #A07718;
}
.BgClassName
{
background-color: #A07718;
}
</style>
border-color css
<style>
span { border-color: #A07718; }
span { border-color: rgb(160,119,24); }
td.TdClassName
{
border-color: #A07718;
}
.TagClassName
{
border-color: #A07718;
}
</style>