Shades of Hacienda #A07A0B
Tints of Hacienda #A07A0B
RGB
CMYK
RGB Variations
Color information
#A07A0B (or 0xA07A0B) is known color: Hacienda. HEX triplet: A0, 7A and 0B. RGB value is (160,122,11). Sum of RGB (Red+Green+Blue) = 160+122+11=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07A0B is #5F85F4. Grayscale: #797979. Windows color (decimal): -6260213 or 752288. OLE color: 752288.
HSL color Cylindrical-coordinate representation of color #A07A0B: hue angle of 44.7º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A07A0B is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 11 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.37 |
| HSL | 44.7º | 0.87% | 0.34% | - |
| HSV(B) | 44.7º | 0.93% | 0.63% | - |
| XYZ | 21.52 | 21.42 | 3.32 | - |
| YUV | 120.71 | 66.09 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 11 | 0 | 0.24 | 0.93 | 0.37 | 44.7 | 0.87 | 0.34 |
| Hex | A0 | 7A | B | 0 | 18 | 5D | 25 | 2D | 57 | 22 |
| Octal | 240 | 172 | 13 | 0 | 30 | 135 | 45 | 55 | 127 | 42 |
| Binary | 10100000 | 1111010 | 1011 | 0 | 11000 | 1011101 | 100101 | 101101 | 1010111 | 100010 |
Color Harmonies of #A07A0B
Complementary color
Monochromatic Colors of #A07A0B
Black with #A07A0B
Text Example
Text Example
White with #A07A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A0B; }
p { color: rgb(160,122,11); }
H1.HeaderClassName
{
color: #A07A0B;
}
.AnyTagClassName
{
color: #A07A0B;
}
</style>
background-color css
<style>
a { background-color: #A07A0B; }
a { background-color: rgb(160,122,11); }
div.DivClassName
{
background-color: #A07A0B;
}
.BgClassName
{
background-color: #A07A0B;
}
</style>
border-color css
<style>
span { border-color: #A07A0B; }
span { border-color: rgb(160,122,11); }
td.TdClassName
{
border-color: #A07A0B;
}
.TagClassName
{
border-color: #A07A0B;
}
</style>