Shades of Hacienda #A07920
Tints of Hacienda #A07920
RGB
CMYK
RGB Variations
Color information
#A07920 (or 0xA07920) is known color: Hacienda. HEX triplet: A0, 79 and 20. RGB value is (160,121,32). Sum of RGB (Red+Green+Blue) = 160+121+32=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A07920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07920 is #5F86DF. Grayscale: #7A7A7A. Windows color (decimal): -6260448 or 2128288. OLE color: 2128288.
HSL color Cylindrical-coordinate representation of color #A07920: hue angle of 41.72º 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 #A07920 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 32 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.37 |
| HSL | 41.72º | 0.67% | 0.38% | - |
| HSV(B) | 41.72º | 0.8% | 0.63% | - |
| XYZ | 21.6 | 21.25 | 4.33 | - |
| YUV | 122.52 | 76.92 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 32 | 0 | 0.24 | 0.80 | 0.37 | 41.72 | 0.67 | 0.38 |
| Hex | A0 | 79 | 20 | 0 | 18 | 50 | 25 | 2A | 43 | 26 |
| Octal | 240 | 171 | 40 | 0 | 30 | 120 | 45 | 52 | 103 | 46 |
| Binary | 10100000 | 1111001 | 100000 | 0 | 11000 | 1010000 | 100101 | 101010 | 1000011 | 100110 |
Color Harmonies of #A07920
Complementary color
Monochromatic Colors of #A07920
Black with #A07920
Text Example
Text Example
White with #A07920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07920; }
p { color: rgb(160,121,32); }
H1.HeaderClassName
{
color: #A07920;
}
.AnyTagClassName
{
color: #A07920;
}
</style>
background-color css
<style>
a { background-color: #A07920; }
a { background-color: rgb(160,121,32); }
div.DivClassName
{
background-color: #A07920;
}
.BgClassName
{
background-color: #A07920;
}
</style>
border-color css
<style>
span { border-color: #A07920; }
span { border-color: rgb(160,121,32); }
td.TdClassName
{
border-color: #A07920;
}
.TagClassName
{
border-color: #A07920;
}
</style>