Shades of Hacienda #AD8121
Tints of Hacienda #AD8121
RGB
CMYK
RGB Variations
Color information
#AD8121 (or 0xAD8121) is known color: Hacienda. HEX triplet: AD, 81 and 21. RGB value is (173,129,33). Sum of RGB (Red+Green+Blue) = 173+129+33=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8121 is #527EDE. Grayscale: #838383. Windows color (decimal): -5406431 or 2195885. OLE color: 2195885.
HSL color Cylindrical-coordinate representation of color #AD8121: hue angle of 41.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD8121 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 33 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.32 |
| HSL | 41.14º | 0.68% | 0.4% | - |
| HSV(B) | 41.14º | 0.81% | 0.68% | - |
| XYZ | 25.36 | 24.69 | 4.87 | - |
| YUV | 131.21 | 72.58 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 33 | 0 | 0.25 | 0.81 | 0.32 | 41.14 | 0.68 | 0.4 |
| Hex | AD | 81 | 21 | 0 | 19 | 51 | 20 | 29 | 44 | 28 |
| Octal | 255 | 201 | 41 | 0 | 31 | 121 | 40 | 51 | 104 | 50 |
| Binary | 10101101 | 10000001 | 100001 | 0 | 11001 | 1010001 | 100000 | 101001 | 1000100 | 101000 |
Color Harmonies of #AD8121
Complementary color
Monochromatic Colors of #AD8121
Black with #AD8121
Text Example
Text Example
White with #AD8121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8121; }
p { color: rgb(173,129,33); }
H1.HeaderClassName
{
color: #AD8121;
}
.AnyTagClassName
{
color: #AD8121;
}
</style>
background-color css
<style>
a { background-color: #AD8121; }
a { background-color: rgb(173,129,33); }
div.DivClassName
{
background-color: #AD8121;
}
.BgClassName
{
background-color: #AD8121;
}
</style>
border-color css
<style>
span { border-color: #AD8121; }
span { border-color: rgb(173,129,33); }
td.TdClassName
{
border-color: #AD8121;
}
.TagClassName
{
border-color: #AD8121;
}
</style>