Shades of Hacienda #A47E14
Tints of Hacienda #A47E14
RGB
CMYK
RGB Variations
Color information
#A47E14 (or 0xA47E14) is known color: Hacienda. HEX triplet: A4, 7E and 14. RGB value is (164,126,20). Sum of RGB (Red+Green+Blue) = 164+126+20=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47E14 is #5B81EB. Grayscale: #7D7D7D. Windows color (decimal): -5997036 or 1343140. OLE color: 1343140.
HSL color Cylindrical-coordinate representation of color #A47E14: hue angle of 44.17º 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 #A47E14 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 126 | 20 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.36 |
| HSL | 44.17º | 0.78% | 0.36% | - |
| HSV(B) | 44.17º | 0.88% | 0.64% | - |
| XYZ | 22.9 | 22.86 | 3.87 | - |
| YUV | 125.28 | 68.59 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 20 | 0 | 0.23 | 0.88 | 0.36 | 44.17 | 0.78 | 0.36 |
| Hex | A4 | 7E | 14 | 0 | 17 | 58 | 24 | 2C | 4E | 24 |
| Octal | 244 | 176 | 24 | 0 | 27 | 130 | 44 | 54 | 116 | 44 |
| Binary | 10100100 | 1111110 | 10100 | 0 | 10111 | 1011000 | 100100 | 101100 | 1001110 | 100100 |
Color Harmonies of #A47E14
Complementary color
Monochromatic Colors of #A47E14
Black with #A47E14
Text Example
Text Example
White with #A47E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47E14; }
p { color: rgb(164,126,20); }
H1.HeaderClassName
{
color: #A47E14;
}
.AnyTagClassName
{
color: #A47E14;
}
</style>
background-color css
<style>
a { background-color: #A47E14; }
a { background-color: rgb(164,126,20); }
div.DivClassName
{
background-color: #A47E14;
}
.BgClassName
{
background-color: #A47E14;
}
</style>
border-color css
<style>
span { border-color: #A47E14; }
span { border-color: rgb(164,126,20); }
td.TdClassName
{
border-color: #A47E14;
}
.TagClassName
{
border-color: #A47E14;
}
</style>