Shades of Hacienda #AD851F
Tints of Hacienda #AD851F
RGB
CMYK
RGB Variations
Color information
#AD851F (or 0xAD851F) is known color: Hacienda. HEX triplet: AD, 85 and 1F. RGB value is (173,133,31). Sum of RGB (Red+Green+Blue) = 173+133+31=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD851F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD851F is #527AE0. Grayscale: #858585. Windows color (decimal): -5405409 or 2065837. OLE color: 2065837.
HSL color Cylindrical-coordinate representation of color #AD851F: hue angle of 43.1º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD851F is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 31 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.32 |
| HSL | 43.1º | 0.7% | 0.4% | - |
| HSV(B) | 43.1º | 0.82% | 0.68% | - |
| XYZ | 25.87 | 25.76 | 4.9 | - |
| YUV | 133.33 | 70.25 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 31 | 0 | 0.23 | 0.82 | 0.32 | 43.1 | 0.7 | 0.4 |
| Hex | AD | 85 | 1F | 0 | 17 | 52 | 20 | 2B | 46 | 28 |
| Octal | 255 | 205 | 37 | 0 | 27 | 122 | 40 | 53 | 106 | 50 |
| Binary | 10101101 | 10000101 | 11111 | 0 | 10111 | 1010010 | 100000 | 101011 | 1000110 | 101000 |
Color Harmonies of #AD851F
Complementary color
Monochromatic Colors of #AD851F
Black with #AD851F
Text Example
Text Example
White with #AD851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD851F; }
p { color: rgb(173,133,31); }
H1.HeaderClassName
{
color: #AD851F;
}
.AnyTagClassName
{
color: #AD851F;
}
</style>
background-color css
<style>
a { background-color: #AD851F; }
a { background-color: rgb(173,133,31); }
div.DivClassName
{
background-color: #AD851F;
}
.BgClassName
{
background-color: #AD851F;
}
</style>
border-color css
<style>
span { border-color: #AD851F; }
span { border-color: rgb(173,133,31); }
td.TdClassName
{
border-color: #AD851F;
}
.TagClassName
{
border-color: #AD851F;
}
</style>