Shades of Hacienda #A47C14
Tints of Hacienda #A47C14
RGB
CMYK
RGB Variations
Color information
#A47C14 (or 0xA47C14) is known color: Hacienda. HEX triplet: A4, 7C and 14. RGB value is (164,124,20). Sum of RGB (Red+Green+Blue) = 164+124+20=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47C14 is #5B83EB. Grayscale: #7C7C7C. Windows color (decimal): -5997548 or 1342628. OLE color: 1342628.
HSL color Cylindrical-coordinate representation of color #A47C14: hue angle of 43.33º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A47C14 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 124 | 20 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.36 |
| HSL | 43.33º | 0.78% | 0.36% | - |
| HSV(B) | 43.33º | 0.88% | 0.64% | - |
| XYZ | 22.64 | 22.36 | 3.78 | - |
| YUV | 124.1 | 69.25 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 20 | 0 | 0.24 | 0.88 | 0.36 | 43.33 | 0.78 | 0.36 |
| Hex | A4 | 7C | 14 | 0 | 18 | 58 | 24 | 2B | 4E | 24 |
| Octal | 244 | 174 | 24 | 0 | 30 | 130 | 44 | 53 | 116 | 44 |
| Binary | 10100100 | 1111100 | 10100 | 0 | 11000 | 1011000 | 100100 | 101011 | 1001110 | 100100 |
Color Harmonies of #A47C14
Complementary color
Monochromatic Colors of #A47C14
Black with #A47C14
Text Example
Text Example
White with #A47C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47C14; }
p { color: rgb(164,124,20); }
H1.HeaderClassName
{
color: #A47C14;
}
.AnyTagClassName
{
color: #A47C14;
}
</style>
background-color css
<style>
a { background-color: #A47C14; }
a { background-color: rgb(164,124,20); }
div.DivClassName
{
background-color: #A47C14;
}
.BgClassName
{
background-color: #A47C14;
}
</style>
border-color css
<style>
span { border-color: #A47C14; }
span { border-color: rgb(164,124,20); }
td.TdClassName
{
border-color: #A47C14;
}
.TagClassName
{
border-color: #A47C14;
}
</style>