Shades of Hacienda #AD811F
Tints of Hacienda #AD811F
RGB
CMYK
RGB Variations
Color information
#AD811F (or 0xAD811F) is known color: Hacienda. HEX triplet: AD, 81 and 1F. RGB value is (173,129,31). Sum of RGB (Red+Green+Blue) = 173+129+31=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD811F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD811F is #527EE0. Grayscale: #838383. Windows color (decimal): -5406433 or 2064813. OLE color: 2064813.
HSL color Cylindrical-coordinate representation of color #AD811F: hue angle of 41.41º 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 #AD811F is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 31 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.32 |
| HSL | 41.41º | 0.7% | 0.4% | - |
| HSV(B) | 41.41º | 0.82% | 0.68% | - |
| XYZ | 25.33 | 24.68 | 4.73 | - |
| YUV | 130.98 | 71.58 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 31 | 0 | 0.25 | 0.82 | 0.32 | 41.41 | 0.7 | 0.4 |
| Hex | AD | 81 | 1F | 0 | 19 | 52 | 20 | 29 | 46 | 28 |
| Octal | 255 | 201 | 37 | 0 | 31 | 122 | 40 | 51 | 106 | 50 |
| Binary | 10101101 | 10000001 | 11111 | 0 | 11001 | 1010010 | 100000 | 101001 | 1000110 | 101000 |
Color Harmonies of #AD811F
Complementary color
Monochromatic Colors of #AD811F
Black with #AD811F
Text Example
Text Example
White with #AD811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD811F; }
p { color: rgb(173,129,31); }
H1.HeaderClassName
{
color: #AD811F;
}
.AnyTagClassName
{
color: #AD811F;
}
</style>
background-color css
<style>
a { background-color: #AD811F; }
a { background-color: rgb(173,129,31); }
div.DivClassName
{
background-color: #AD811F;
}
.BgClassName
{
background-color: #AD811F;
}
</style>
border-color css
<style>
span { border-color: #AD811F; }
span { border-color: rgb(173,129,31); }
td.TdClassName
{
border-color: #AD811F;
}
.TagClassName
{
border-color: #AD811F;
}
</style>