Shades of Hacienda #A6821D
Tints of Hacienda #A6821D
RGB
CMYK
RGB Variations
Color information
#A6821D (or 0xA6821D) is known color: Hacienda. HEX triplet: A6, 82 and 1D. RGB value is (166,130,29). Sum of RGB (Red+Green+Blue) = 166+130+29=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6821D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6821D is #597DE2. Grayscale: #818181. Windows color (decimal): -5864931 or 1933990. OLE color: 1933990.
HSL color Cylindrical-coordinate representation of color #A6821D: hue angle of 44.23º degrees, saturation: 0.7, 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 #A6821D is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 130 | 29 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.35 |
| HSL | 44.23º | 0.7% | 0.38% | - |
| HSV(B) | 44.23º | 0.83% | 0.65% | - |
| XYZ | 23.93 | 24.16 | 4.56 | - |
| YUV | 129.25 | 71.43 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 29 | 0 | 0.22 | 0.83 | 0.35 | 44.23 | 0.7 | 0.38 |
| Hex | A6 | 82 | 1D | 0 | 16 | 53 | 23 | 2C | 46 | 26 |
| Octal | 246 | 202 | 35 | 0 | 26 | 123 | 43 | 54 | 106 | 46 |
| Binary | 10100110 | 10000010 | 11101 | 0 | 10110 | 1010011 | 100011 | 101100 | 1000110 | 100110 |
Color Harmonies of #A6821D
Complementary color
Monochromatic Colors of #A6821D
Black with #A6821D
Text Example
Text Example
White with #A6821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6821D; }
p { color: rgb(166,130,29); }
H1.HeaderClassName
{
color: #A6821D;
}
.AnyTagClassName
{
color: #A6821D;
}
</style>
background-color css
<style>
a { background-color: #A6821D; }
a { background-color: rgb(166,130,29); }
div.DivClassName
{
background-color: #A6821D;
}
.BgClassName
{
background-color: #A6821D;
}
</style>
border-color css
<style>
span { border-color: #A6821D; }
span { border-color: rgb(166,130,29); }
td.TdClassName
{
border-color: #A6821D;
}
.TagClassName
{
border-color: #A6821D;
}
</style>