Shades of Hacienda #A37C11
Tints of Hacienda #A37C11
RGB
CMYK
RGB Variations
Color information
#A37C11 (or 0xA37C11) is known color: Hacienda. HEX triplet: A3, 7C and 11. RGB value is (163,124,17). Sum of RGB (Red+Green+Blue) = 163+124+17=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37C11 is #5C83EE. Grayscale: #7B7B7B. Windows color (decimal): -6063087 or 1146019. OLE color: 1146019.
HSL color Cylindrical-coordinate representation of color #A37C11: hue angle of 43.97º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A37C11 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 124 | 17 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.36 |
| HSL | 43.97º | 0.81% | 0.35% | - |
| HSV(B) | 43.97º | 0.9% | 0.64% | - |
| XYZ | 22.41 | 22.24 | 3.64 | - |
| YUV | 123.46 | 67.92 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 17 | 0 | 0.24 | 0.90 | 0.36 | 43.97 | 0.81 | 0.35 |
| Hex | A3 | 7C | 11 | 0 | 18 | 5A | 24 | 2C | 51 | 23 |
| Octal | 243 | 174 | 21 | 0 | 30 | 132 | 44 | 54 | 121 | 43 |
| Binary | 10100011 | 1111100 | 10001 | 0 | 11000 | 1011010 | 100100 | 101100 | 1010001 | 100011 |
Color Harmonies of #A37C11
Complementary color
Monochromatic Colors of #A37C11
Black with #A37C11
Text Example
Text Example
White with #A37C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37C11; }
p { color: rgb(163,124,17); }
H1.HeaderClassName
{
color: #A37C11;
}
.AnyTagClassName
{
color: #A37C11;
}
</style>
background-color css
<style>
a { background-color: #A37C11; }
a { background-color: rgb(163,124,17); }
div.DivClassName
{
background-color: #A37C11;
}
.BgClassName
{
background-color: #A37C11;
}
</style>
border-color css
<style>
span { border-color: #A37C11; }
span { border-color: rgb(163,124,17); }
td.TdClassName
{
border-color: #A37C11;
}
.TagClassName
{
border-color: #A37C11;
}
</style>