Shades of Hacienda #AD8920
Tints of Hacienda #AD8920
RGB
CMYK
RGB Variations
Color information
#AD8920 (or 0xAD8920) is known color: Hacienda. HEX triplet: AD, 89 and 20. RGB value is (173,137,32). Sum of RGB (Red+Green+Blue) = 173+137+32=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8920 is #5276DF. Grayscale: #888888. Windows color (decimal): -5404384 or 2132397. OLE color: 2132397.
HSL color Cylindrical-coordinate representation of color #AD8920: hue angle of 44.68º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD8920 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 32 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.32 |
| HSL | 44.68º | 0.69% | 0.4% | - |
| HSV(B) | 44.68º | 0.82% | 0.68% | - |
| XYZ | 26.44 | 26.88 | 5.16 | - |
| YUV | 135.79 | 69.43 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 32 | 0 | 0.21 | 0.82 | 0.32 | 44.68 | 0.69 | 0.4 |
| Hex | AD | 89 | 20 | 0 | 15 | 52 | 20 | 2D | 45 | 28 |
| Octal | 255 | 211 | 40 | 0 | 25 | 122 | 40 | 55 | 105 | 50 |
| Binary | 10101101 | 10001001 | 100000 | 0 | 10101 | 1010010 | 100000 | 101101 | 1000101 | 101000 |
Color Harmonies of #AD8920
Complementary color
Monochromatic Colors of #AD8920
Black with #AD8920
Text Example
Text Example
White with #AD8920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8920; }
p { color: rgb(173,137,32); }
H1.HeaderClassName
{
color: #AD8920;
}
.AnyTagClassName
{
color: #AD8920;
}
</style>
background-color css
<style>
a { background-color: #AD8920; }
a { background-color: rgb(173,137,32); }
div.DivClassName
{
background-color: #AD8920;
}
.BgClassName
{
background-color: #AD8920;
}
</style>
border-color css
<style>
span { border-color: #AD8920; }
span { border-color: rgb(173,137,32); }
td.TdClassName
{
border-color: #AD8920;
}
.TagClassName
{
border-color: #AD8920;
}
</style>