Shades of Hacienda #A6822B
Tints of Hacienda #A6822B
RGB
CMYK
RGB Variations
Color information
#A6822B (or 0xA6822B) is known color: Hacienda. HEX triplet: A6, 82 and 2B. RGB value is (166,130,43). Sum of RGB (Red+Green+Blue) = 166+130+43=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A6822B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6822B is #597DD4. Grayscale: #838383. Windows color (decimal): -5864917 or 2851494. OLE color: 2851494.
HSL color Cylindrical-coordinate representation of color #A6822B: hue angle of 42.44º 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 #A6822B is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 130 | 43 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.35 |
| HSL | 42.44º | 0.59% | 0.41% | - |
| HSV(B) | 42.44º | 0.74% | 0.65% | - |
| XYZ | 24.14 | 24.25 | 5.69 | - |
| YUV | 130.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 43 | 0 | 0.22 | 0.74 | 0.35 | 42.44 | 0.59 | 0.41 |
| Hex | A6 | 82 | 2B | 0 | 16 | 4A | 23 | 2A | 3B | 29 |
| Octal | 246 | 202 | 53 | 0 | 26 | 112 | 43 | 52 | 73 | 51 |
| Binary | 10100110 | 10000010 | 101011 | 0 | 10110 | 1001010 | 100011 | 101010 | 111011 | 101001 |
Color Harmonies of #A6822B
Complementary color
Monochromatic Colors of #A6822B
Black with #A6822B
Text Example
Text Example
White with #A6822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6822B; }
p { color: rgb(166,130,43); }
H1.HeaderClassName
{
color: #A6822B;
}
.AnyTagClassName
{
color: #A6822B;
}
</style>
background-color css
<style>
a { background-color: #A6822B; }
a { background-color: rgb(166,130,43); }
div.DivClassName
{
background-color: #A6822B;
}
.BgClassName
{
background-color: #A6822B;
}
</style>
border-color css
<style>
span { border-color: #A6822B; }
span { border-color: rgb(166,130,43); }
td.TdClassName
{
border-color: #A6822B;
}
.TagClassName
{
border-color: #A6822B;
}
</style>