Shades of Hacienda #A07D0D
Tints of Hacienda #A07D0D
RGB
CMYK
RGB Variations
Color information
#A07D0D (or 0xA07D0D) is known color: Hacienda. HEX triplet: A0, 7D and 0D. RGB value is (160,125,13). Sum of RGB (Red+Green+Blue) = 160+125+13=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07D0D is #5F82F2. Grayscale: #7B7B7B. Windows color (decimal): -6259443 or 884128. OLE color: 884128.
HSL color Cylindrical-coordinate representation of color #A07D0D: hue angle of 45.71º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A07D0D is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 13 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.37 |
| HSL | 45.71º | 0.85% | 0.34% | - |
| HSV(B) | 45.71º | 0.92% | 0.63% | - |
| XYZ | 21.9 | 22.17 | 3.51 | - |
| YUV | 122.7 | 66.1 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 13 | 0 | 0.22 | 0.92 | 0.37 | 45.71 | 0.85 | 0.34 |
| Hex | A0 | 7D | D | 0 | 16 | 5C | 25 | 2E | 55 | 22 |
| Octal | 240 | 175 | 15 | 0 | 26 | 134 | 45 | 56 | 125 | 42 |
| Binary | 10100000 | 1111101 | 1101 | 0 | 10110 | 1011100 | 100101 | 101110 | 1010101 | 100010 |
Color Harmonies of #A07D0D
Complementary color
Monochromatic Colors of #A07D0D
Black with #A07D0D
Text Example
Text Example
White with #A07D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D0D; }
p { color: rgb(160,125,13); }
H1.HeaderClassName
{
color: #A07D0D;
}
.AnyTagClassName
{
color: #A07D0D;
}
</style>
background-color css
<style>
a { background-color: #A07D0D; }
a { background-color: rgb(160,125,13); }
div.DivClassName
{
background-color: #A07D0D;
}
.BgClassName
{
background-color: #A07D0D;
}
</style>
border-color css
<style>
span { border-color: #A07D0D; }
span { border-color: rgb(160,125,13); }
td.TdClassName
{
border-color: #A07D0D;
}
.TagClassName
{
border-color: #A07D0D;
}
</style>