Shades of Hacienda #A77A1D
Tints of Hacienda #A77A1D
RGB
CMYK
RGB Variations
Color information
#A77A1D (or 0xA77A1D) is known color: Hacienda. HEX triplet: A7, 7A and 1D. RGB value is (167,122,29). Sum of RGB (Red+Green+Blue) = 167+122+29=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77A1D is #5885E2. Grayscale: #7D7D7D. Windows color (decimal): -5801443 or 1931943. OLE color: 1931943.
HSL color Cylindrical-coordinate representation of color #A77A1D: hue angle of 40.43º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A77A1D is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 122 | 29 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.35 |
| HSL | 40.43º | 0.7% | 0.38% | - |
| HSV(B) | 40.43º | 0.83% | 0.65% | - |
| XYZ | 23.12 | 22.22 | 4.23 | - |
| YUV | 124.85 | 73.91 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 29 | 0 | 0.27 | 0.83 | 0.35 | 40.43 | 0.7 | 0.38 |
| Hex | A7 | 7A | 1D | 0 | 1B | 53 | 23 | 28 | 46 | 26 |
| Octal | 247 | 172 | 35 | 0 | 33 | 123 | 43 | 50 | 106 | 46 |
| Binary | 10100111 | 1111010 | 11101 | 0 | 11011 | 1010011 | 100011 | 101000 | 1000110 | 100110 |
Color Harmonies of #A77A1D
Complementary color
Monochromatic Colors of #A77A1D
Black with #A77A1D
Text Example
Text Example
White with #A77A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77A1D; }
p { color: rgb(167,122,29); }
H1.HeaderClassName
{
color: #A77A1D;
}
.AnyTagClassName
{
color: #A77A1D;
}
</style>
background-color css
<style>
a { background-color: #A77A1D; }
a { background-color: rgb(167,122,29); }
div.DivClassName
{
background-color: #A77A1D;
}
.BgClassName
{
background-color: #A77A1D;
}
</style>
border-color css
<style>
span { border-color: #A77A1D; }
span { border-color: rgb(167,122,29); }
td.TdClassName
{
border-color: #A77A1D;
}
.TagClassName
{
border-color: #A77A1D;
}
</style>