Shades of Hacienda #A07D19
Tints of Hacienda #A07D19
RGB
CMYK
RGB Variations
Color information
#A07D19 (or 0xA07D19) is known color: Hacienda. HEX triplet: A0, 7D and 19. RGB value is (160,125,25). Sum of RGB (Red+Green+Blue) = 160+125+25=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07D19 is #5F82E6. Grayscale: #7C7C7C. Windows color (decimal): -6259431 or 1670560. OLE color: 1670560.
HSL color Cylindrical-coordinate representation of color #A07D19: hue angle of 44.44º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A07D19 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 25 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.37 |
| HSL | 44.44º | 0.73% | 0.36% | - |
| HSV(B) | 44.44º | 0.84% | 0.63% | - |
| XYZ | 22.01 | 22.21 | 4.05 | - |
| YUV | 124.07 | 72.1 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 25 | 0 | 0.22 | 0.84 | 0.37 | 44.44 | 0.73 | 0.36 |
| Hex | A0 | 7D | 19 | 0 | 16 | 54 | 25 | 2C | 49 | 24 |
| Octal | 240 | 175 | 31 | 0 | 26 | 124 | 45 | 54 | 111 | 44 |
| Binary | 10100000 | 1111101 | 11001 | 0 | 10110 | 1010100 | 100101 | 101100 | 1001001 | 100100 |
Color Harmonies of #A07D19
Complementary color
Monochromatic Colors of #A07D19
Black with #A07D19
Text Example
Text Example
White with #A07D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D19; }
p { color: rgb(160,125,25); }
H1.HeaderClassName
{
color: #A07D19;
}
.AnyTagClassName
{
color: #A07D19;
}
</style>
background-color css
<style>
a { background-color: #A07D19; }
a { background-color: rgb(160,125,25); }
div.DivClassName
{
background-color: #A07D19;
}
.BgClassName
{
background-color: #A07D19;
}
</style>
border-color css
<style>
span { border-color: #A07D19; }
span { border-color: rgb(160,125,25); }
td.TdClassName
{
border-color: #A07D19;
}
.TagClassName
{
border-color: #A07D19;
}
</style>