Shades of Hacienda #A6812D
Tints of Hacienda #A6812D
RGB
CMYK
RGB Variations
Color information
#A6812D (or 0xA6812D) is known color: Hacienda. HEX triplet: A6, 81 and 2D. RGB value is (166,129,45). Sum of RGB (Red+Green+Blue) = 166+129+45=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6812D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6812D is #597ED2. Grayscale: #828282. Windows color (decimal): -5865171 or 2982310. OLE color: 2982310.
HSL color Cylindrical-coordinate representation of color #A6812D: hue angle of 41.65º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6812D is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 129 | 45 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.35 |
| HSL | 41.65º | 0.57% | 0.41% | - |
| HSV(B) | 41.65º | 0.73% | 0.65% | - |
| XYZ | 24.05 | 24 | 5.85 | - |
| YUV | 130.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 45 | 0 | 0.22 | 0.73 | 0.35 | 41.65 | 0.57 | 0.41 |
| Hex | A6 | 81 | 2D | 0 | 16 | 49 | 23 | 2A | 39 | 29 |
| Octal | 246 | 201 | 55 | 0 | 26 | 111 | 43 | 52 | 71 | 51 |
| Binary | 10100110 | 10000001 | 101101 | 0 | 10110 | 1001001 | 100011 | 101010 | 111001 | 101001 |
Color Harmonies of #A6812D
Complementary color
Monochromatic Colors of #A6812D
Black with #A6812D
Text Example
Text Example
White with #A6812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6812D; }
p { color: rgb(166,129,45); }
H1.HeaderClassName
{
color: #A6812D;
}
.AnyTagClassName
{
color: #A6812D;
}
</style>
background-color css
<style>
a { background-color: #A6812D; }
a { background-color: rgb(166,129,45); }
div.DivClassName
{
background-color: #A6812D;
}
.BgClassName
{
background-color: #A6812D;
}
</style>
border-color css
<style>
span { border-color: #A6812D; }
span { border-color: rgb(166,129,45); }
td.TdClassName
{
border-color: #A6812D;
}
.TagClassName
{
border-color: #A6812D;
}
</style>