Shades of Hacienda #A07F1D
Tints of Hacienda #A07F1D
RGB
CMYK
RGB Variations
Color information
#A07F1D (or 0xA07F1D) is known color: Hacienda. HEX triplet: A0, 7F and 1D. RGB value is (160,127,29). Sum of RGB (Red+Green+Blue) = 160+127+29=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07F1D is #5F80E2. Grayscale: #7E7E7E. Windows color (decimal): -6258915 or 1933216. OLE color: 1933216.
HSL color Cylindrical-coordinate representation of color #A07F1D: hue angle of 44.89º 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 #A07F1D is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 29 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.37 |
| HSL | 44.89º | 0.69% | 0.37% | - |
| HSV(B) | 44.89º | 0.82% | 0.63% | - |
| XYZ | 22.31 | 22.74 | 4.38 | - |
| YUV | 125.7 | 73.43 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 29 | 0 | 0.21 | 0.82 | 0.37 | 44.89 | 0.69 | 0.37 |
| Hex | A0 | 7F | 1D | 0 | 15 | 52 | 25 | 2D | 45 | 25 |
| Octal | 240 | 177 | 35 | 0 | 25 | 122 | 45 | 55 | 105 | 45 |
| Binary | 10100000 | 1111111 | 11101 | 0 | 10101 | 1010010 | 100101 | 101101 | 1000101 | 100101 |
Color Harmonies of #A07F1D
Complementary color
Monochromatic Colors of #A07F1D
Black with #A07F1D
Text Example
Text Example
White with #A07F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F1D; }
p { color: rgb(160,127,29); }
H1.HeaderClassName
{
color: #A07F1D;
}
.AnyTagClassName
{
color: #A07F1D;
}
</style>
background-color css
<style>
a { background-color: #A07F1D; }
a { background-color: rgb(160,127,29); }
div.DivClassName
{
background-color: #A07F1D;
}
.BgClassName
{
background-color: #A07F1D;
}
</style>
border-color css
<style>
span { border-color: #A07F1D; }
span { border-color: rgb(160,127,29); }
td.TdClassName
{
border-color: #A07F1D;
}
.TagClassName
{
border-color: #A07F1D;
}
</style>