Shades of Hacienda #A07615
Tints of Hacienda #A07615
RGB
CMYK
RGB Variations
Color information
#A07615 (or 0xA07615) is known color: Hacienda. HEX triplet: A0, 76 and 15. RGB value is (160,118,21). Sum of RGB (Red+Green+Blue) = 160+118+21=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A07615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07615 is #5F89EA. Grayscale: #777777. Windows color (decimal): -6261227 or 1406624. OLE color: 1406624.
HSL color Cylindrical-coordinate representation of color #A07615: hue angle of 41.87º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A07615 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 21 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.37 |
| HSL | 41.87º | 0.77% | 0.35% | - |
| HSV(B) | 41.87º | 0.87% | 0.63% | - |
| XYZ | 21.11 | 20.48 | 3.55 | - |
| YUV | 119.5 | 72.41 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 21 | 0 | 0.26 | 0.87 | 0.37 | 41.87 | 0.77 | 0.35 |
| Hex | A0 | 76 | 15 | 0 | 1A | 57 | 25 | 2A | 4D | 23 |
| Octal | 240 | 166 | 25 | 0 | 32 | 127 | 45 | 52 | 115 | 43 |
| Binary | 10100000 | 1110110 | 10101 | 0 | 11010 | 1010111 | 100101 | 101010 | 1001101 | 100011 |
Color Harmonies of #A07615
Complementary color
Monochromatic Colors of #A07615
Black with #A07615
Text Example
Text Example
White with #A07615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07615; }
p { color: rgb(160,118,21); }
H1.HeaderClassName
{
color: #A07615;
}
.AnyTagClassName
{
color: #A07615;
}
</style>
background-color css
<style>
a { background-color: #A07615; }
a { background-color: rgb(160,118,21); }
div.DivClassName
{
background-color: #A07615;
}
.BgClassName
{
background-color: #A07615;
}
</style>
border-color css
<style>
span { border-color: #A07615; }
span { border-color: rgb(160,118,21); }
td.TdClassName
{
border-color: #A07615;
}
.TagClassName
{
border-color: #A07615;
}
</style>