Shades of Hacienda #A07A0A
Tints of Hacienda #A07A0A
RGB
CMYK
RGB Variations
Color information
#A07A0A (or 0xA07A0A) is known color: Hacienda. HEX triplet: A0, 7A and 0A. RGB value is (160,122,10). Sum of RGB (Red+Green+Blue) = 160+122+10=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07A0A is #5F85F5. Grayscale: #797979. Windows color (decimal): -6260214 or 686752. OLE color: 686752.
HSL color Cylindrical-coordinate representation of color #A07A0A: hue angle of 44.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A07A0A is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 10 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.37 |
| HSL | 44.8º | 0.88% | 0.33% | - |
| HSV(B) | 44.8º | 0.94% | 0.63% | - |
| XYZ | 21.51 | 21.41 | 3.29 | - |
| YUV | 120.59 | 65.59 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 10 | 0 | 0.24 | 0.94 | 0.37 | 44.8 | 0.88 | 0.33 |
| Hex | A0 | 7A | A | 0 | 18 | 5E | 25 | 2D | 58 | 21 |
| Octal | 240 | 172 | 12 | 0 | 30 | 136 | 45 | 55 | 130 | 41 |
| Binary | 10100000 | 1111010 | 1010 | 0 | 11000 | 1011110 | 100101 | 101101 | 1011000 | 100001 |
Color Harmonies of #A07A0A
Complementary color
Monochromatic Colors of #A07A0A
Black with #A07A0A
Text Example
Text Example
White with #A07A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A0A; }
p { color: rgb(160,122,10); }
H1.HeaderClassName
{
color: #A07A0A;
}
.AnyTagClassName
{
color: #A07A0A;
}
</style>
background-color css
<style>
a { background-color: #A07A0A; }
a { background-color: rgb(160,122,10); }
div.DivClassName
{
background-color: #A07A0A;
}
.BgClassName
{
background-color: #A07A0A;
}
</style>
border-color css
<style>
span { border-color: #A07A0A; }
span { border-color: rgb(160,122,10); }
td.TdClassName
{
border-color: #A07A0A;
}
.TagClassName
{
border-color: #A07A0A;
}
</style>