Shades of Hacienda #A07417
Tints of Hacienda #A07417
RGB
CMYK
RGB Variations
Color information
#A07417 (or 0xA07417) is known color: Hacienda. HEX triplet: A0, 74 and 17. RGB value is (160,116,23). Sum of RGB (Red+Green+Blue) = 160+116+23=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A07417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07417 is #5F8BE8. Grayscale: #767676. Windows color (decimal): -6261737 or 1537184. OLE color: 1537184.
HSL color Cylindrical-coordinate representation of color #A07417: hue angle of 40.73º 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 #A07417 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 23 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.37 |
| HSL | 40.73º | 0.75% | 0.36% | - |
| HSV(B) | 40.73º | 0.86% | 0.63% | - |
| XYZ | 20.9 | 20.03 | 3.57 | - |
| YUV | 118.55 | 74.08 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 23 | 0 | 0.28 | 0.86 | 0.37 | 40.73 | 0.75 | 0.36 |
| Hex | A0 | 74 | 17 | 0 | 1C | 56 | 25 | 29 | 4B | 24 |
| Octal | 240 | 164 | 27 | 0 | 34 | 126 | 45 | 51 | 113 | 44 |
| Binary | 10100000 | 1110100 | 10111 | 0 | 11100 | 1010110 | 100101 | 101001 | 1001011 | 100100 |
Color Harmonies of #A07417
Complementary color
Monochromatic Colors of #A07417
Black with #A07417
Text Example
Text Example
White with #A07417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07417; }
p { color: rgb(160,116,23); }
H1.HeaderClassName
{
color: #A07417;
}
.AnyTagClassName
{
color: #A07417;
}
</style>
background-color css
<style>
a { background-color: #A07417; }
a { background-color: rgb(160,116,23); }
div.DivClassName
{
background-color: #A07417;
}
.BgClassName
{
background-color: #A07417;
}
</style>
border-color css
<style>
span { border-color: #A07417; }
span { border-color: rgb(160,116,23); }
td.TdClassName
{
border-color: #A07417;
}
.TagClassName
{
border-color: #A07417;
}
</style>