Shades of Hacienda #A47718
Tints of Hacienda #A47718
RGB
CMYK
RGB Variations
Color information
#A47718 (or 0xA47718) is known color: Hacienda. HEX triplet: A4, 77 and 18. RGB value is (164,119,24). Sum of RGB (Red+Green+Blue) = 164+119+24=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A47718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47718 is #5B88E7. Grayscale: #7A7A7A. Windows color (decimal): -5998824 or 1603492. OLE color: 1603492.
HSL color Cylindrical-coordinate representation of color #A47718: hue angle of 40.71º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A47718 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 119 | 24 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.36 |
| HSL | 40.71º | 0.74% | 0.37% | - |
| HSV(B) | 40.71º | 0.85% | 0.64% | - |
| XYZ | 22.07 | 21.15 | 3.78 | - |
| YUV | 121.63 | 72.91 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 24 | 0 | 0.27 | 0.85 | 0.36 | 40.71 | 0.74 | 0.37 |
| Hex | A4 | 77 | 18 | 0 | 1B | 55 | 24 | 29 | 4A | 25 |
| Octal | 244 | 167 | 30 | 0 | 33 | 125 | 44 | 51 | 112 | 45 |
| Binary | 10100100 | 1110111 | 11000 | 0 | 11011 | 1010101 | 100100 | 101001 | 1001010 | 100101 |
Color Harmonies of #A47718
Complementary color
Monochromatic Colors of #A47718
Black with #A47718
Text Example
Text Example
White with #A47718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47718; }
p { color: rgb(164,119,24); }
H1.HeaderClassName
{
color: #A47718;
}
.AnyTagClassName
{
color: #A47718;
}
</style>
background-color css
<style>
a { background-color: #A47718; }
a { background-color: rgb(164,119,24); }
div.DivClassName
{
background-color: #A47718;
}
.BgClassName
{
background-color: #A47718;
}
</style>
border-color css
<style>
span { border-color: #A47718; }
span { border-color: rgb(164,119,24); }
td.TdClassName
{
border-color: #A47718;
}
.TagClassName
{
border-color: #A47718;
}
</style>