Shades of Hacienda #A77F16
Tints of Hacienda #A77F16
RGB
CMYK
RGB Variations
Color information
#A77F16 (or 0xA77F16) is known color: Hacienda. HEX triplet: A7, 7F and 16. RGB value is (167,127,22). Sum of RGB (Red+Green+Blue) = 167+127+22=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77F16 is #5880E9. Grayscale: #7F7F7F. Windows color (decimal): -5800170 or 1474471. OLE color: 1474471.
HSL color Cylindrical-coordinate representation of color #A77F16: hue angle of 43.45º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A77F16 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 127 | 22 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.35 |
| HSL | 43.45º | 0.77% | 0.37% | - |
| HSV(B) | 43.45º | 0.87% | 0.65% | - |
| XYZ | 23.67 | 23.45 | 4.04 | - |
| YUV | 126.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 22 | 0 | 0.24 | 0.87 | 0.35 | 43.45 | 0.77 | 0.37 |
| Hex | A7 | 7F | 16 | 0 | 18 | 57 | 23 | 2B | 4D | 25 |
| Octal | 247 | 177 | 26 | 0 | 30 | 127 | 43 | 53 | 115 | 45 |
| Binary | 10100111 | 1111111 | 10110 | 0 | 11000 | 1010111 | 100011 | 101011 | 1001101 | 100101 |
Color Harmonies of #A77F16
Complementary color
Monochromatic Colors of #A77F16
Black with #A77F16
Text Example
Text Example
White with #A77F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77F16; }
p { color: rgb(167,127,22); }
H1.HeaderClassName
{
color: #A77F16;
}
.AnyTagClassName
{
color: #A77F16;
}
</style>
background-color css
<style>
a { background-color: #A77F16; }
a { background-color: rgb(167,127,22); }
div.DivClassName
{
background-color: #A77F16;
}
.BgClassName
{
background-color: #A77F16;
}
</style>
border-color css
<style>
span { border-color: #A77F16; }
span { border-color: rgb(167,127,22); }
td.TdClassName
{
border-color: #A77F16;
}
.TagClassName
{
border-color: #A77F16;
}
</style>