Shades of Hacienda #A1881C
Tints of Hacienda #A1881C
RGB
CMYK
RGB Variations
Color information
#A1881C (or 0xA1881C) is known color: Hacienda. HEX triplet: A1, 88 and 1C. RGB value is (161,136,28). Sum of RGB (Red+Green+Blue) = 161+136+28=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1881C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1881C is #5E77E3. Grayscale: #838383. Windows color (decimal): -6191076 or 1869985. OLE color: 1869985.
HSL color Cylindrical-coordinate representation of color #A1881C: hue angle of 48.72º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1881C is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 28 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.37 |
| HSL | 48.72º | 0.7% | 0.37% | - |
| HSV(B) | 48.72º | 0.83% | 0.63% | - |
| XYZ | 23.71 | 25.27 | 4.73 | - |
| YUV | 131.16 | 69.78 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 28 | 0 | 0.16 | 0.83 | 0.37 | 48.72 | 0.7 | 0.37 |
| Hex | A1 | 88 | 1C | 0 | 10 | 53 | 25 | 31 | 46 | 25 |
| Octal | 241 | 210 | 34 | 0 | 20 | 123 | 45 | 61 | 106 | 45 |
| Binary | 10100001 | 10001000 | 11100 | 0 | 10000 | 1010011 | 100101 | 110001 | 1000110 | 100101 |
Color Harmonies of #A1881C
Complementary color
Monochromatic Colors of #A1881C
Black with #A1881C
Text Example
Text Example
White with #A1881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1881C; }
p { color: rgb(161,136,28); }
H1.HeaderClassName
{
color: #A1881C;
}
.AnyTagClassName
{
color: #A1881C;
}
</style>
background-color css
<style>
a { background-color: #A1881C; }
a { background-color: rgb(161,136,28); }
div.DivClassName
{
background-color: #A1881C;
}
.BgClassName
{
background-color: #A1881C;
}
</style>
border-color css
<style>
span { border-color: #A1881C; }
span { border-color: rgb(161,136,28); }
td.TdClassName
{
border-color: #A1881C;
}
.TagClassName
{
border-color: #A1881C;
}
</style>