Shades of Hacienda #A1881D
Tints of Hacienda #A1881D
RGB
CMYK
RGB Variations
Color information
#A1881D (or 0xA1881D) is known color: Hacienda. HEX triplet: A1, 88 and 1D. RGB value is (161,136,29). Sum of RGB (Red+Green+Blue) = 161+136+29=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A1881D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1881D is #5E77E2. Grayscale: #838383. Windows color (decimal): -6191075 or 1935521. OLE color: 1935521.
HSL color Cylindrical-coordinate representation of color #A1881D: hue angle of 48.64º 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 #A1881D is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 29 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.37 |
| HSL | 48.64º | 0.69% | 0.37% | - |
| HSV(B) | 48.64º | 0.82% | 0.63% | - |
| XYZ | 23.72 | 25.27 | 4.79 | - |
| YUV | 131.28 | 70.28 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 29 | 0 | 0.16 | 0.82 | 0.37 | 48.64 | 0.69 | 0.37 |
| Hex | A1 | 88 | 1D | 0 | 10 | 52 | 25 | 31 | 45 | 25 |
| Octal | 241 | 210 | 35 | 0 | 20 | 122 | 45 | 61 | 105 | 45 |
| Binary | 10100001 | 10001000 | 11101 | 0 | 10000 | 1010010 | 100101 | 110001 | 1000101 | 100101 |
Color Harmonies of #A1881D
Complementary color
Monochromatic Colors of #A1881D
Black with #A1881D
Text Example
Text Example
White with #A1881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1881D; }
p { color: rgb(161,136,29); }
H1.HeaderClassName
{
color: #A1881D;
}
.AnyTagClassName
{
color: #A1881D;
}
</style>
background-color css
<style>
a { background-color: #A1881D; }
a { background-color: rgb(161,136,29); }
div.DivClassName
{
background-color: #A1881D;
}
.BgClassName
{
background-color: #A1881D;
}
</style>
border-color css
<style>
span { border-color: #A1881D; }
span { border-color: rgb(161,136,29); }
td.TdClassName
{
border-color: #A1881D;
}
.TagClassName
{
border-color: #A1881D;
}
</style>