Shades of Hacienda #A0890F
Tints of Hacienda #A0890F
RGB
CMYK
RGB Variations
Color information
#A0890F (or 0xA0890F) is known color: Hacienda. HEX triplet: A0, 89 and 0F. RGB value is (160,137,15). Sum of RGB (Red+Green+Blue) = 160+137+15=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A0890F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0890F is #5F76F0. Grayscale: #828282. Windows color (decimal): -6256369 or 1018272. OLE color: 1018272.
HSL color Cylindrical-coordinate representation of color #A0890F: hue angle of 50.48º 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 #A0890F is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 15 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.37 |
| HSL | 50.48º | 0.83% | 0.34% | - |
| HSV(B) | 50.48º | 0.91% | 0.63% | - |
| XYZ | 23.53 | 25.4 | 4.11 | - |
| YUV | 129.97 | 63.12 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 15 | 0 | 0.14 | 0.91 | 0.37 | 50.48 | 0.83 | 0.34 |
| Hex | A0 | 89 | F | 0 | E | 5B | 25 | 32 | 53 | 22 |
| Octal | 240 | 211 | 17 | 0 | 16 | 133 | 45 | 62 | 123 | 42 |
| Binary | 10100000 | 10001001 | 1111 | 0 | 1110 | 1011011 | 100101 | 110010 | 1010011 | 100010 |
Color Harmonies of #A0890F
Complementary color
Monochromatic Colors of #A0890F
Black with #A0890F
Text Example
Text Example
White with #A0890F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0890F; }
p { color: rgb(160,137,15); }
H1.HeaderClassName
{
color: #A0890F;
}
.AnyTagClassName
{
color: #A0890F;
}
</style>
background-color css
<style>
a { background-color: #A0890F; }
a { background-color: rgb(160,137,15); }
div.DivClassName
{
background-color: #A0890F;
}
.BgClassName
{
background-color: #A0890F;
}
</style>
border-color css
<style>
span { border-color: #A0890F; }
span { border-color: rgb(160,137,15); }
td.TdClassName
{
border-color: #A0890F;
}
.TagClassName
{
border-color: #A0890F;
}
</style>