Shades of Hacienda #A87816
Tints of Hacienda #A87816
RGB
CMYK
RGB Variations
Color information
#A87816 (or 0xA87816) is known color: Hacienda. HEX triplet: A8, 78 and 16. RGB value is (168,120,22). Sum of RGB (Red+Green+Blue) = 168+120+22=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A87816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87816 is #5787E9. Grayscale: #7B7B7B. Windows color (decimal): -5736426 or 1472680. OLE color: 1472680.
HSL color Cylindrical-coordinate representation of color #A87816: hue angle of 40.27º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A87816 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 22 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.34 |
| HSL | 40.27º | 0.77% | 0.37% | - |
| HSV(B) | 40.27º | 0.87% | 0.66% | - |
| XYZ | 23.01 | 21.82 | 3.76 | - |
| YUV | 123.18 | 70.9 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 22 | 0 | 0.29 | 0.87 | 0.34 | 40.27 | 0.77 | 0.37 |
| Hex | A8 | 78 | 16 | 0 | 1D | 57 | 22 | 28 | 4D | 25 |
| Octal | 250 | 170 | 26 | 0 | 35 | 127 | 42 | 50 | 115 | 45 |
| Binary | 10101000 | 1111000 | 10110 | 0 | 11101 | 1010111 | 100010 | 101000 | 1001101 | 100101 |
Color Harmonies of #A87816
Complementary color
Monochromatic Colors of #A87816
Black with #A87816
Text Example
Text Example
White with #A87816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87816; }
p { color: rgb(168,120,22); }
H1.HeaderClassName
{
color: #A87816;
}
.AnyTagClassName
{
color: #A87816;
}
</style>
background-color css
<style>
a { background-color: #A87816; }
a { background-color: rgb(168,120,22); }
div.DivClassName
{
background-color: #A87816;
}
.BgClassName
{
background-color: #A87816;
}
</style>
border-color css
<style>
span { border-color: #A87816; }
span { border-color: rgb(168,120,22); }
td.TdClassName
{
border-color: #A87816;
}
.TagClassName
{
border-color: #A87816;
}
</style>