Shades of Hacienda #AD8525
Tints of Hacienda #AD8525
RGB
CMYK
RGB Variations
Color information
#AD8525 (or 0xAD8525) is known color: Hacienda. HEX triplet: AD, 85 and 25. RGB value is (173,133,37). Sum of RGB (Red+Green+Blue) = 173+133+37=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8525 is #527ADA. Grayscale: #868686. Windows color (decimal): -5405403 or 2459053. OLE color: 2459053.
HSL color Cylindrical-coordinate representation of color #AD8525: hue angle of 42.35º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD8525 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 37 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.32 |
| HSL | 42.35º | 0.65% | 0.41% | - |
| HSV(B) | 42.35º | 0.79% | 0.68% | - |
| XYZ | 25.96 | 25.79 | 5.36 | - |
| YUV | 134.02 | 73.25 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 37 | 0 | 0.23 | 0.79 | 0.32 | 42.35 | 0.65 | 0.41 |
| Hex | AD | 85 | 25 | 0 | 17 | 4F | 20 | 2A | 41 | 29 |
| Octal | 255 | 205 | 45 | 0 | 27 | 117 | 40 | 52 | 101 | 51 |
| Binary | 10101101 | 10000101 | 100101 | 0 | 10111 | 1001111 | 100000 | 101010 | 1000001 | 101001 |
Color Harmonies of #AD8525
Complementary color
Monochromatic Colors of #AD8525
Black with #AD8525
Text Example
Text Example
White with #AD8525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8525; }
p { color: rgb(173,133,37); }
H1.HeaderClassName
{
color: #AD8525;
}
.AnyTagClassName
{
color: #AD8525;
}
</style>
background-color css
<style>
a { background-color: #AD8525; }
a { background-color: rgb(173,133,37); }
div.DivClassName
{
background-color: #AD8525;
}
.BgClassName
{
background-color: #AD8525;
}
</style>
border-color css
<style>
span { border-color: #AD8525; }
span { border-color: rgb(173,133,37); }
td.TdClassName
{
border-color: #AD8525;
}
.TagClassName
{
border-color: #AD8525;
}
</style>