Shades of Hacienda #A0850E
Tints of Hacienda #A0850E
RGB
CMYK
RGB Variations
Color information
#A0850E (or 0xA0850E) is known color: Hacienda. HEX triplet: A0, 85 and 0E. RGB value is (160,133,14). Sum of RGB (Red+Green+Blue) = 160+133+14=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0850E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0850E is #5F7AF1. Grayscale: #808080. Windows color (decimal): -6257394 or 951712. OLE color: 951712.
HSL color Cylindrical-coordinate representation of color #A0850E: hue angle of 48.9º degrees, saturation: 0.84, 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 #A0850E is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 133 | 14 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.37 |
| HSL | 48.9º | 0.84% | 0.34% | - |
| HSV(B) | 48.9º | 0.91% | 0.63% | - |
| XYZ | 22.96 | 24.28 | 3.89 | - |
| YUV | 127.51 | 63.95 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 14 | 0 | 0.17 | 0.91 | 0.37 | 48.9 | 0.84 | 0.34 |
| Hex | A0 | 85 | E | 0 | 11 | 5B | 25 | 31 | 54 | 22 |
| Octal | 240 | 205 | 16 | 0 | 21 | 133 | 45 | 61 | 124 | 42 |
| Binary | 10100000 | 10000101 | 1110 | 0 | 10001 | 1011011 | 100101 | 110001 | 1010100 | 100010 |
Color Harmonies of #A0850E
Complementary color
Monochromatic Colors of #A0850E
Black with #A0850E
Text Example
Text Example
White with #A0850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0850E; }
p { color: rgb(160,133,14); }
H1.HeaderClassName
{
color: #A0850E;
}
.AnyTagClassName
{
color: #A0850E;
}
</style>
background-color css
<style>
a { background-color: #A0850E; }
a { background-color: rgb(160,133,14); }
div.DivClassName
{
background-color: #A0850E;
}
.BgClassName
{
background-color: #A0850E;
}
</style>
border-color css
<style>
span { border-color: #A0850E; }
span { border-color: rgb(160,133,14); }
td.TdClassName
{
border-color: #A0850E;
}
.TagClassName
{
border-color: #A0850E;
}
</style>