Shades of Hacienda #AD7F21
Tints of Hacienda #AD7F21
RGB
CMYK
RGB Variations
Color information
#AD7F21 (or 0xAD7F21) is known color: Hacienda. HEX triplet: AD, 7F and 21. RGB value is (173,127,33). Sum of RGB (Red+Green+Blue) = 173+127+33=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7F21 is #5280DE. Grayscale: #828282. Windows color (decimal): -5406943 or 2195373. OLE color: 2195373.
HSL color Cylindrical-coordinate representation of color #AD7F21: hue angle of 40.29º 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 #AD7F21 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 33 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.32 |
| HSL | 40.29º | 0.68% | 0.4% | - |
| HSV(B) | 40.29º | 0.81% | 0.68% | - |
| XYZ | 25.1 | 24.17 | 4.78 | - |
| YUV | 130.04 | 73.24 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 33 | 0 | 0.27 | 0.81 | 0.32 | 40.29 | 0.68 | 0.4 |
| Hex | AD | 7F | 21 | 0 | 1B | 51 | 20 | 28 | 44 | 28 |
| Octal | 255 | 177 | 41 | 0 | 33 | 121 | 40 | 50 | 104 | 50 |
| Binary | 10101101 | 1111111 | 100001 | 0 | 11011 | 1010001 | 100000 | 101000 | 1000100 | 101000 |
Color Harmonies of #AD7F21
Complementary color
Monochromatic Colors of #AD7F21
Black with #AD7F21
Text Example
Text Example
White with #AD7F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7F21; }
p { color: rgb(173,127,33); }
H1.HeaderClassName
{
color: #AD7F21;
}
.AnyTagClassName
{
color: #AD7F21;
}
</style>
background-color css
<style>
a { background-color: #AD7F21; }
a { background-color: rgb(173,127,33); }
div.DivClassName
{
background-color: #AD7F21;
}
.BgClassName
{
background-color: #AD7F21;
}
</style>
border-color css
<style>
span { border-color: #AD7F21; }
span { border-color: rgb(173,127,33); }
td.TdClassName
{
border-color: #AD7F21;
}
.TagClassName
{
border-color: #AD7F21;
}
</style>