Shades of Hacienda #A07D14
Tints of Hacienda #A07D14
RGB
CMYK
RGB Variations
Color information
#A07D14 (or 0xA07D14) is known color: Hacienda. HEX triplet: A0, 7D and 14. RGB value is (160,125,20). Sum of RGB (Red+Green+Blue) = 160+125+20=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07D14 is #5F82EB. Grayscale: #7B7B7B. Windows color (decimal): -6259436 or 1342880. OLE color: 1342880.
HSL color Cylindrical-coordinate representation of color #A07D14: hue angle of 45º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A07D14 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 20 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.37 |
| HSL | 45º | 0.78% | 0.35% | - |
| HSV(B) | 45º | 0.88% | 0.63% | - |
| XYZ | 21.96 | 22.19 | 3.79 | - |
| YUV | 123.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 20 | 0 | 0.22 | 0.88 | 0.37 | 45 | 0.78 | 0.35 |
| Hex | A0 | 7D | 14 | 0 | 16 | 58 | 25 | 2D | 4E | 23 |
| Octal | 240 | 175 | 24 | 0 | 26 | 130 | 45 | 55 | 116 | 43 |
| Binary | 10100000 | 1111101 | 10100 | 0 | 10110 | 1011000 | 100101 | 101101 | 1001110 | 100011 |
Color Harmonies of #A07D14
Complementary color
Monochromatic Colors of #A07D14
Black with #A07D14
Text Example
Text Example
White with #A07D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D14; }
p { color: rgb(160,125,20); }
H1.HeaderClassName
{
color: #A07D14;
}
.AnyTagClassName
{
color: #A07D14;
}
</style>
background-color css
<style>
a { background-color: #A07D14; }
a { background-color: rgb(160,125,20); }
div.DivClassName
{
background-color: #A07D14;
}
.BgClassName
{
background-color: #A07D14;
}
</style>
border-color css
<style>
span { border-color: #A07D14; }
span { border-color: rgb(160,125,20); }
td.TdClassName
{
border-color: #A07D14;
}
.TagClassName
{
border-color: #A07D14;
}
</style>