Shades of Hacienda #A4771D
Tints of Hacienda #A4771D
RGB
CMYK
RGB Variations
Color information
#A4771D (or 0xA4771D) is known color: Hacienda. HEX triplet: A4, 77 and 1D. RGB value is (164,119,29). Sum of RGB (Red+Green+Blue) = 164+119+29=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A4771D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4771D is #5B88E2. Grayscale: #7A7A7A. Windows color (decimal): -5998819 or 1931172. OLE color: 1931172.
HSL color Cylindrical-coordinate representation of color #A4771D: hue angle of 40º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4771D is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 119 | 29 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.36 |
| HSL | 40º | 0.7% | 0.38% | - |
| HSV(B) | 40º | 0.82% | 0.64% | - |
| XYZ | 22.13 | 21.17 | 4.08 | - |
| YUV | 122.2 | 75.41 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 29 | 0 | 0.27 | 0.82 | 0.36 | 40 | 0.7 | 0.38 |
| Hex | A4 | 77 | 1D | 0 | 1B | 52 | 24 | 28 | 46 | 26 |
| Octal | 244 | 167 | 35 | 0 | 33 | 122 | 44 | 50 | 106 | 46 |
| Binary | 10100100 | 1110111 | 11101 | 0 | 11011 | 1010010 | 100100 | 101000 | 1000110 | 100110 |
Color Harmonies of #A4771D
Complementary color
Monochromatic Colors of #A4771D
Black with #A4771D
Text Example
Text Example
White with #A4771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4771D; }
p { color: rgb(164,119,29); }
H1.HeaderClassName
{
color: #A4771D;
}
.AnyTagClassName
{
color: #A4771D;
}
</style>
background-color css
<style>
a { background-color: #A4771D; }
a { background-color: rgb(164,119,29); }
div.DivClassName
{
background-color: #A4771D;
}
.BgClassName
{
background-color: #A4771D;
}
</style>
border-color css
<style>
span { border-color: #A4771D; }
span { border-color: rgb(164,119,29); }
td.TdClassName
{
border-color: #A4771D;
}
.TagClassName
{
border-color: #A4771D;
}
</style>