Shades of Hacienda #AD8526
Tints of Hacienda #AD8526
RGB
CMYK
RGB Variations
Color information
#AD8526 (or 0xAD8526) is known color: Hacienda. HEX triplet: AD, 85 and 26. RGB value is (173,133,38). Sum of RGB (Red+Green+Blue) = 173+133+38=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8526 is #527AD9. Grayscale: #868686. Windows color (decimal): -5405402 or 2524589. OLE color: 2524589.
HSL color Cylindrical-coordinate representation of color #AD8526: hue angle of 42.22º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD8526 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 38 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.32 |
| HSL | 42.22º | 0.64% | 0.41% | - |
| HSV(B) | 42.22º | 0.78% | 0.68% | - |
| XYZ | 25.97 | 25.8 | 5.44 | - |
| YUV | 134.13 | 73.75 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 38 | 0 | 0.23 | 0.78 | 0.32 | 42.22 | 0.64 | 0.41 |
| Hex | AD | 85 | 26 | 0 | 17 | 4E | 20 | 2A | 40 | 29 |
| Octal | 255 | 205 | 46 | 0 | 27 | 116 | 40 | 52 | 100 | 51 |
| Binary | 10101101 | 10000101 | 100110 | 0 | 10111 | 1001110 | 100000 | 101010 | 1000000 | 101001 |
Color Harmonies of #AD8526
Complementary color
Monochromatic Colors of #AD8526
Black with #AD8526
Text Example
Text Example
White with #AD8526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8526; }
p { color: rgb(173,133,38); }
H1.HeaderClassName
{
color: #AD8526;
}
.AnyTagClassName
{
color: #AD8526;
}
</style>
background-color css
<style>
a { background-color: #AD8526; }
a { background-color: rgb(173,133,38); }
div.DivClassName
{
background-color: #AD8526;
}
.BgClassName
{
background-color: #AD8526;
}
</style>
border-color css
<style>
span { border-color: #AD8526; }
span { border-color: rgb(173,133,38); }
td.TdClassName
{
border-color: #AD8526;
}
.TagClassName
{
border-color: #AD8526;
}
</style>