Shades of Hacienda #AD891D
Tints of Hacienda #AD891D
RGB
CMYK
RGB Variations
Color information
#AD891D (or 0xAD891D) is known color: Hacienda. HEX triplet: AD, 89 and 1D. RGB value is (173,137,29). Sum of RGB (Red+Green+Blue) = 173+137+29=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD891D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD891D is #5276E2. Grayscale: #878787. Windows color (decimal): -5404387 or 1935789. OLE color: 1935789.
HSL color Cylindrical-coordinate representation of color #AD891D: hue angle of 45º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD891D is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 29 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.32 |
| HSL | 45º | 0.71% | 0.4% | - |
| HSV(B) | 45º | 0.83% | 0.68% | - |
| XYZ | 26.4 | 26.86 | 4.96 | - |
| YUV | 135.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 29 | 0 | 0.21 | 0.83 | 0.32 | 45 | 0.71 | 0.4 |
| Hex | AD | 89 | 1D | 0 | 15 | 53 | 20 | 2D | 47 | 28 |
| Octal | 255 | 211 | 35 | 0 | 25 | 123 | 40 | 55 | 107 | 50 |
| Binary | 10101101 | 10001001 | 11101 | 0 | 10101 | 1010011 | 100000 | 101101 | 1000111 | 101000 |
Color Harmonies of #AD891D
Complementary color
Monochromatic Colors of #AD891D
Black with #AD891D
Text Example
Text Example
White with #AD891D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD891D; }
p { color: rgb(173,137,29); }
H1.HeaderClassName
{
color: #AD891D;
}
.AnyTagClassName
{
color: #AD891D;
}
</style>
background-color css
<style>
a { background-color: #AD891D; }
a { background-color: rgb(173,137,29); }
div.DivClassName
{
background-color: #AD891D;
}
.BgClassName
{
background-color: #AD891D;
}
</style>
border-color css
<style>
span { border-color: #AD891D; }
span { border-color: rgb(173,137,29); }
td.TdClassName
{
border-color: #AD891D;
}
.TagClassName
{
border-color: #AD891D;
}
</style>