Shades of Hacienda #AD8324
Tints of Hacienda #AD8324
RGB
CMYK
RGB Variations
Color information
#AD8324 (or 0xAD8324) is known color: Hacienda. HEX triplet: AD, 83 and 24. RGB value is (173,131,36). Sum of RGB (Red+Green+Blue) = 173+131+36=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8324 is #527CDB. Grayscale: #858585. Windows color (decimal): -5405916 or 2393005. OLE color: 2393005.
HSL color Cylindrical-coordinate representation of color #AD8324: hue angle of 41.61º 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 #AD8324 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 36 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.32 |
| HSL | 41.61º | 0.66% | 0.41% | - |
| HSV(B) | 41.61º | 0.79% | 0.68% | - |
| XYZ | 25.67 | 25.24 | 5.19 | - |
| YUV | 132.73 | 73.41 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 36 | 0 | 0.24 | 0.79 | 0.32 | 41.61 | 0.66 | 0.41 |
| Hex | AD | 83 | 24 | 0 | 18 | 4F | 20 | 2A | 42 | 29 |
| Octal | 255 | 203 | 44 | 0 | 30 | 117 | 40 | 52 | 102 | 51 |
| Binary | 10101101 | 10000011 | 100100 | 0 | 11000 | 1001111 | 100000 | 101010 | 1000010 | 101001 |
Color Harmonies of #AD8324
Complementary color
Monochromatic Colors of #AD8324
Black with #AD8324
Text Example
Text Example
White with #AD8324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8324; }
p { color: rgb(173,131,36); }
H1.HeaderClassName
{
color: #AD8324;
}
.AnyTagClassName
{
color: #AD8324;
}
</style>
background-color css
<style>
a { background-color: #AD8324; }
a { background-color: rgb(173,131,36); }
div.DivClassName
{
background-color: #AD8324;
}
.BgClassName
{
background-color: #AD8324;
}
</style>
border-color css
<style>
span { border-color: #AD8324; }
span { border-color: rgb(173,131,36); }
td.TdClassName
{
border-color: #AD8324;
}
.TagClassName
{
border-color: #AD8324;
}
</style>