Shades of Hacienda #A0800B
Tints of Hacienda #A0800B
RGB
CMYK
RGB Variations
Color information
#A0800B (or 0xA0800B) is known color: Hacienda. HEX triplet: A0, 80 and 0B. RGB value is (160,128,11). Sum of RGB (Red+Green+Blue) = 160+128+11=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A0800B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0800B is #5F7FF4. Grayscale: #7C7C7C. Windows color (decimal): -6258677 or 753824. OLE color: 753824.
HSL color Cylindrical-coordinate representation of color #A0800B: hue angle of 47.11º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0800B is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 128 | 11 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.37 |
| HSL | 47.11º | 0.87% | 0.34% | - |
| HSV(B) | 47.11º | 0.93% | 0.63% | - |
| XYZ | 22.28 | 22.94 | 3.57 | - |
| YUV | 124.23 | 64.1 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 11 | 0 | 0.20 | 0.93 | 0.37 | 47.11 | 0.87 | 0.34 |
| Hex | A0 | 80 | B | 0 | 14 | 5D | 25 | 2F | 57 | 22 |
| Octal | 240 | 200 | 13 | 0 | 24 | 135 | 45 | 57 | 127 | 42 |
| Binary | 10100000 | 10000000 | 1011 | 0 | 10100 | 1011101 | 100101 | 101111 | 1010111 | 100010 |
Color Harmonies of #A0800B
Complementary color
Monochromatic Colors of #A0800B
Black with #A0800B
Text Example
Text Example
White with #A0800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0800B; }
p { color: rgb(160,128,11); }
H1.HeaderClassName
{
color: #A0800B;
}
.AnyTagClassName
{
color: #A0800B;
}
</style>
background-color css
<style>
a { background-color: #A0800B; }
a { background-color: rgb(160,128,11); }
div.DivClassName
{
background-color: #A0800B;
}
.BgClassName
{
background-color: #A0800B;
}
</style>
border-color css
<style>
span { border-color: #A0800B; }
span { border-color: rgb(160,128,11); }
td.TdClassName
{
border-color: #A0800B;
}
.TagClassName
{
border-color: #A0800B;
}
</style>