Shades of Hacienda #A0801D
Tints of Hacienda #A0801D
RGB
CMYK
RGB Variations
Color information
#A0801D (or 0xA0801D) is known color: Hacienda. HEX triplet: A0, 80 and 1D. RGB value is (160,128,29). Sum of RGB (Red+Green+Blue) = 160+128+29=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A0801D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0801D is #5F7FE2. Grayscale: #7E7E7E. Windows color (decimal): -6258659 or 1933472. OLE color: 1933472.
HSL color Cylindrical-coordinate representation of color #A0801D: hue angle of 45.34º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0801D is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 128 | 29 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.37 |
| HSL | 45.34º | 0.69% | 0.37% | - |
| HSV(B) | 45.34º | 0.82% | 0.63% | - |
| XYZ | 22.44 | 23 | 4.42 | - |
| YUV | 126.28 | 73.1 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 29 | 0 | 0.20 | 0.82 | 0.37 | 45.34 | 0.69 | 0.37 |
| Hex | A0 | 80 | 1D | 0 | 14 | 52 | 25 | 2D | 45 | 25 |
| Octal | 240 | 200 | 35 | 0 | 24 | 122 | 45 | 55 | 105 | 45 |
| Binary | 10100000 | 10000000 | 11101 | 0 | 10100 | 1010010 | 100101 | 101101 | 1000101 | 100101 |
Color Harmonies of #A0801D
Complementary color
Monochromatic Colors of #A0801D
Black with #A0801D
Text Example
Text Example
White with #A0801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0801D; }
p { color: rgb(160,128,29); }
H1.HeaderClassName
{
color: #A0801D;
}
.AnyTagClassName
{
color: #A0801D;
}
</style>
background-color css
<style>
a { background-color: #A0801D; }
a { background-color: rgb(160,128,29); }
div.DivClassName
{
background-color: #A0801D;
}
.BgClassName
{
background-color: #A0801D;
}
</style>
border-color css
<style>
span { border-color: #A0801D; }
span { border-color: rgb(160,128,29); }
td.TdClassName
{
border-color: #A0801D;
}
.TagClassName
{
border-color: #A0801D;
}
</style>