Shades of Hacienda #A6852B
Tints of Hacienda #A6852B
RGB
CMYK
RGB Variations
Color information
#A6852B (or 0xA6852B) is known color: Hacienda. HEX triplet: A6, 85 and 2B. RGB value is (166,133,43). Sum of RGB (Red+Green+Blue) = 166+133+43=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6852B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6852B is #597AD4. Grayscale: #848484. Windows color (decimal): -5864149 or 2852262. OLE color: 2852262.
HSL color Cylindrical-coordinate representation of color #A6852B: hue angle of 43.9º 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 #A6852B is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 43 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.35 |
| HSL | 43.9º | 0.59% | 0.41% | - |
| HSV(B) | 43.9º | 0.74% | 0.65% | - |
| XYZ | 24.55 | 25.06 | 5.83 | - |
| YUV | 132.61 | 77.43 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 43 | 0 | 0.20 | 0.74 | 0.35 | 43.9 | 0.59 | 0.41 |
| Hex | A6 | 85 | 2B | 0 | 14 | 4A | 23 | 2C | 3B | 29 |
| Octal | 246 | 205 | 53 | 0 | 24 | 112 | 43 | 54 | 73 | 51 |
| Binary | 10100110 | 10000101 | 101011 | 0 | 10100 | 1001010 | 100011 | 101100 | 111011 | 101001 |
Color Harmonies of #A6852B
Complementary color
Monochromatic Colors of #A6852B
Black with #A6852B
Text Example
Text Example
White with #A6852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6852B; }
p { color: rgb(166,133,43); }
H1.HeaderClassName
{
color: #A6852B;
}
.AnyTagClassName
{
color: #A6852B;
}
</style>
background-color css
<style>
a { background-color: #A6852B; }
a { background-color: rgb(166,133,43); }
div.DivClassName
{
background-color: #A6852B;
}
.BgClassName
{
background-color: #A6852B;
}
</style>
border-color css
<style>
span { border-color: #A6852B; }
span { border-color: rgb(166,133,43); }
td.TdClassName
{
border-color: #A6852B;
}
.TagClassName
{
border-color: #A6852B;
}
</style>