Shades of Hacienda #A77719
Tints of Hacienda #A77719
RGB
CMYK
RGB Variations
Color information
#A77719 (or 0xA77719) is known color: Hacienda. HEX triplet: A7, 77 and 19. RGB value is (167,119,25). Sum of RGB (Red+Green+Blue) = 167+119+25=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A77719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77719 is #5888E6. Grayscale: #7B7B7B. Windows color (decimal): -5802215 or 1669031. OLE color: 1669031.
HSL color Cylindrical-coordinate representation of color #A77719: hue angle of 39.72º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A77719 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 119 | 25 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.35 |
| HSL | 39.72º | 0.74% | 0.38% | - |
| HSV(B) | 39.72º | 0.85% | 0.65% | - |
| XYZ | 22.71 | 21.48 | 3.87 | - |
| YUV | 122.64 | 72.9 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 119 | 25 | 0 | 0.29 | 0.85 | 0.35 | 39.72 | 0.74 | 0.38 |
| Hex | A7 | 77 | 19 | 0 | 1D | 55 | 23 | 28 | 4A | 26 |
| Octal | 247 | 167 | 31 | 0 | 35 | 125 | 43 | 50 | 112 | 46 |
| Binary | 10100111 | 1110111 | 11001 | 0 | 11101 | 1010101 | 100011 | 101000 | 1001010 | 100110 |
Color Harmonies of #A77719
Complementary color
Monochromatic Colors of #A77719
Black with #A77719
Text Example
Text Example
White with #A77719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77719; }
p { color: rgb(167,119,25); }
H1.HeaderClassName
{
color: #A77719;
}
.AnyTagClassName
{
color: #A77719;
}
</style>
background-color css
<style>
a { background-color: #A77719; }
a { background-color: rgb(167,119,25); }
div.DivClassName
{
background-color: #A77719;
}
.BgClassName
{
background-color: #A77719;
}
</style>
border-color css
<style>
span { border-color: #A77719; }
span { border-color: rgb(167,119,25); }
td.TdClassName
{
border-color: #A77719;
}
.TagClassName
{
border-color: #A77719;
}
</style>