Shades of Hacienda #A6861B
Tints of Hacienda #A6861B
RGB
CMYK
RGB Variations
Color information
#A6861B (or 0xA6861B) is known color: Hacienda. HEX triplet: A6, 86 and 1B. RGB value is (166,134,27). Sum of RGB (Red+Green+Blue) = 166+134+27=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A6861B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6861B is #5979E4. Grayscale: #838383. Windows color (decimal): -5863909 or 1803942. OLE color: 1803942.
HSL color Cylindrical-coordinate representation of color #A6861B: hue angle of 46.19º 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 #A6861B is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 134 | 27 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.35 |
| HSL | 46.19º | 0.72% | 0.38% | - |
| HSV(B) | 46.19º | 0.84% | 0.65% | - |
| XYZ | 24.45 | 25.24 | 4.62 | - |
| YUV | 131.37 | 69.1 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 27 | 0 | 0.19 | 0.84 | 0.35 | 46.19 | 0.72 | 0.38 |
| Hex | A6 | 86 | 1B | 0 | 13 | 54 | 23 | 2E | 48 | 26 |
| Octal | 246 | 206 | 33 | 0 | 23 | 124 | 43 | 56 | 110 | 46 |
| Binary | 10100110 | 10000110 | 11011 | 0 | 10011 | 1010100 | 100011 | 101110 | 1001000 | 100110 |
Color Harmonies of #A6861B
Complementary color
Monochromatic Colors of #A6861B
Black with #A6861B
Text Example
Text Example
White with #A6861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6861B; }
p { color: rgb(166,134,27); }
H1.HeaderClassName
{
color: #A6861B;
}
.AnyTagClassName
{
color: #A6861B;
}
</style>
background-color css
<style>
a { background-color: #A6861B; }
a { background-color: rgb(166,134,27); }
div.DivClassName
{
background-color: #A6861B;
}
.BgClassName
{
background-color: #A6861B;
}
</style>
border-color css
<style>
span { border-color: #A6861B; }
span { border-color: rgb(166,134,27); }
td.TdClassName
{
border-color: #A6861B;
}
.TagClassName
{
border-color: #A6861B;
}
</style>