Shades of Hacienda #A18629
Tints of Hacienda #A18629
RGB
CMYK
RGB Variations
Color information
#A18629 (or 0xA18629) is known color: Hacienda. HEX triplet: A1, 86 and 29. RGB value is (161,134,41). Sum of RGB (Red+Green+Blue) = 161+134+41=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A18629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18629 is #5E79D6. Grayscale: #838383. Windows color (decimal): -6191575 or 2721441. OLE color: 2721441.
HSL color Cylindrical-coordinate representation of color #A18629: hue angle of 46.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A18629 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 134 | 41 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.37 |
| HSL | 46.5º | 0.59% | 0.4% | - |
| HSV(B) | 46.5º | 0.75% | 0.63% | - |
| XYZ | 23.62 | 24.79 | 5.64 | - |
| YUV | 131.47 | 76.95 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 134 | 41 | 0 | 0.17 | 0.75 | 0.37 | 46.5 | 0.59 | 0.4 |
| Hex | A1 | 86 | 29 | 0 | 11 | 4B | 25 | 2E | 3B | 28 |
| Octal | 241 | 206 | 51 | 0 | 21 | 113 | 45 | 56 | 73 | 50 |
| Binary | 10100001 | 10000110 | 101001 | 0 | 10001 | 1001011 | 100101 | 101110 | 111011 | 101000 |
Color Harmonies of #A18629
Complementary color
Monochromatic Colors of #A18629
Black with #A18629
Text Example
Text Example
White with #A18629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18629; }
p { color: rgb(161,134,41); }
H1.HeaderClassName
{
color: #A18629;
}
.AnyTagClassName
{
color: #A18629;
}
</style>
background-color css
<style>
a { background-color: #A18629; }
a { background-color: rgb(161,134,41); }
div.DivClassName
{
background-color: #A18629;
}
.BgClassName
{
background-color: #A18629;
}
</style>
border-color css
<style>
span { border-color: #A18629; }
span { border-color: rgb(161,134,41); }
td.TdClassName
{
border-color: #A18629;
}
.TagClassName
{
border-color: #A18629;
}
</style>