Shades of Hacienda #AD831F
Tints of Hacienda #AD831F
RGB
CMYK
RGB Variations
Color information
#AD831F (or 0xAD831F) is known color: Hacienda. HEX triplet: AD, 83 and 1F. RGB value is (173,131,31). Sum of RGB (Red+Green+Blue) = 173+131+31=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD831F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD831F is #527CE0. Grayscale: #848484. Windows color (decimal): -5405921 or 2065325. OLE color: 2065325.
HSL color Cylindrical-coordinate representation of color #AD831F: hue angle of 42.25º 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 #AD831F is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 31 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.32 |
| HSL | 42.25º | 0.7% | 0.4% | - |
| HSV(B) | 42.25º | 0.82% | 0.68% | - |
| XYZ | 25.6 | 25.22 | 4.81 | - |
| YUV | 132.16 | 70.91 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 31 | 0 | 0.24 | 0.82 | 0.32 | 42.25 | 0.7 | 0.4 |
| Hex | AD | 83 | 1F | 0 | 18 | 52 | 20 | 2A | 46 | 28 |
| Octal | 255 | 203 | 37 | 0 | 30 | 122 | 40 | 52 | 106 | 50 |
| Binary | 10101101 | 10000011 | 11111 | 0 | 11000 | 1010010 | 100000 | 101010 | 1000110 | 101000 |
Color Harmonies of #AD831F
Complementary color
Monochromatic Colors of #AD831F
Black with #AD831F
Text Example
Text Example
White with #AD831F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD831F; }
p { color: rgb(173,131,31); }
H1.HeaderClassName
{
color: #AD831F;
}
.AnyTagClassName
{
color: #AD831F;
}
</style>
background-color css
<style>
a { background-color: #AD831F; }
a { background-color: rgb(173,131,31); }
div.DivClassName
{
background-color: #AD831F;
}
.BgClassName
{
background-color: #AD831F;
}
</style>
border-color css
<style>
span { border-color: #AD831F; }
span { border-color: rgb(173,131,31); }
td.TdClassName
{
border-color: #AD831F;
}
.TagClassName
{
border-color: #AD831F;
}
</style>