Shades of Hacienda #A07817
Tints of Hacienda #A07817
RGB
CMYK
RGB Variations
Color information
#A07817 (or 0xA07817) is known color: Hacienda. HEX triplet: A0, 78 and 17. RGB value is (160,120,23). Sum of RGB (Red+Green+Blue) = 160+120+23=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A07817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07817 is #5F87E8. Grayscale: #797979. Windows color (decimal): -6260713 or 1538208. OLE color: 1538208.
HSL color Cylindrical-coordinate representation of color #A07817: hue angle of 42.48º degrees, saturation: 0.75, 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 #A07817 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 23 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.37 |
| HSL | 42.48º | 0.75% | 0.36% | - |
| HSV(B) | 42.48º | 0.86% | 0.63% | - |
| XYZ | 21.37 | 20.97 | 3.73 | - |
| YUV | 120.9 | 72.75 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 23 | 0 | 0.25 | 0.86 | 0.37 | 42.48 | 0.75 | 0.36 |
| Hex | A0 | 78 | 17 | 0 | 19 | 56 | 25 | 2A | 4B | 24 |
| Octal | 240 | 170 | 27 | 0 | 31 | 126 | 45 | 52 | 113 | 44 |
| Binary | 10100000 | 1111000 | 10111 | 0 | 11001 | 1010110 | 100101 | 101010 | 1001011 | 100100 |
Color Harmonies of #A07817
Complementary color
Monochromatic Colors of #A07817
Black with #A07817
Text Example
Text Example
White with #A07817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07817; }
p { color: rgb(160,120,23); }
H1.HeaderClassName
{
color: #A07817;
}
.AnyTagClassName
{
color: #A07817;
}
</style>
background-color css
<style>
a { background-color: #A07817; }
a { background-color: rgb(160,120,23); }
div.DivClassName
{
background-color: #A07817;
}
.BgClassName
{
background-color: #A07817;
}
</style>
border-color css
<style>
span { border-color: #A07817; }
span { border-color: rgb(160,120,23); }
td.TdClassName
{
border-color: #A07817;
}
.TagClassName
{
border-color: #A07817;
}
</style>