Shades of Hacienda #A0761F
Tints of Hacienda #A0761F
RGB
CMYK
RGB Variations
Color information
#A0761F (or 0xA0761F) is known color: Hacienda. HEX triplet: A0, 76 and 1F. RGB value is (160,118,31). Sum of RGB (Red+Green+Blue) = 160+118+31=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A0761F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0761F is #5F89E0. Grayscale: #797979. Windows color (decimal): -6261217 or 2061984. OLE color: 2061984.
HSL color Cylindrical-coordinate representation of color #A0761F: hue angle of 40.47º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0761F is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 31 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.37 |
| HSL | 40.47º | 0.68% | 0.37% | - |
| HSV(B) | 40.47º | 0.81% | 0.63% | - |
| XYZ | 21.22 | 20.53 | 4.14 | - |
| YUV | 120.64 | 77.41 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 31 | 0 | 0.26 | 0.81 | 0.37 | 40.47 | 0.68 | 0.37 |
| Hex | A0 | 76 | 1F | 0 | 1A | 51 | 25 | 28 | 44 | 25 |
| Octal | 240 | 166 | 37 | 0 | 32 | 121 | 45 | 50 | 104 | 45 |
| Binary | 10100000 | 1110110 | 11111 | 0 | 11010 | 1010001 | 100101 | 101000 | 1000100 | 100101 |
Color Harmonies of #A0761F
Complementary color
Monochromatic Colors of #A0761F
Black with #A0761F
Text Example
Text Example
White with #A0761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0761F; }
p { color: rgb(160,118,31); }
H1.HeaderClassName
{
color: #A0761F;
}
.AnyTagClassName
{
color: #A0761F;
}
</style>
background-color css
<style>
a { background-color: #A0761F; }
a { background-color: rgb(160,118,31); }
div.DivClassName
{
background-color: #A0761F;
}
.BgClassName
{
background-color: #A0761F;
}
</style>
border-color css
<style>
span { border-color: #A0761F; }
span { border-color: rgb(160,118,31); }
td.TdClassName
{
border-color: #A0761F;
}
.TagClassName
{
border-color: #A0761F;
}
</style>