Shades of Hacienda #A07D15
Tints of Hacienda #A07D15
RGB
CMYK
RGB Variations
Color information
#A07D15 (or 0xA07D15) is known color: Hacienda. HEX triplet: A0, 7D and 15. RGB value is (160,125,21). Sum of RGB (Red+Green+Blue) = 160+125+21=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07D15 is #5F82EA. Grayscale: #7C7C7C. Windows color (decimal): -6259435 or 1408416. OLE color: 1408416.
HSL color Cylindrical-coordinate representation of color #A07D15: hue angle of 44.89º 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 #A07D15 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 21 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.37 |
| HSL | 44.89º | 0.77% | 0.35% | - |
| HSV(B) | 44.89º | 0.87% | 0.63% | - |
| XYZ | 21.97 | 22.19 | 3.84 | - |
| YUV | 123.61 | 70.1 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 21 | 0 | 0.22 | 0.87 | 0.37 | 44.89 | 0.77 | 0.35 |
| Hex | A0 | 7D | 15 | 0 | 16 | 57 | 25 | 2D | 4D | 23 |
| Octal | 240 | 175 | 25 | 0 | 26 | 127 | 45 | 55 | 115 | 43 |
| Binary | 10100000 | 1111101 | 10101 | 0 | 10110 | 1010111 | 100101 | 101101 | 1001101 | 100011 |
Color Harmonies of #A07D15
Complementary color
Monochromatic Colors of #A07D15
Black with #A07D15
Text Example
Text Example
White with #A07D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D15; }
p { color: rgb(160,125,21); }
H1.HeaderClassName
{
color: #A07D15;
}
.AnyTagClassName
{
color: #A07D15;
}
</style>
background-color css
<style>
a { background-color: #A07D15; }
a { background-color: rgb(160,125,21); }
div.DivClassName
{
background-color: #A07D15;
}
.BgClassName
{
background-color: #A07D15;
}
</style>
border-color css
<style>
span { border-color: #A07D15; }
span { border-color: rgb(160,125,21); }
td.TdClassName
{
border-color: #A07D15;
}
.TagClassName
{
border-color: #A07D15;
}
</style>