Shades of Hacienda #A0770F
Tints of Hacienda #A0770F
RGB
CMYK
RGB Variations
Color information
#A0770F (or 0xA0770F) is known color: Hacienda. HEX triplet: A0, 77 and 0F. RGB value is (160,119,15). Sum of RGB (Red+Green+Blue) = 160+119+15=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A0770F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0770F is #5F88F0. Grayscale: #777777. Windows color (decimal): -6260977 or 1013664. OLE color: 1013664.
HSL color Cylindrical-coordinate representation of color #A0770F: hue angle of 43.03º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0770F is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 119 | 15 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.37 |
| HSL | 43.03º | 0.83% | 0.34% | - |
| HSV(B) | 43.03º | 0.91% | 0.63% | - |
| XYZ | 21.18 | 20.7 | 3.33 | - |
| YUV | 119.4 | 69.08 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 15 | 0 | 0.26 | 0.91 | 0.37 | 43.03 | 0.83 | 0.34 |
| Hex | A0 | 77 | F | 0 | 1A | 5B | 25 | 2B | 53 | 22 |
| Octal | 240 | 167 | 17 | 0 | 32 | 133 | 45 | 53 | 123 | 42 |
| Binary | 10100000 | 1110111 | 1111 | 0 | 11010 | 1011011 | 100101 | 101011 | 1010011 | 100010 |
Color Harmonies of #A0770F
Complementary color
Monochromatic Colors of #A0770F
Black with #A0770F
Text Example
Text Example
White with #A0770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0770F; }
p { color: rgb(160,119,15); }
H1.HeaderClassName
{
color: #A0770F;
}
.AnyTagClassName
{
color: #A0770F;
}
</style>
background-color css
<style>
a { background-color: #A0770F; }
a { background-color: rgb(160,119,15); }
div.DivClassName
{
background-color: #A0770F;
}
.BgClassName
{
background-color: #A0770F;
}
</style>
border-color css
<style>
span { border-color: #A0770F; }
span { border-color: rgb(160,119,15); }
td.TdClassName
{
border-color: #A0770F;
}
.TagClassName
{
border-color: #A0770F;
}
</style>