Shades of Hacienda #A37820
Tints of Hacienda #A37820
RGB
CMYK
RGB Variations
Color information
#A37820 (or 0xA37820) is known color: Hacienda. HEX triplet: A3, 78 and 20. RGB value is (163,120,32). Sum of RGB (Red+Green+Blue) = 163+120+32=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A37820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37820 is #5C87DF. Grayscale: #7B7B7B. Windows color (decimal): -6064096 or 2128035. OLE color: 2128035.
HSL color Cylindrical-coordinate representation of color #A37820: hue angle of 40.31º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A37820 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 120 | 32 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.36 |
| HSL | 40.31º | 0.67% | 0.38% | - |
| HSV(B) | 40.31º | 0.8% | 0.64% | - |
| XYZ | 22.08 | 21.32 | 4.32 | - |
| YUV | 122.83 | 76.75 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 120 | 32 | 0 | 0.26 | 0.80 | 0.36 | 40.31 | 0.67 | 0.38 |
| Hex | A3 | 78 | 20 | 0 | 1A | 50 | 24 | 28 | 43 | 26 |
| Octal | 243 | 170 | 40 | 0 | 32 | 120 | 44 | 50 | 103 | 46 |
| Binary | 10100011 | 1111000 | 100000 | 0 | 11010 | 1010000 | 100100 | 101000 | 1000011 | 100110 |
Color Harmonies of #A37820
Complementary color
Monochromatic Colors of #A37820
Black with #A37820
Text Example
Text Example
White with #A37820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37820; }
p { color: rgb(163,120,32); }
H1.HeaderClassName
{
color: #A37820;
}
.AnyTagClassName
{
color: #A37820;
}
</style>
background-color css
<style>
a { background-color: #A37820; }
a { background-color: rgb(163,120,32); }
div.DivClassName
{
background-color: #A37820;
}
.BgClassName
{
background-color: #A37820;
}
</style>
border-color css
<style>
span { border-color: #A37820; }
span { border-color: rgb(163,120,32); }
td.TdClassName
{
border-color: #A37820;
}
.TagClassName
{
border-color: #A37820;
}
</style>