Shades of Hacienda #A07816
Tints of Hacienda #A07816
RGB
CMYK
RGB Variations
Color information
#A07816 (or 0xA07816) is known color: Hacienda. HEX triplet: A0, 78 and 16. RGB value is (160,120,22). Sum of RGB (Red+Green+Blue) = 160+120+22=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A07816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07816 is #5F87E9. Grayscale: #797979. Windows color (decimal): -6260714 or 1472672. OLE color: 1472672.
HSL color Cylindrical-coordinate representation of color #A07816: hue angle of 42.61º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A07816 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 22 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.37 |
| HSL | 42.61º | 0.76% | 0.36% | - |
| HSV(B) | 42.61º | 0.86% | 0.63% | - |
| XYZ | 21.36 | 20.96 | 3.68 | - |
| YUV | 120.79 | 72.25 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 22 | 0 | 0.25 | 0.86 | 0.37 | 42.61 | 0.76 | 0.36 |
| Hex | A0 | 78 | 16 | 0 | 19 | 56 | 25 | 2B | 4C | 24 |
| Octal | 240 | 170 | 26 | 0 | 31 | 126 | 45 | 53 | 114 | 44 |
| Binary | 10100000 | 1111000 | 10110 | 0 | 11001 | 1010110 | 100101 | 101011 | 1001100 | 100100 |
Color Harmonies of #A07816
Complementary color
Monochromatic Colors of #A07816
Black with #A07816
Text Example
Text Example
White with #A07816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07816; }
p { color: rgb(160,120,22); }
H1.HeaderClassName
{
color: #A07816;
}
.AnyTagClassName
{
color: #A07816;
}
</style>
background-color css
<style>
a { background-color: #A07816; }
a { background-color: rgb(160,120,22); }
div.DivClassName
{
background-color: #A07816;
}
.BgClassName
{
background-color: #A07816;
}
</style>
border-color css
<style>
span { border-color: #A07816; }
span { border-color: rgb(160,120,22); }
td.TdClassName
{
border-color: #A07816;
}
.TagClassName
{
border-color: #A07816;
}
</style>