Shades of Hacienda #AD891C
Tints of Hacienda #AD891C
RGB
CMYK
RGB Variations
Color information
#AD891C (or 0xAD891C) is known color: Hacienda. HEX triplet: AD, 89 and 1C. RGB value is (173,137,28). Sum of RGB (Red+Green+Blue) = 173+137+28=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD891C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD891C is #5276E3. Grayscale: #878787. Windows color (decimal): -5404388 or 1870253. OLE color: 1870253.
HSL color Cylindrical-coordinate representation of color #AD891C: hue angle of 45.1º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD891C is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 28 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.32 |
| HSL | 45.1º | 0.72% | 0.39% | - |
| HSV(B) | 45.1º | 0.84% | 0.68% | - |
| XYZ | 26.39 | 26.86 | 4.89 | - |
| YUV | 135.34 | 67.43 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 28 | 0 | 0.21 | 0.84 | 0.32 | 45.1 | 0.72 | 0.39 |
| Hex | AD | 89 | 1C | 0 | 15 | 54 | 20 | 2D | 48 | 27 |
| Octal | 255 | 211 | 34 | 0 | 25 | 124 | 40 | 55 | 110 | 47 |
| Binary | 10101101 | 10001001 | 11100 | 0 | 10101 | 1010100 | 100000 | 101101 | 1001000 | 100111 |
Color Harmonies of #AD891C
Complementary color
Monochromatic Colors of #AD891C
Black with #AD891C
Text Example
Text Example
White with #AD891C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD891C; }
p { color: rgb(173,137,28); }
H1.HeaderClassName
{
color: #AD891C;
}
.AnyTagClassName
{
color: #AD891C;
}
</style>
background-color css
<style>
a { background-color: #AD891C; }
a { background-color: rgb(173,137,28); }
div.DivClassName
{
background-color: #AD891C;
}
.BgClassName
{
background-color: #AD891C;
}
</style>
border-color css
<style>
span { border-color: #AD891C; }
span { border-color: rgb(173,137,28); }
td.TdClassName
{
border-color: #AD891C;
}
.TagClassName
{
border-color: #AD891C;
}
</style>