Shades of Hacienda #AD8522
Tints of Hacienda #AD8522
RGB
CMYK
RGB Variations
Color information
#AD8522 (or 0xAD8522) is known color: Hacienda. HEX triplet: AD, 85 and 22. RGB value is (173,133,34). Sum of RGB (Red+Green+Blue) = 173+133+34=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8522 is #527ADD. Grayscale: #868686. Windows color (decimal): -5405406 or 2262445. OLE color: 2262445.
HSL color Cylindrical-coordinate representation of color #AD8522: hue angle of 42.73º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD8522 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 34 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.32 |
| HSL | 42.73º | 0.67% | 0.41% | - |
| HSV(B) | 42.73º | 0.8% | 0.68% | - |
| XYZ | 25.91 | 25.77 | 5.12 | - |
| YUV | 133.67 | 71.75 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 34 | 0 | 0.23 | 0.80 | 0.32 | 42.73 | 0.67 | 0.41 |
| Hex | AD | 85 | 22 | 0 | 17 | 50 | 20 | 2B | 43 | 29 |
| Octal | 255 | 205 | 42 | 0 | 27 | 120 | 40 | 53 | 103 | 51 |
| Binary | 10101101 | 10000101 | 100010 | 0 | 10111 | 1010000 | 100000 | 101011 | 1000011 | 101001 |
Color Harmonies of #AD8522
Complementary color
Monochromatic Colors of #AD8522
Black with #AD8522
Text Example
Text Example
White with #AD8522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8522; }
p { color: rgb(173,133,34); }
H1.HeaderClassName
{
color: #AD8522;
}
.AnyTagClassName
{
color: #AD8522;
}
</style>
background-color css
<style>
a { background-color: #AD8522; }
a { background-color: rgb(173,133,34); }
div.DivClassName
{
background-color: #AD8522;
}
.BgClassName
{
background-color: #AD8522;
}
</style>
border-color css
<style>
span { border-color: #AD8522; }
span { border-color: rgb(173,133,34); }
td.TdClassName
{
border-color: #AD8522;
}
.TagClassName
{
border-color: #AD8522;
}
</style>