Shades of Hacienda #AD8021
Tints of Hacienda #AD8021
RGB
CMYK
RGB Variations
Color information
#AD8021 (or 0xAD8021) is known color: Hacienda. HEX triplet: AD, 80 and 21. RGB value is (173,128,33). Sum of RGB (Red+Green+Blue) = 173+128+33=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8021 is #527FDE. Grayscale: #838383. Windows color (decimal): -5406687 or 2195629. OLE color: 2195629.
HSL color Cylindrical-coordinate representation of color #AD8021: hue angle of 40.71º 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 #AD8021 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 33 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.32 |
| HSL | 40.71º | 0.68% | 0.4% | - |
| HSV(B) | 40.71º | 0.81% | 0.68% | - |
| XYZ | 25.23 | 24.43 | 4.83 | - |
| YUV | 130.63 | 72.91 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 33 | 0 | 0.26 | 0.81 | 0.32 | 40.71 | 0.68 | 0.4 |
| Hex | AD | 80 | 21 | 0 | 1A | 51 | 20 | 29 | 44 | 28 |
| Octal | 255 | 200 | 41 | 0 | 32 | 121 | 40 | 51 | 104 | 50 |
| Binary | 10101101 | 10000000 | 100001 | 0 | 11010 | 1010001 | 100000 | 101001 | 1000100 | 101000 |
Color Harmonies of #AD8021
Complementary color
Monochromatic Colors of #AD8021
Black with #AD8021
Text Example
Text Example
White with #AD8021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8021; }
p { color: rgb(173,128,33); }
H1.HeaderClassName
{
color: #AD8021;
}
.AnyTagClassName
{
color: #AD8021;
}
</style>
background-color css
<style>
a { background-color: #AD8021; }
a { background-color: rgb(173,128,33); }
div.DivClassName
{
background-color: #AD8021;
}
.BgClassName
{
background-color: #AD8021;
}
</style>
border-color css
<style>
span { border-color: #AD8021; }
span { border-color: rgb(173,128,33); }
td.TdClassName
{
border-color: #AD8021;
}
.TagClassName
{
border-color: #AD8021;
}
</style>