Shades of Hacienda #AD7C19
Tints of Hacienda #AD7C19
RGB
CMYK
RGB Variations
Color information
#AD7C19 (or 0xAD7C19) is known color: Hacienda. HEX triplet: AD, 7C and 19. RGB value is (173,124,25). Sum of RGB (Red+Green+Blue) = 173+124+25=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7C19 is #5283E6. Grayscale: #7F7F7F. Windows color (decimal): -5407719 or 1670317. OLE color: 1670317.
HSL color Cylindrical-coordinate representation of color #AD7C19: hue angle of 40.14º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD7C19 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 124 | 25 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.32 |
| HSL | 40.14º | 0.75% | 0.39% | - |
| HSV(B) | 40.14º | 0.86% | 0.68% | - |
| XYZ | 24.62 | 23.37 | 4.13 | - |
| YUV | 127.37 | 70.23 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 25 | 0 | 0.28 | 0.86 | 0.32 | 40.14 | 0.75 | 0.39 |
| Hex | AD | 7C | 19 | 0 | 1C | 56 | 20 | 28 | 4B | 27 |
| Octal | 255 | 174 | 31 | 0 | 34 | 126 | 40 | 50 | 113 | 47 |
| Binary | 10101101 | 1111100 | 11001 | 0 | 11100 | 1010110 | 100000 | 101000 | 1001011 | 100111 |
Color Harmonies of #AD7C19
Complementary color
Monochromatic Colors of #AD7C19
Black with #AD7C19
Text Example
Text Example
White with #AD7C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7C19; }
p { color: rgb(173,124,25); }
H1.HeaderClassName
{
color: #AD7C19;
}
.AnyTagClassName
{
color: #AD7C19;
}
</style>
background-color css
<style>
a { background-color: #AD7C19; }
a { background-color: rgb(173,124,25); }
div.DivClassName
{
background-color: #AD7C19;
}
.BgClassName
{
background-color: #AD7C19;
}
</style>
border-color css
<style>
span { border-color: #AD7C19; }
span { border-color: rgb(173,124,25); }
td.TdClassName
{
border-color: #AD7C19;
}
.TagClassName
{
border-color: #AD7C19;
}
</style>