Shades of Hacienda #A1821F
Tints of Hacienda #A1821F
RGB
CMYK
RGB Variations
Color information
#A1821F (or 0xA1821F) is known color: Hacienda. HEX triplet: A1, 82 and 1F. RGB value is (161,130,31). Sum of RGB (Red+Green+Blue) = 161+130+31=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A1821F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1821F is #5E7DE0. Grayscale: #808080. Windows color (decimal): -6192609 or 2065057. OLE color: 2065057.
HSL color Cylindrical-coordinate representation of color #A1821F: hue angle of 45.69º 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 #A1821F is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 31 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.37 |
| HSL | 45.69º | 0.68% | 0.38% | - |
| HSV(B) | 45.69º | 0.81% | 0.63% | - |
| XYZ | 22.93 | 23.64 | 4.65 | - |
| YUV | 127.98 | 73.27 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 31 | 0 | 0.19 | 0.81 | 0.37 | 45.69 | 0.68 | 0.38 |
| Hex | A1 | 82 | 1F | 0 | 13 | 51 | 25 | 2E | 44 | 26 |
| Octal | 241 | 202 | 37 | 0 | 23 | 121 | 45 | 56 | 104 | 46 |
| Binary | 10100001 | 10000010 | 11111 | 0 | 10011 | 1010001 | 100101 | 101110 | 1000100 | 100110 |
Color Harmonies of #A1821F
Complementary color
Monochromatic Colors of #A1821F
Black with #A1821F
Text Example
Text Example
White with #A1821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1821F; }
p { color: rgb(161,130,31); }
H1.HeaderClassName
{
color: #A1821F;
}
.AnyTagClassName
{
color: #A1821F;
}
</style>
background-color css
<style>
a { background-color: #A1821F; }
a { background-color: rgb(161,130,31); }
div.DivClassName
{
background-color: #A1821F;
}
.BgClassName
{
background-color: #A1821F;
}
</style>
border-color css
<style>
span { border-color: #A1821F; }
span { border-color: rgb(161,130,31); }
td.TdClassName
{
border-color: #A1821F;
}
.TagClassName
{
border-color: #A1821F;
}
</style>