Shades of Hacienda #AD891E
Tints of Hacienda #AD891E
RGB
CMYK
RGB Variations
Color information
#AD891E (or 0xAD891E) is known color: Hacienda. HEX triplet: AD, 89 and 1E. RGB value is (173,137,30). Sum of RGB (Red+Green+Blue) = 173+137+30=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD891E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD891E is #5276E1. Grayscale: #888888. Windows color (decimal): -5404386 or 2001325. OLE color: 2001325.
HSL color Cylindrical-coordinate representation of color #AD891E: hue angle of 44.9º degrees, saturation: 0.7, 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 #AD891E is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 30 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.32 |
| HSL | 44.9º | 0.7% | 0.4% | - |
| HSV(B) | 44.9º | 0.83% | 0.68% | - |
| XYZ | 26.41 | 26.87 | 5.02 | - |
| YUV | 135.57 | 68.43 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 30 | 0 | 0.21 | 0.83 | 0.32 | 44.9 | 0.7 | 0.4 |
| Hex | AD | 89 | 1E | 0 | 15 | 53 | 20 | 2D | 46 | 28 |
| Octal | 255 | 211 | 36 | 0 | 25 | 123 | 40 | 55 | 106 | 50 |
| Binary | 10101101 | 10001001 | 11110 | 0 | 10101 | 1010011 | 100000 | 101101 | 1000110 | 101000 |
Color Harmonies of #AD891E
Complementary color
Monochromatic Colors of #AD891E
Black with #AD891E
Text Example
Text Example
White with #AD891E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD891E; }
p { color: rgb(173,137,30); }
H1.HeaderClassName
{
color: #AD891E;
}
.AnyTagClassName
{
color: #AD891E;
}
</style>
background-color css
<style>
a { background-color: #AD891E; }
a { background-color: rgb(173,137,30); }
div.DivClassName
{
background-color: #AD891E;
}
.BgClassName
{
background-color: #AD891E;
}
</style>
border-color css
<style>
span { border-color: #AD891E; }
span { border-color: rgb(173,137,30); }
td.TdClassName
{
border-color: #AD891E;
}
.TagClassName
{
border-color: #AD891E;
}
</style>