Shades of Hacienda #A08320
Tints of Hacienda #A08320
RGB
CMYK
RGB Variations
Color information
#A08320 (or 0xA08320) is known color: Hacienda. HEX triplet: A0, 83 and 20. RGB value is (160,131,32). Sum of RGB (Red+Green+Blue) = 160+131+32=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A08320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08320 is #5F7CDF. Grayscale: #808080. Windows color (decimal): -6257888 or 2130848. OLE color: 2130848.
HSL color Cylindrical-coordinate representation of color #A08320: hue angle of 46.41º 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 #A08320 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 131 | 32 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.37 |
| HSL | 46.41º | 0.67% | 0.38% | - |
| HSV(B) | 46.41º | 0.8% | 0.63% | - |
| XYZ | 22.87 | 23.81 | 4.76 | - |
| YUV | 128.39 | 73.61 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 32 | 0 | 0.18 | 0.80 | 0.37 | 46.41 | 0.67 | 0.38 |
| Hex | A0 | 83 | 20 | 0 | 12 | 50 | 25 | 2E | 43 | 26 |
| Octal | 240 | 203 | 40 | 0 | 22 | 120 | 45 | 56 | 103 | 46 |
| Binary | 10100000 | 10000011 | 100000 | 0 | 10010 | 1010000 | 100101 | 101110 | 1000011 | 100110 |
Color Harmonies of #A08320
Complementary color
Monochromatic Colors of #A08320
Black with #A08320
Text Example
Text Example
White with #A08320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08320; }
p { color: rgb(160,131,32); }
H1.HeaderClassName
{
color: #A08320;
}
.AnyTagClassName
{
color: #A08320;
}
</style>
background-color css
<style>
a { background-color: #A08320; }
a { background-color: rgb(160,131,32); }
div.DivClassName
{
background-color: #A08320;
}
.BgClassName
{
background-color: #A08320;
}
</style>
border-color css
<style>
span { border-color: #A08320; }
span { border-color: rgb(160,131,32); }
td.TdClassName
{
border-color: #A08320;
}
.TagClassName
{
border-color: #A08320;
}
</style>