Shades of Hacienda #AD8521
Tints of Hacienda #AD8521
RGB
CMYK
RGB Variations
Color information
#AD8521 (or 0xAD8521) is known color: Hacienda. HEX triplet: AD, 85 and 21. RGB value is (173,133,33). Sum of RGB (Red+Green+Blue) = 173+133+33=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8521 is #527ADE. Grayscale: #868686. Windows color (decimal): -5405407 or 2196909. OLE color: 2196909.
HSL color Cylindrical-coordinate representation of color #AD8521: hue angle of 42.86º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD8521 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 33 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.32 |
| HSL | 42.86º | 0.68% | 0.4% | - |
| HSV(B) | 42.86º | 0.81% | 0.68% | - |
| XYZ | 25.9 | 25.77 | 5.05 | - |
| YUV | 133.56 | 71.25 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 33 | 0 | 0.23 | 0.81 | 0.32 | 42.86 | 0.68 | 0.4 |
| Hex | AD | 85 | 21 | 0 | 17 | 51 | 20 | 2B | 44 | 28 |
| Octal | 255 | 205 | 41 | 0 | 27 | 121 | 40 | 53 | 104 | 50 |
| Binary | 10101101 | 10000101 | 100001 | 0 | 10111 | 1010001 | 100000 | 101011 | 1000100 | 101000 |
Color Harmonies of #AD8521
Complementary color
Monochromatic Colors of #AD8521
Black with #AD8521
Text Example
Text Example
White with #AD8521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8521; }
p { color: rgb(173,133,33); }
H1.HeaderClassName
{
color: #AD8521;
}
.AnyTagClassName
{
color: #AD8521;
}
</style>
background-color css
<style>
a { background-color: #AD8521; }
a { background-color: rgb(173,133,33); }
div.DivClassName
{
background-color: #AD8521;
}
.BgClassName
{
background-color: #AD8521;
}
</style>
border-color css
<style>
span { border-color: #AD8521; }
span { border-color: rgb(173,133,33); }
td.TdClassName
{
border-color: #AD8521;
}
.TagClassName
{
border-color: #AD8521;
}
</style>