Shades of Hacienda #A77911
Tints of Hacienda #A77911
RGB
CMYK
RGB Variations
Color information
#A77911 (or 0xA77911) is known color: Hacienda. HEX triplet: A7, 79 and 11. RGB value is (167,121,17). Sum of RGB (Red+Green+Blue) = 167+121+17=305 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.75% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 167 - color contains mainly: red. Hex color #A77911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77911 is #5886EE. Grayscale: #7B7B7B. Windows color (decimal): -5801711 or 1145255. OLE color: 1145255.
HSL color Cylindrical-coordinate representation of color #A77911: hue angle of 41.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A77911 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 121 | 17 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.35 |
| HSL | 41.6º | 0.82% | 0.36% | - |
| HSV(B) | 41.6º | 0.9% | 0.65% | - |
| XYZ | 22.87 | 21.93 | 3.56 | - |
| YUV | 122.9 | 68.24 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 121 | 17 | 0 | 0.28 | 0.90 | 0.35 | 41.6 | 0.82 | 0.36 |
| Hex | A7 | 79 | 11 | 0 | 1C | 5A | 23 | 2A | 52 | 24 |
| Octal | 247 | 171 | 21 | 0 | 34 | 132 | 43 | 52 | 122 | 44 |
| Binary | 10100111 | 1111001 | 10001 | 0 | 11100 | 1011010 | 100011 | 101010 | 1010010 | 100100 |
Color Harmonies of #A77911
Complementary color
Monochromatic Colors of #A77911
Black with #A77911
Text Example
Text Example
White with #A77911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77911; }
p { color: rgb(167,121,17); }
H1.HeaderClassName
{
color: #A77911;
}
.AnyTagClassName
{
color: #A77911;
}
</style>
background-color css
<style>
a { background-color: #A77911; }
a { background-color: rgb(167,121,17); }
div.DivClassName
{
background-color: #A77911;
}
.BgClassName
{
background-color: #A77911;
}
</style>
border-color css
<style>
span { border-color: #A77911; }
span { border-color: rgb(167,121,17); }
td.TdClassName
{
border-color: #A77911;
}
.TagClassName
{
border-color: #A77911;
}
</style>