Shades of Hacienda #AD851E
Tints of Hacienda #AD851E
RGB
CMYK
RGB Variations
Color information
#AD851E (or 0xAD851E) is known color: Hacienda. HEX triplet: AD, 85 and 1E. RGB value is (173,133,30). Sum of RGB (Red+Green+Blue) = 173+133+30=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD851E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD851E is #527AE1. Grayscale: #858585. Windows color (decimal): -5405410 or 2000301. OLE color: 2000301.
HSL color Cylindrical-coordinate representation of color #AD851E: hue angle of 43.22º 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 #AD851E is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 30 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.32 |
| HSL | 43.22º | 0.7% | 0.4% | - |
| HSV(B) | 43.22º | 0.83% | 0.68% | - |
| XYZ | 25.86 | 25.75 | 4.84 | - |
| YUV | 133.22 | 69.75 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 30 | 0 | 0.23 | 0.83 | 0.32 | 43.22 | 0.7 | 0.4 |
| Hex | AD | 85 | 1E | 0 | 17 | 53 | 20 | 2B | 46 | 28 |
| Octal | 255 | 205 | 36 | 0 | 27 | 123 | 40 | 53 | 106 | 50 |
| Binary | 10101101 | 10000101 | 11110 | 0 | 10111 | 1010011 | 100000 | 101011 | 1000110 | 101000 |
Color Harmonies of #AD851E
Complementary color
Monochromatic Colors of #AD851E
Black with #AD851E
Text Example
Text Example
White with #AD851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD851E; }
p { color: rgb(173,133,30); }
H1.HeaderClassName
{
color: #AD851E;
}
.AnyTagClassName
{
color: #AD851E;
}
</style>
background-color css
<style>
a { background-color: #AD851E; }
a { background-color: rgb(173,133,30); }
div.DivClassName
{
background-color: #AD851E;
}
.BgClassName
{
background-color: #AD851E;
}
</style>
border-color css
<style>
span { border-color: #AD851E; }
span { border-color: rgb(173,133,30); }
td.TdClassName
{
border-color: #AD851E;
}
.TagClassName
{
border-color: #AD851E;
}
</style>