Shades of Hacienda #A7861B
Tints of Hacienda #A7861B
RGB
CMYK
RGB Variations
Color information
#A7861B (or 0xA7861B) is known color: Hacienda. HEX triplet: A7, 86 and 1B. RGB value is (167,134,27). Sum of RGB (Red+Green+Blue) = 167+134+27=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A7861B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7861B is #5879E4. Grayscale: #848484. Windows color (decimal): -5798373 or 1803943. OLE color: 1803943.
HSL color Cylindrical-coordinate representation of color #A7861B: hue angle of 45.86º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A7861B is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 134 | 27 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.35 |
| HSL | 45.86º | 0.72% | 0.38% | - |
| HSV(B) | 45.86º | 0.84% | 0.65% | - |
| XYZ | 24.66 | 25.34 | 4.63 | - |
| YUV | 131.67 | 68.93 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 134 | 27 | 0 | 0.20 | 0.84 | 0.35 | 45.86 | 0.72 | 0.38 |
| Hex | A7 | 86 | 1B | 0 | 14 | 54 | 23 | 2E | 48 | 26 |
| Octal | 247 | 206 | 33 | 0 | 24 | 124 | 43 | 56 | 110 | 46 |
| Binary | 10100111 | 10000110 | 11011 | 0 | 10100 | 1010100 | 100011 | 101110 | 1001000 | 100110 |
Color Harmonies of #A7861B
Complementary color
Monochromatic Colors of #A7861B
Black with #A7861B
Text Example
Text Example
White with #A7861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7861B; }
p { color: rgb(167,134,27); }
H1.HeaderClassName
{
color: #A7861B;
}
.AnyTagClassName
{
color: #A7861B;
}
</style>
background-color css
<style>
a { background-color: #A7861B; }
a { background-color: rgb(167,134,27); }
div.DivClassName
{
background-color: #A7861B;
}
.BgClassName
{
background-color: #A7861B;
}
</style>
border-color css
<style>
span { border-color: #A7861B; }
span { border-color: rgb(167,134,27); }
td.TdClassName
{
border-color: #A7861B;
}
.TagClassName
{
border-color: #A7861B;
}
</style>