Shades of Hacienda #A0891E
Tints of Hacienda #A0891E
RGB
CMYK
RGB Variations
Color information
#A0891E (or 0xA0891E) is known color: Hacienda. HEX triplet: A0, 89 and 1E. RGB value is (160,137,30). Sum of RGB (Red+Green+Blue) = 160+137+30=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A0891E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0891E is #5F76E1. Grayscale: #848484. Windows color (decimal): -6256354 or 2001312. OLE color: 2001312.
HSL color Cylindrical-coordinate representation of color #A0891E: hue angle of 49.38º 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 #A0891E is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 30 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.37 |
| HSL | 49.38º | 0.68% | 0.37% | - |
| HSV(B) | 49.38º | 0.81% | 0.63% | - |
| XYZ | 23.68 | 25.46 | 4.89 | - |
| YUV | 131.68 | 70.62 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 30 | 0 | 0.14 | 0.81 | 0.37 | 49.38 | 0.68 | 0.37 |
| Hex | A0 | 89 | 1E | 0 | E | 51 | 25 | 31 | 44 | 25 |
| Octal | 240 | 211 | 36 | 0 | 16 | 121 | 45 | 61 | 104 | 45 |
| Binary | 10100000 | 10001001 | 11110 | 0 | 1110 | 1010001 | 100101 | 110001 | 1000100 | 100101 |
Color Harmonies of #A0891E
Complementary color
Monochromatic Colors of #A0891E
Black with #A0891E
Text Example
Text Example
White with #A0891E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0891E; }
p { color: rgb(160,137,30); }
H1.HeaderClassName
{
color: #A0891E;
}
.AnyTagClassName
{
color: #A0891E;
}
</style>
background-color css
<style>
a { background-color: #A0891E; }
a { background-color: rgb(160,137,30); }
div.DivClassName
{
background-color: #A0891E;
}
.BgClassName
{
background-color: #A0891E;
}
</style>
border-color css
<style>
span { border-color: #A0891E; }
span { border-color: rgb(160,137,30); }
td.TdClassName
{
border-color: #A0891E;
}
.TagClassName
{
border-color: #A0891E;
}
</style>