Shades of Hacienda #A0741A
Tints of Hacienda #A0741A
RGB
CMYK
RGB Variations
Color information
#A0741A (or 0xA0741A) is known color: Hacienda. HEX triplet: A0, 74 and 1A. RGB value is (160,116,26). Sum of RGB (Red+Green+Blue) = 160+116+26=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A0741A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0741A is #5F8BE5. Grayscale: #777777. Windows color (decimal): -6261734 or 1733792. OLE color: 1733792.
HSL color Cylindrical-coordinate representation of color #A0741A: hue angle of 40.3º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0741A is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 26 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.37 |
| HSL | 40.3º | 0.72% | 0.36% | - |
| HSV(B) | 40.3º | 0.84% | 0.63% | - |
| XYZ | 20.93 | 20.04 | 3.74 | - |
| YUV | 118.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 26 | 0 | 0.28 | 0.84 | 0.37 | 40.3 | 0.72 | 0.36 |
| Hex | A0 | 74 | 1A | 0 | 1C | 54 | 25 | 28 | 48 | 24 |
| Octal | 240 | 164 | 32 | 0 | 34 | 124 | 45 | 50 | 110 | 44 |
| Binary | 10100000 | 1110100 | 11010 | 0 | 11100 | 1010100 | 100101 | 101000 | 1001000 | 100100 |
Color Harmonies of #A0741A
Complementary color
Monochromatic Colors of #A0741A
Black with #A0741A
Text Example
Text Example
White with #A0741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0741A; }
p { color: rgb(160,116,26); }
H1.HeaderClassName
{
color: #A0741A;
}
.AnyTagClassName
{
color: #A0741A;
}
</style>
background-color css
<style>
a { background-color: #A0741A; }
a { background-color: rgb(160,116,26); }
div.DivClassName
{
background-color: #A0741A;
}
.BgClassName
{
background-color: #A0741A;
}
</style>
border-color css
<style>
span { border-color: #A0741A; }
span { border-color: rgb(160,116,26); }
td.TdClassName
{
border-color: #A0741A;
}
.TagClassName
{
border-color: #A0741A;
}
</style>