Shades of Hacienda #A0871B
Tints of Hacienda #A0871B
RGB
CMYK
RGB Variations
Color information
#A0871B (or 0xA0871B) is known color: Hacienda. HEX triplet: A0, 87 and 1B. RGB value is (160,135,27). Sum of RGB (Red+Green+Blue) = 160+135+27=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0871B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0871B is #5F78E4. Grayscale: #828282. Windows color (decimal): -6256869 or 1804192. OLE color: 1804192.
HSL color Cylindrical-coordinate representation of color #A0871B: hue angle of 48.72º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0871B is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 135 | 27 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.37 |
| HSL | 48.72º | 0.71% | 0.37% | - |
| HSV(B) | 48.72º | 0.83% | 0.63% | - |
| XYZ | 23.36 | 24.88 | 4.61 | - |
| YUV | 130.16 | 69.78 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 27 | 0 | 0.16 | 0.83 | 0.37 | 48.72 | 0.71 | 0.37 |
| Hex | A0 | 87 | 1B | 0 | 10 | 53 | 25 | 31 | 47 | 25 |
| Octal | 240 | 207 | 33 | 0 | 20 | 123 | 45 | 61 | 107 | 45 |
| Binary | 10100000 | 10000111 | 11011 | 0 | 10000 | 1010011 | 100101 | 110001 | 1000111 | 100101 |
Color Harmonies of #A0871B
Complementary color
Monochromatic Colors of #A0871B
Black with #A0871B
Text Example
Text Example
White with #A0871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0871B; }
p { color: rgb(160,135,27); }
H1.HeaderClassName
{
color: #A0871B;
}
.AnyTagClassName
{
color: #A0871B;
}
</style>
background-color css
<style>
a { background-color: #A0871B; }
a { background-color: rgb(160,135,27); }
div.DivClassName
{
background-color: #A0871B;
}
.BgClassName
{
background-color: #A0871B;
}
</style>
border-color css
<style>
span { border-color: #A0871B; }
span { border-color: rgb(160,135,27); }
td.TdClassName
{
border-color: #A0871B;
}
.TagClassName
{
border-color: #A0871B;
}
</style>