Shades of Hacienda #A1832F
Tints of Hacienda #A1832F
RGB
CMYK
RGB Variations
Color information
#A1832F (or 0xA1832F) is known color: Hacienda. HEX triplet: A1, 83 and 2F. RGB value is (161,131,47). Sum of RGB (Red+Green+Blue) = 161+131+47=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1832F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1832F is #5E7CD0. Grayscale: #828282. Windows color (decimal): -6192337 or 3113889. OLE color: 3113889.
HSL color Cylindrical-coordinate representation of color #A1832F: hue angle of 44.21º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1832F is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 131 | 47 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.37 |
| HSL | 44.21º | 0.55% | 0.41% | - |
| HSV(B) | 44.21º | 0.71% | 0.63% | - |
| XYZ | 23.33 | 24.01 | 6.1 | - |
| YUV | 130.39 | 80.94 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 47 | 0 | 0.19 | 0.71 | 0.37 | 44.21 | 0.55 | 0.41 |
| Hex | A1 | 83 | 2F | 0 | 13 | 47 | 25 | 2C | 37 | 29 |
| Octal | 241 | 203 | 57 | 0 | 23 | 107 | 45 | 54 | 67 | 51 |
| Binary | 10100001 | 10000011 | 101111 | 0 | 10011 | 1000111 | 100101 | 101100 | 110111 | 101001 |
Color Harmonies of #A1832F
Complementary color
Monochromatic Colors of #A1832F
Black with #A1832F
Text Example
Text Example
White with #A1832F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1832F; }
p { color: rgb(161,131,47); }
H1.HeaderClassName
{
color: #A1832F;
}
.AnyTagClassName
{
color: #A1832F;
}
</style>
background-color css
<style>
a { background-color: #A1832F; }
a { background-color: rgb(161,131,47); }
div.DivClassName
{
background-color: #A1832F;
}
.BgClassName
{
background-color: #A1832F;
}
</style>
border-color css
<style>
span { border-color: #A1832F; }
span { border-color: rgb(161,131,47); }
td.TdClassName
{
border-color: #A1832F;
}
.TagClassName
{
border-color: #A1832F;
}
</style>