Shades of Hacienda #A6842B
Tints of Hacienda #A6842B
RGB
CMYK
RGB Variations
Color information
#A6842B (or 0xA6842B) is known color: Hacienda. HEX triplet: A6, 84 and 2B. RGB value is (166,132,43). Sum of RGB (Red+Green+Blue) = 166+132+43=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6842B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6842B is #597BD4. Grayscale: #848484. Windows color (decimal): -5864405 or 2852006. OLE color: 2852006.
HSL color Cylindrical-coordinate representation of color #A6842B: hue angle of 43.41º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6842B is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 132 | 43 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.35 |
| HSL | 43.41º | 0.59% | 0.41% | - |
| HSV(B) | 43.41º | 0.74% | 0.65% | - |
| XYZ | 24.41 | 24.78 | 5.78 | - |
| YUV | 132.02 | 77.76 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 43 | 0 | 0.20 | 0.74 | 0.35 | 43.41 | 0.59 | 0.41 |
| Hex | A6 | 84 | 2B | 0 | 14 | 4A | 23 | 2B | 3B | 29 |
| Octal | 246 | 204 | 53 | 0 | 24 | 112 | 43 | 53 | 73 | 51 |
| Binary | 10100110 | 10000100 | 101011 | 0 | 10100 | 1001010 | 100011 | 101011 | 111011 | 101001 |
Color Harmonies of #A6842B
Complementary color
Monochromatic Colors of #A6842B
Black with #A6842B
Text Example
Text Example
White with #A6842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6842B; }
p { color: rgb(166,132,43); }
H1.HeaderClassName
{
color: #A6842B;
}
.AnyTagClassName
{
color: #A6842B;
}
</style>
background-color css
<style>
a { background-color: #A6842B; }
a { background-color: rgb(166,132,43); }
div.DivClassName
{
background-color: #A6842B;
}
.BgClassName
{
background-color: #A6842B;
}
</style>
border-color css
<style>
span { border-color: #A6842B; }
span { border-color: rgb(166,132,43); }
td.TdClassName
{
border-color: #A6842B;
}
.TagClassName
{
border-color: #A6842B;
}
</style>