Shades of Hacienda #A1831C
Tints of Hacienda #A1831C
RGB
CMYK
RGB Variations
Color information
#A1831C (or 0xA1831C) is known color: Hacienda. HEX triplet: A1, 83 and 1C. RGB value is (161,131,28). Sum of RGB (Red+Green+Blue) = 161+131+28=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A1831C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1831C is #5E7CE3. Grayscale: #808080. Windows color (decimal): -6192356 or 1868705. OLE color: 1868705.
HSL color Cylindrical-coordinate representation of color #A1831C: hue angle of 46.47º 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 #A1831C is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 131 | 28 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.37 |
| HSL | 46.47º | 0.7% | 0.37% | - |
| HSV(B) | 46.47º | 0.83% | 0.63% | - |
| XYZ | 23.02 | 23.89 | 4.5 | - |
| YUV | 128.23 | 71.44 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 28 | 0 | 0.19 | 0.83 | 0.37 | 46.47 | 0.7 | 0.37 |
| Hex | A1 | 83 | 1C | 0 | 13 | 53 | 25 | 2E | 46 | 25 |
| Octal | 241 | 203 | 34 | 0 | 23 | 123 | 45 | 56 | 106 | 45 |
| Binary | 10100001 | 10000011 | 11100 | 0 | 10011 | 1010011 | 100101 | 101110 | 1000110 | 100101 |
Color Harmonies of #A1831C
Complementary color
Monochromatic Colors of #A1831C
Black with #A1831C
Text Example
Text Example
White with #A1831C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1831C; }
p { color: rgb(161,131,28); }
H1.HeaderClassName
{
color: #A1831C;
}
.AnyTagClassName
{
color: #A1831C;
}
</style>
background-color css
<style>
a { background-color: #A1831C; }
a { background-color: rgb(161,131,28); }
div.DivClassName
{
background-color: #A1831C;
}
.BgClassName
{
background-color: #A1831C;
}
</style>
border-color css
<style>
span { border-color: #A1831C; }
span { border-color: rgb(161,131,28); }
td.TdClassName
{
border-color: #A1831C;
}
.TagClassName
{
border-color: #A1831C;
}
</style>