Shades of Hacienda #AD8924
Tints of Hacienda #AD8924
RGB
CMYK
RGB Variations
Color information
#AD8924 (or 0xAD8924) is known color: Hacienda. HEX triplet: AD, 89 and 24. RGB value is (173,137,36). Sum of RGB (Red+Green+Blue) = 173+137+36=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8924 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8924 is #5276DB. Grayscale: #888888. Windows color (decimal): -5404380 or 2394541. OLE color: 2394541.
HSL color Cylindrical-coordinate representation of color #AD8924: hue angle of 44.23º degrees, saturation: 0.66, 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 #AD8924 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 36 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.32 |
| HSL | 44.23º | 0.66% | 0.41% | - |
| HSV(B) | 44.23º | 0.79% | 0.68% | - |
| XYZ | 26.5 | 26.9 | 5.47 | - |
| YUV | 136.25 | 71.43 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 36 | 0 | 0.21 | 0.79 | 0.32 | 44.23 | 0.66 | 0.41 |
| Hex | AD | 89 | 24 | 0 | 15 | 4F | 20 | 2C | 42 | 29 |
| Octal | 255 | 211 | 44 | 0 | 25 | 117 | 40 | 54 | 102 | 51 |
| Binary | 10101101 | 10001001 | 100100 | 0 | 10101 | 1001111 | 100000 | 101100 | 1000010 | 101001 |
Color Harmonies of #AD8924
Complementary color
Monochromatic Colors of #AD8924
Black with #AD8924
Text Example
Text Example
White with #AD8924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8924; }
p { color: rgb(173,137,36); }
H1.HeaderClassName
{
color: #AD8924;
}
.AnyTagClassName
{
color: #AD8924;
}
</style>
background-color css
<style>
a { background-color: #AD8924; }
a { background-color: rgb(173,137,36); }
div.DivClassName
{
background-color: #AD8924;
}
.BgClassName
{
background-color: #AD8924;
}
</style>
border-color css
<style>
span { border-color: #AD8924; }
span { border-color: rgb(173,137,36); }
td.TdClassName
{
border-color: #AD8924;
}
.TagClassName
{
border-color: #AD8924;
}
</style>