Shades of Hacienda #A6811C
Tints of Hacienda #A6811C
RGB
CMYK
RGB Variations
Color information
#A6811C (or 0xA6811C) is known color: Hacienda. HEX triplet: A6, 81 and 1C. RGB value is (166,129,28). Sum of RGB (Red+Green+Blue) = 166+129+28=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A6811C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6811C is #597EE3. Grayscale: #808080. Windows color (decimal): -5865188 or 1868198. OLE color: 1868198.
HSL color Cylindrical-coordinate representation of color #A6811C: hue angle of 43.91º degrees, saturation: 0.71, 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 #A6811C is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 129 | 28 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.35 |
| HSL | 43.91º | 0.71% | 0.38% | - |
| HSV(B) | 43.91º | 0.83% | 0.65% | - |
| XYZ | 23.79 | 23.89 | 4.46 | - |
| YUV | 128.55 | 71.26 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 28 | 0 | 0.22 | 0.83 | 0.35 | 43.91 | 0.71 | 0.38 |
| Hex | A6 | 81 | 1C | 0 | 16 | 53 | 23 | 2C | 47 | 26 |
| Octal | 246 | 201 | 34 | 0 | 26 | 123 | 43 | 54 | 107 | 46 |
| Binary | 10100110 | 10000001 | 11100 | 0 | 10110 | 1010011 | 100011 | 101100 | 1000111 | 100110 |
Color Harmonies of #A6811C
Complementary color
Monochromatic Colors of #A6811C
Black with #A6811C
Text Example
Text Example
White with #A6811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6811C; }
p { color: rgb(166,129,28); }
H1.HeaderClassName
{
color: #A6811C;
}
.AnyTagClassName
{
color: #A6811C;
}
</style>
background-color css
<style>
a { background-color: #A6811C; }
a { background-color: rgb(166,129,28); }
div.DivClassName
{
background-color: #A6811C;
}
.BgClassName
{
background-color: #A6811C;
}
</style>
border-color css
<style>
span { border-color: #A6811C; }
span { border-color: rgb(166,129,28); }
td.TdClassName
{
border-color: #A6811C;
}
.TagClassName
{
border-color: #A6811C;
}
</style>