Shades of Hacienda #A1861D
Tints of Hacienda #A1861D
RGB
CMYK
RGB Variations
Color information
#A1861D (or 0xA1861D) is known color: Hacienda. HEX triplet: A1, 86 and 1D. RGB value is (161,134,29). Sum of RGB (Red+Green+Blue) = 161+134+29=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1861D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1861D is #5E79E2. Grayscale: #828282. Windows color (decimal): -6191587 or 1935009. OLE color: 1935009.
HSL color Cylindrical-coordinate representation of color #A1861D: hue angle of 47.73º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1861D is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 134 | 29 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.37 |
| HSL | 47.73º | 0.69% | 0.37% | - |
| HSV(B) | 47.73º | 0.82% | 0.63% | - |
| XYZ | 23.44 | 24.72 | 4.7 | - |
| YUV | 130.1 | 70.95 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 134 | 29 | 0 | 0.17 | 0.82 | 0.37 | 47.73 | 0.69 | 0.37 |
| Hex | A1 | 86 | 1D | 0 | 11 | 52 | 25 | 30 | 45 | 25 |
| Octal | 241 | 206 | 35 | 0 | 21 | 122 | 45 | 60 | 105 | 45 |
| Binary | 10100001 | 10000110 | 11101 | 0 | 10001 | 1010010 | 100101 | 110000 | 1000101 | 100101 |
Color Harmonies of #A1861D
Complementary color
Monochromatic Colors of #A1861D
Black with #A1861D
Text Example
Text Example
White with #A1861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1861D; }
p { color: rgb(161,134,29); }
H1.HeaderClassName
{
color: #A1861D;
}
.AnyTagClassName
{
color: #A1861D;
}
</style>
background-color css
<style>
a { background-color: #A1861D; }
a { background-color: rgb(161,134,29); }
div.DivClassName
{
background-color: #A1861D;
}
.BgClassName
{
background-color: #A1861D;
}
</style>
border-color css
<style>
span { border-color: #A1861D; }
span { border-color: rgb(161,134,29); }
td.TdClassName
{
border-color: #A1861D;
}
.TagClassName
{
border-color: #A1861D;
}
</style>