Shades of Hacienda #A7881E
Tints of Hacienda #A7881E
RGB
CMYK
RGB Variations
Color information
#A7881E (or 0xA7881E) is known color: Hacienda. HEX triplet: A7, 88 and 1E. RGB value is (167,136,30). Sum of RGB (Red+Green+Blue) = 167+136+30=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A7881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7881E is #5877E1. Grayscale: #858585. Windows color (decimal): -5797858 or 2001063. OLE color: 2001063.
HSL color Cylindrical-coordinate representation of color #A7881E: hue angle of 46.42º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A7881E is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 136 | 30 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.35 |
| HSL | 46.42º | 0.7% | 0.39% | - |
| HSV(B) | 46.42º | 0.82% | 0.65% | - |
| XYZ | 24.97 | 25.92 | 4.91 | - |
| YUV | 133.19 | 69.77 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 136 | 30 | 0 | 0.19 | 0.82 | 0.35 | 46.42 | 0.7 | 0.39 |
| Hex | A7 | 88 | 1E | 0 | 13 | 52 | 23 | 2E | 46 | 27 |
| Octal | 247 | 210 | 36 | 0 | 23 | 122 | 43 | 56 | 106 | 47 |
| Binary | 10100111 | 10001000 | 11110 | 0 | 10011 | 1010010 | 100011 | 101110 | 1000110 | 100111 |
Color Harmonies of #A7881E
Complementary color
Monochromatic Colors of #A7881E
Black with #A7881E
Text Example
Text Example
White with #A7881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7881E; }
p { color: rgb(167,136,30); }
H1.HeaderClassName
{
color: #A7881E;
}
.AnyTagClassName
{
color: #A7881E;
}
</style>
background-color css
<style>
a { background-color: #A7881E; }
a { background-color: rgb(167,136,30); }
div.DivClassName
{
background-color: #A7881E;
}
.BgClassName
{
background-color: #A7881E;
}
</style>
border-color css
<style>
span { border-color: #A7881E; }
span { border-color: rgb(167,136,30); }
td.TdClassName
{
border-color: #A7881E;
}
.TagClassName
{
border-color: #A7881E;
}
</style>