Shades of Hacienda #A0870A
Tints of Hacienda #A0870A
RGB
CMYK
RGB Variations
Color information
#A0870A (or 0xA0870A) is known color: Hacienda. HEX triplet: A0, 87 and 0A. RGB value is (160,135,10). Sum of RGB (Red+Green+Blue) = 160+135+10=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0870A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0870A is #5F78F5. Grayscale: #808080. Windows color (decimal): -6256886 or 690080. OLE color: 690080.
HSL color Cylindrical-coordinate representation of color #A0870A: hue angle of 50º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0870A is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 135 | 10 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.37 |
| HSL | 50º | 0.88% | 0.33% | - |
| HSV(B) | 50º | 0.94% | 0.63% | - |
| XYZ | 23.22 | 24.82 | 3.85 | - |
| YUV | 128.23 | 61.28 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 10 | 0 | 0.16 | 0.94 | 0.37 | 50 | 0.88 | 0.33 |
| Hex | A0 | 87 | A | 0 | 10 | 5E | 25 | 32 | 58 | 21 |
| Octal | 240 | 207 | 12 | 0 | 20 | 136 | 45 | 62 | 130 | 41 |
| Binary | 10100000 | 10000111 | 1010 | 0 | 10000 | 1011110 | 100101 | 110010 | 1011000 | 100001 |
Color Harmonies of #A0870A
Complementary color
Monochromatic Colors of #A0870A
Black with #A0870A
Text Example
Text Example
White with #A0870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0870A; }
p { color: rgb(160,135,10); }
H1.HeaderClassName
{
color: #A0870A;
}
.AnyTagClassName
{
color: #A0870A;
}
</style>
background-color css
<style>
a { background-color: #A0870A; }
a { background-color: rgb(160,135,10); }
div.DivClassName
{
background-color: #A0870A;
}
.BgClassName
{
background-color: #A0870A;
}
</style>
border-color css
<style>
span { border-color: #A0870A; }
span { border-color: rgb(160,135,10); }
td.TdClassName
{
border-color: #A0870A;
}
.TagClassName
{
border-color: #A0870A;
}
</style>