Shades of Hacienda #A07F31
Tints of Hacienda #A07F31
RGB
CMYK
RGB Variations
Color information
#A07F31 (or 0xA07F31) is known color: Hacienda. HEX triplet: A0, 7F and 31. RGB value is (160,127,49). Sum of RGB (Red+Green+Blue) = 160+127+49=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07F31 is #5F80CE. Grayscale: #808080. Windows color (decimal): -6258895 or 3243936. OLE color: 3243936.
HSL color Cylindrical-coordinate representation of color #A07F31: hue angle of 42.16º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A07F31 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 49 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.37 |
| HSL | 42.16º | 0.53% | 0.41% | - |
| HSV(B) | 42.16º | 0.69% | 0.63% | - |
| XYZ | 22.64 | 22.87 | 6.13 | - |
| YUV | 127.98 | 83.43 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 49 | 0 | 0.21 | 0.69 | 0.37 | 42.16 | 0.53 | 0.41 |
| Hex | A0 | 7F | 31 | 0 | 15 | 45 | 25 | 2A | 35 | 29 |
| Octal | 240 | 177 | 61 | 0 | 25 | 105 | 45 | 52 | 65 | 51 |
| Binary | 10100000 | 1111111 | 110001 | 0 | 10101 | 1000101 | 100101 | 101010 | 110101 | 101001 |
Color Harmonies of #A07F31
Complementary color
Monochromatic Colors of #A07F31
Black with #A07F31
Text Example
Text Example
White with #A07F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F31; }
p { color: rgb(160,127,49); }
H1.HeaderClassName
{
color: #A07F31;
}
.AnyTagClassName
{
color: #A07F31;
}
</style>
background-color css
<style>
a { background-color: #A07F31; }
a { background-color: rgb(160,127,49); }
div.DivClassName
{
background-color: #A07F31;
}
.BgClassName
{
background-color: #A07F31;
}
</style>
border-color css
<style>
span { border-color: #A07F31; }
span { border-color: rgb(160,127,49); }
td.TdClassName
{
border-color: #A07F31;
}
.TagClassName
{
border-color: #A07F31;
}
</style>