Shades of Hacienda #AD7C18
Tints of Hacienda #AD7C18
RGB
CMYK
RGB Variations
Color information
#AD7C18 (or 0xAD7C18) is known color: Hacienda. HEX triplet: AD, 7C and 18. RGB value is (173,124,24). Sum of RGB (Red+Green+Blue) = 173+124+24=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7C18 is #5283E7. Grayscale: #7F7F7F. Windows color (decimal): -5407720 or 1604781. OLE color: 1604781.
HSL color Cylindrical-coordinate representation of color #AD7C18: hue angle of 40.27º degrees, saturation: 0.76, 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 #AD7C18 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 124 | 24 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.32 |
| HSL | 40.27º | 0.76% | 0.39% | - |
| HSV(B) | 40.27º | 0.86% | 0.68% | - |
| XYZ | 24.61 | 23.37 | 4.08 | - |
| YUV | 127.25 | 69.73 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 24 | 0 | 0.28 | 0.86 | 0.32 | 40.27 | 0.76 | 0.39 |
| Hex | AD | 7C | 18 | 0 | 1C | 56 | 20 | 28 | 4C | 27 |
| Octal | 255 | 174 | 30 | 0 | 34 | 126 | 40 | 50 | 114 | 47 |
| Binary | 10101101 | 1111100 | 11000 | 0 | 11100 | 1010110 | 100000 | 101000 | 1001100 | 100111 |
Color Harmonies of #AD7C18
Complementary color
Monochromatic Colors of #AD7C18
Black with #AD7C18
Text Example
Text Example
White with #AD7C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7C18; }
p { color: rgb(173,124,24); }
H1.HeaderClassName
{
color: #AD7C18;
}
.AnyTagClassName
{
color: #AD7C18;
}
</style>
background-color css
<style>
a { background-color: #AD7C18; }
a { background-color: rgb(173,124,24); }
div.DivClassName
{
background-color: #AD7C18;
}
.BgClassName
{
background-color: #AD7C18;
}
</style>
border-color css
<style>
span { border-color: #AD7C18; }
span { border-color: rgb(173,124,24); }
td.TdClassName
{
border-color: #AD7C18;
}
.TagClassName
{
border-color: #AD7C18;
}
</style>