Shades of Hacienda #A1881F
Tints of Hacienda #A1881F
RGB
CMYK
RGB Variations
Color information
#A1881F (or 0xA1881F) is known color: Hacienda. HEX triplet: A1, 88 and 1F. RGB value is (161,136,31). Sum of RGB (Red+Green+Blue) = 161+136+31=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A1881F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1881F is #5E77E0. Grayscale: #838383. Windows color (decimal): -6191073 or 2066593. OLE color: 2066593.
HSL color Cylindrical-coordinate representation of color #A1881F: hue angle of 48.46º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1881F is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 31 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.37 |
| HSL | 48.46º | 0.68% | 0.38% | - |
| HSV(B) | 48.46º | 0.81% | 0.63% | - |
| XYZ | 23.75 | 25.28 | 4.92 | - |
| YUV | 131.51 | 71.28 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 31 | 0 | 0.16 | 0.81 | 0.37 | 48.46 | 0.68 | 0.38 |
| Hex | A1 | 88 | 1F | 0 | 10 | 51 | 25 | 30 | 44 | 26 |
| Octal | 241 | 210 | 37 | 0 | 20 | 121 | 45 | 60 | 104 | 46 |
| Binary | 10100001 | 10001000 | 11111 | 0 | 10000 | 1010001 | 100101 | 110000 | 1000100 | 100110 |
Color Harmonies of #A1881F
Complementary color
Monochromatic Colors of #A1881F
Black with #A1881F
Text Example
Text Example
White with #A1881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1881F; }
p { color: rgb(161,136,31); }
H1.HeaderClassName
{
color: #A1881F;
}
.AnyTagClassName
{
color: #A1881F;
}
</style>
background-color css
<style>
a { background-color: #A1881F; }
a { background-color: rgb(161,136,31); }
div.DivClassName
{
background-color: #A1881F;
}
.BgClassName
{
background-color: #A1881F;
}
</style>
border-color css
<style>
span { border-color: #A1881F; }
span { border-color: rgb(161,136,31); }
td.TdClassName
{
border-color: #A1881F;
}
.TagClassName
{
border-color: #A1881F;
}
</style>