Shades of Hacienda #A0830A
Tints of Hacienda #A0830A
RGB
CMYK
RGB Variations
Color information
#A0830A (or 0xA0830A) is known color: Hacienda. HEX triplet: A0, 83 and 0A. RGB value is (160,131,10). Sum of RGB (Red+Green+Blue) = 160+131+10=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A0830A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0830A is #5F7CF5. Grayscale: #7E7E7E. Windows color (decimal): -6257910 or 689056. OLE color: 689056.
HSL color Cylindrical-coordinate representation of color #A0830A: hue angle of 48.4º 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 #A0830A is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 131 | 10 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.37 |
| HSL | 48.4º | 0.88% | 0.33% | - |
| HSV(B) | 48.4º | 0.94% | 0.63% | - |
| XYZ | 22.67 | 23.73 | 3.67 | - |
| YUV | 125.88 | 62.61 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 10 | 0 | 0.18 | 0.94 | 0.37 | 48.4 | 0.88 | 0.33 |
| Hex | A0 | 83 | A | 0 | 12 | 5E | 25 | 30 | 58 | 21 |
| Octal | 240 | 203 | 12 | 0 | 22 | 136 | 45 | 60 | 130 | 41 |
| Binary | 10100000 | 10000011 | 1010 | 0 | 10010 | 1011110 | 100101 | 110000 | 1011000 | 100001 |
Color Harmonies of #A0830A
Complementary color
Monochromatic Colors of #A0830A
Black with #A0830A
Text Example
Text Example
White with #A0830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0830A; }
p { color: rgb(160,131,10); }
H1.HeaderClassName
{
color: #A0830A;
}
.AnyTagClassName
{
color: #A0830A;
}
</style>
background-color css
<style>
a { background-color: #A0830A; }
a { background-color: rgb(160,131,10); }
div.DivClassName
{
background-color: #A0830A;
}
.BgClassName
{
background-color: #A0830A;
}
</style>
border-color css
<style>
span { border-color: #A0830A; }
span { border-color: rgb(160,131,10); }
td.TdClassName
{
border-color: #A0830A;
}
.TagClassName
{
border-color: #A0830A;
}
</style>