Shades of Hacienda #A0761B
Tints of Hacienda #A0761B
RGB
CMYK
RGB Variations
Color information
#A0761B (or 0xA0761B) is known color: Hacienda. HEX triplet: A0, 76 and 1B. RGB value is (160,118,27). Sum of RGB (Red+Green+Blue) = 160+118+27=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0761B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0761B is #5F89E4. Grayscale: #787878. Windows color (decimal): -6261221 or 1799840. OLE color: 1799840.
HSL color Cylindrical-coordinate representation of color #A0761B: hue angle of 41.05º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0761B is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 27 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.37 |
| HSL | 41.05º | 0.71% | 0.37% | - |
| HSV(B) | 41.05º | 0.83% | 0.63% | - |
| XYZ | 21.17 | 20.51 | 3.88 | - |
| YUV | 120.18 | 75.41 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 27 | 0 | 0.26 | 0.83 | 0.37 | 41.05 | 0.71 | 0.37 |
| Hex | A0 | 76 | 1B | 0 | 1A | 53 | 25 | 29 | 47 | 25 |
| Octal | 240 | 166 | 33 | 0 | 32 | 123 | 45 | 51 | 107 | 45 |
| Binary | 10100000 | 1110110 | 11011 | 0 | 11010 | 1010011 | 100101 | 101001 | 1000111 | 100101 |
Color Harmonies of #A0761B
Complementary color
Monochromatic Colors of #A0761B
Black with #A0761B
Text Example
Text Example
White with #A0761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0761B; }
p { color: rgb(160,118,27); }
H1.HeaderClassName
{
color: #A0761B;
}
.AnyTagClassName
{
color: #A0761B;
}
</style>
background-color css
<style>
a { background-color: #A0761B; }
a { background-color: rgb(160,118,27); }
div.DivClassName
{
background-color: #A0761B;
}
.BgClassName
{
background-color: #A0761B;
}
</style>
border-color css
<style>
span { border-color: #A0761B; }
span { border-color: rgb(160,118,27); }
td.TdClassName
{
border-color: #A0761B;
}
.TagClassName
{
border-color: #A0761B;
}
</style>