Shades of Hacienda #A07D0A
Tints of Hacienda #A07D0A
RGB
CMYK
RGB Variations
Color information
#A07D0A (or 0xA07D0A) is known color: Hacienda. HEX triplet: A0, 7D and 0A. RGB value is (160,125,10). Sum of RGB (Red+Green+Blue) = 160+125+10=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07D0A is #5F82F5. Grayscale: #7A7A7A. Windows color (decimal): -6259446 or 687520. OLE color: 687520.
HSL color Cylindrical-coordinate representation of color #A07D0A: hue angle of 46º 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 #A07D0A is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 10 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.37 |
| HSL | 46º | 0.88% | 0.33% | - |
| HSV(B) | 46º | 0.94% | 0.63% | - |
| XYZ | 21.89 | 22.16 | 3.41 | - |
| YUV | 122.36 | 64.6 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 10 | 0 | 0.22 | 0.94 | 0.37 | 46 | 0.88 | 0.33 |
| Hex | A0 | 7D | A | 0 | 16 | 5E | 25 | 2E | 58 | 21 |
| Octal | 240 | 175 | 12 | 0 | 26 | 136 | 45 | 56 | 130 | 41 |
| Binary | 10100000 | 1111101 | 1010 | 0 | 10110 | 1011110 | 100101 | 101110 | 1011000 | 100001 |
Color Harmonies of #A07D0A
Complementary color
Monochromatic Colors of #A07D0A
Black with #A07D0A
Text Example
Text Example
White with #A07D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D0A; }
p { color: rgb(160,125,10); }
H1.HeaderClassName
{
color: #A07D0A;
}
.AnyTagClassName
{
color: #A07D0A;
}
</style>
background-color css
<style>
a { background-color: #A07D0A; }
a { background-color: rgb(160,125,10); }
div.DivClassName
{
background-color: #A07D0A;
}
.BgClassName
{
background-color: #A07D0A;
}
</style>
border-color css
<style>
span { border-color: #A07D0A; }
span { border-color: rgb(160,125,10); }
td.TdClassName
{
border-color: #A07D0A;
}
.TagClassName
{
border-color: #A07D0A;
}
</style>