Shades of Hacienda #A1741D
Tints of Hacienda #A1741D
RGB
CMYK
RGB Variations
Color information
#A1741D (or 0xA1741D) is known color: Hacienda. HEX triplet: A1, 74 and 1D. RGB value is (161,116,29). Sum of RGB (Red+Green+Blue) = 161+116+29=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A1741D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1741D is #5E8BE2. Grayscale: #777777. Windows color (decimal): -6196195 or 1930401. OLE color: 1930401.
HSL color Cylindrical-coordinate representation of color #A1741D: hue angle of 39.55º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1741D is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 29 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.37 |
| HSL | 39.55º | 0.69% | 0.37% | - |
| HSV(B) | 39.55º | 0.82% | 0.63% | - |
| XYZ | 21.17 | 20.16 | 3.94 | - |
| YUV | 119.54 | 76.91 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 29 | 0 | 0.28 | 0.82 | 0.37 | 39.55 | 0.69 | 0.37 |
| Hex | A1 | 74 | 1D | 0 | 1C | 52 | 25 | 28 | 45 | 25 |
| Octal | 241 | 164 | 35 | 0 | 34 | 122 | 45 | 50 | 105 | 45 |
| Binary | 10100001 | 1110100 | 11101 | 0 | 11100 | 1010010 | 100101 | 101000 | 1000101 | 100101 |
Color Harmonies of #A1741D
Complementary color
Monochromatic Colors of #A1741D
Black with #A1741D
Text Example
Text Example
White with #A1741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1741D; }
p { color: rgb(161,116,29); }
H1.HeaderClassName
{
color: #A1741D;
}
.AnyTagClassName
{
color: #A1741D;
}
</style>
background-color css
<style>
a { background-color: #A1741D; }
a { background-color: rgb(161,116,29); }
div.DivClassName
{
background-color: #A1741D;
}
.BgClassName
{
background-color: #A1741D;
}
</style>
border-color css
<style>
span { border-color: #A1741D; }
span { border-color: rgb(161,116,29); }
td.TdClassName
{
border-color: #A1741D;
}
.TagClassName
{
border-color: #A1741D;
}
</style>