Shades of Hacienda #A07A10
Tints of Hacienda #A07A10
RGB
CMYK
RGB Variations
Color information
#A07A10 (or 0xA07A10) is known color: Hacienda. HEX triplet: A0, 7A and 10. RGB value is (160,122,16). Sum of RGB (Red+Green+Blue) = 160+122+16=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07A10 is #5F85EF. Grayscale: #797979. Windows color (decimal): -6260208 or 1079968. OLE color: 1079968.
HSL color Cylindrical-coordinate representation of color #A07A10: hue angle of 44.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A07A10 is Cyan = 0, Magento = 0.24, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 16 | - |
| CMYK | 0 | 0.24 | 0.9 | 0.37 |
| HSL | 44.17º | 0.82% | 0.35% | - |
| HSV(B) | 44.17º | 0.9% | 0.63% | - |
| XYZ | 21.55 | 21.43 | 3.49 | - |
| YUV | 121.28 | 68.59 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 16 | 0 | 0.24 | 0.9 | 0.37 | 44.17 | 0.82 | 0.35 |
| Hex | A0 | 7A | 10 | 0 | 18 | 5A | 25 | 2C | 52 | 23 |
| Octal | 240 | 172 | 20 | 0 | 30 | 132 | 45 | 54 | 122 | 43 |
| Binary | 10100000 | 1111010 | 10000 | 0 | 11000 | 1011010 | 100101 | 101100 | 1010010 | 100011 |
Color Harmonies of #A07A10
Complementary color
Monochromatic Colors of #A07A10
Black with #A07A10
Text Example
Text Example
White with #A07A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A10; }
p { color: rgb(160,122,16); }
H1.HeaderClassName
{
color: #A07A10;
}
.AnyTagClassName
{
color: #A07A10;
}
</style>
background-color css
<style>
a { background-color: #A07A10; }
a { background-color: rgb(160,122,16); }
div.DivClassName
{
background-color: #A07A10;
}
.BgClassName
{
background-color: #A07A10;
}
</style>
border-color css
<style>
span { border-color: #A07A10; }
span { border-color: rgb(160,122,16); }
td.TdClassName
{
border-color: #A07A10;
}
.TagClassName
{
border-color: #A07A10;
}
</style>