Shades of Hacienda #A0811F
Tints of Hacienda #A0811F
RGB
CMYK
RGB Variations
Color information
#A0811F (or 0xA0811F) is known color: Hacienda. HEX triplet: A0, 81 and 1F. RGB value is (160,129,31). Sum of RGB (Red+Green+Blue) = 160+129+31=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0811F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0811F is #5F7EE0. Grayscale: #7F7F7F. Windows color (decimal): -6258401 or 2064800. OLE color: 2064800.
HSL color Cylindrical-coordinate representation of color #A0811F: hue angle of 45.58º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0811F is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 129 | 31 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.37 |
| HSL | 45.58º | 0.68% | 0.37% | - |
| HSV(B) | 45.58º | 0.81% | 0.63% | - |
| XYZ | 22.59 | 23.27 | 4.6 | - |
| YUV | 127.1 | 73.77 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 31 | 0 | 0.19 | 0.81 | 0.37 | 45.58 | 0.68 | 0.37 |
| Hex | A0 | 81 | 1F | 0 | 13 | 51 | 25 | 2E | 44 | 25 |
| Octal | 240 | 201 | 37 | 0 | 23 | 121 | 45 | 56 | 104 | 45 |
| Binary | 10100000 | 10000001 | 11111 | 0 | 10011 | 1010001 | 100101 | 101110 | 1000100 | 100101 |
Color Harmonies of #A0811F
Complementary color
Monochromatic Colors of #A0811F
Black with #A0811F
Text Example
Text Example
White with #A0811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0811F; }
p { color: rgb(160,129,31); }
H1.HeaderClassName
{
color: #A0811F;
}
.AnyTagClassName
{
color: #A0811F;
}
</style>
background-color css
<style>
a { background-color: #A0811F; }
a { background-color: rgb(160,129,31); }
div.DivClassName
{
background-color: #A0811F;
}
.BgClassName
{
background-color: #A0811F;
}
</style>
border-color css
<style>
span { border-color: #A0811F; }
span { border-color: rgb(160,129,31); }
td.TdClassName
{
border-color: #A0811F;
}
.TagClassName
{
border-color: #A0811F;
}
</style>