Shades of Hacienda #A07520
Tints of Hacienda #A07520
RGB
CMYK
RGB Variations
Color information
#A07520 (or 0xA07520) is known color: Hacienda. HEX triplet: A0, 75 and 20. RGB value is (160,117,32). Sum of RGB (Red+Green+Blue) = 160+117+32=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A07520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07520 is #5F8ADF. Grayscale: #787878. Windows color (decimal): -6261472 or 2127264. OLE color: 2127264.
HSL color Cylindrical-coordinate representation of color #A07520: hue angle of 39.84º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A07520 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 117 | 32 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.37 |
| HSL | 39.84º | 0.67% | 0.38% | - |
| HSV(B) | 39.84º | 0.8% | 0.63% | - |
| XYZ | 21.12 | 20.3 | 4.17 | - |
| YUV | 120.17 | 78.25 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 32 | 0 | 0.27 | 0.80 | 0.37 | 39.84 | 0.67 | 0.38 |
| Hex | A0 | 75 | 20 | 0 | 1B | 50 | 25 | 28 | 43 | 26 |
| Octal | 240 | 165 | 40 | 0 | 33 | 120 | 45 | 50 | 103 | 46 |
| Binary | 10100000 | 1110101 | 100000 | 0 | 11011 | 1010000 | 100101 | 101000 | 1000011 | 100110 |
Color Harmonies of #A07520
Complementary color
Monochromatic Colors of #A07520
Black with #A07520
Text Example
Text Example
White with #A07520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07520; }
p { color: rgb(160,117,32); }
H1.HeaderClassName
{
color: #A07520;
}
.AnyTagClassName
{
color: #A07520;
}
</style>
background-color css
<style>
a { background-color: #A07520; }
a { background-color: rgb(160,117,32); }
div.DivClassName
{
background-color: #A07520;
}
.BgClassName
{
background-color: #A07520;
}
</style>
border-color css
<style>
span { border-color: #A07520; }
span { border-color: rgb(160,117,32); }
td.TdClassName
{
border-color: #A07520;
}
.TagClassName
{
border-color: #A07520;
}
</style>