Shades of Hacienda #AD8625
Tints of Hacienda #AD8625
RGB
CMYK
RGB Variations
Color information
#AD8625 (or 0xAD8625) is known color: Hacienda. HEX triplet: AD, 86 and 25. RGB value is (173,134,37). Sum of RGB (Red+Green+Blue) = 173+134+37=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8625 is #5279DA. Grayscale: #878787. Windows color (decimal): -5405147 or 2459309. OLE color: 2459309.
HSL color Cylindrical-coordinate representation of color #AD8625: hue angle of 42.79º 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 #AD8625 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 37 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.32 |
| HSL | 42.79º | 0.65% | 0.41% | - |
| HSV(B) | 42.79º | 0.79% | 0.68% | - |
| XYZ | 26.09 | 26.07 | 5.41 | - |
| YUV | 134.6 | 72.92 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 37 | 0 | 0.23 | 0.79 | 0.32 | 42.79 | 0.65 | 0.41 |
| Hex | AD | 86 | 25 | 0 | 17 | 4F | 20 | 2B | 41 | 29 |
| Octal | 255 | 206 | 45 | 0 | 27 | 117 | 40 | 53 | 101 | 51 |
| Binary | 10101101 | 10000110 | 100101 | 0 | 10111 | 1001111 | 100000 | 101011 | 1000001 | 101001 |
Color Harmonies of #AD8625
Complementary color
Monochromatic Colors of #AD8625
Black with #AD8625
Text Example
Text Example
White with #AD8625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8625; }
p { color: rgb(173,134,37); }
H1.HeaderClassName
{
color: #AD8625;
}
.AnyTagClassName
{
color: #AD8625;
}
</style>
background-color css
<style>
a { background-color: #AD8625; }
a { background-color: rgb(173,134,37); }
div.DivClassName
{
background-color: #AD8625;
}
.BgClassName
{
background-color: #AD8625;
}
</style>
border-color css
<style>
span { border-color: #AD8625; }
span { border-color: rgb(173,134,37); }
td.TdClassName
{
border-color: #AD8625;
}
.TagClassName
{
border-color: #AD8625;
}
</style>