Shades of Hacienda #A6842A
Tints of Hacienda #A6842A
RGB
CMYK
RGB Variations
Color information
#A6842A (or 0xA6842A) is known color: Hacienda. HEX triplet: A6, 84 and 2A. RGB value is (166,132,42). Sum of RGB (Red+Green+Blue) = 166+132+42=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6842A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6842A is #597BD5. Grayscale: #848484. Windows color (decimal): -5864406 or 2786470. OLE color: 2786470.
HSL color Cylindrical-coordinate representation of color #A6842A: hue angle of 43.55º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6842A is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 132 | 42 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.35 |
| HSL | 43.55º | 0.6% | 0.41% | - |
| HSV(B) | 43.55º | 0.75% | 0.65% | - |
| XYZ | 24.4 | 24.78 | 5.69 | - |
| YUV | 131.91 | 77.26 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 42 | 0 | 0.20 | 0.75 | 0.35 | 43.55 | 0.6 | 0.41 |
| Hex | A6 | 84 | 2A | 0 | 14 | 4B | 23 | 2C | 3C | 29 |
| Octal | 246 | 204 | 52 | 0 | 24 | 113 | 43 | 54 | 74 | 51 |
| Binary | 10100110 | 10000100 | 101010 | 0 | 10100 | 1001011 | 100011 | 101100 | 111100 | 101001 |
Color Harmonies of #A6842A
Complementary color
Monochromatic Colors of #A6842A
Black with #A6842A
Text Example
Text Example
White with #A6842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6842A; }
p { color: rgb(166,132,42); }
H1.HeaderClassName
{
color: #A6842A;
}
.AnyTagClassName
{
color: #A6842A;
}
</style>
background-color css
<style>
a { background-color: #A6842A; }
a { background-color: rgb(166,132,42); }
div.DivClassName
{
background-color: #A6842A;
}
.BgClassName
{
background-color: #A6842A;
}
</style>
border-color css
<style>
span { border-color: #A6842A; }
span { border-color: rgb(166,132,42); }
td.TdClassName
{
border-color: #A6842A;
}
.TagClassName
{
border-color: #A6842A;
}
</style>