Shades of Hacienda #A68529
Tints of Hacienda #A68529
RGB
CMYK
RGB Variations
Color information
#A68529 (or 0xA68529) is known color: Hacienda. HEX triplet: A6, 85 and 29. RGB value is (166,133,41). Sum of RGB (Red+Green+Blue) = 166+133+41=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A68529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68529 is #597AD6. Grayscale: #848484. Windows color (decimal): -5864151 or 2721190. OLE color: 2721190.
HSL color Cylindrical-coordinate representation of color #A68529: hue angle of 44.16º 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 #A68529 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 41 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.35 |
| HSL | 44.16º | 0.6% | 0.41% | - |
| HSV(B) | 44.16º | 0.75% | 0.65% | - |
| XYZ | 24.51 | 25.04 | 5.64 | - |
| YUV | 132.38 | 76.43 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 41 | 0 | 0.20 | 0.75 | 0.35 | 44.16 | 0.6 | 0.41 |
| Hex | A6 | 85 | 29 | 0 | 14 | 4B | 23 | 2C | 3C | 29 |
| Octal | 246 | 205 | 51 | 0 | 24 | 113 | 43 | 54 | 74 | 51 |
| Binary | 10100110 | 10000101 | 101001 | 0 | 10100 | 1001011 | 100011 | 101100 | 111100 | 101001 |
Color Harmonies of #A68529
Complementary color
Monochromatic Colors of #A68529
Black with #A68529
Text Example
Text Example
White with #A68529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68529; }
p { color: rgb(166,133,41); }
H1.HeaderClassName
{
color: #A68529;
}
.AnyTagClassName
{
color: #A68529;
}
</style>
background-color css
<style>
a { background-color: #A68529; }
a { background-color: rgb(166,133,41); }
div.DivClassName
{
background-color: #A68529;
}
.BgClassName
{
background-color: #A68529;
}
</style>
border-color css
<style>
span { border-color: #A68529; }
span { border-color: rgb(166,133,41); }
td.TdClassName
{
border-color: #A68529;
}
.TagClassName
{
border-color: #A68529;
}
</style>