Shades of Hacienda #A1741B
Tints of Hacienda #A1741B
RGB
CMYK
RGB Variations
Color information
#A1741B (or 0xA1741B) is known color: Hacienda. HEX triplet: A1, 74 and 1B. RGB value is (161,116,27). Sum of RGB (Red+Green+Blue) = 161+116+27=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A1741B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1741B is #5E8BE4. Grayscale: #777777. Windows color (decimal): -6196197 or 1799329. OLE color: 1799329.
HSL color Cylindrical-coordinate representation of color #A1741B: hue angle of 39.85º degrees, saturation: 0.71, 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 #A1741B is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 27 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.37 |
| HSL | 39.85º | 0.71% | 0.37% | - |
| HSV(B) | 39.85º | 0.83% | 0.63% | - |
| XYZ | 21.14 | 20.15 | 3.81 | - |
| YUV | 119.31 | 75.91 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 27 | 0 | 0.28 | 0.83 | 0.37 | 39.85 | 0.71 | 0.37 |
| Hex | A1 | 74 | 1B | 0 | 1C | 53 | 25 | 28 | 47 | 25 |
| Octal | 241 | 164 | 33 | 0 | 34 | 123 | 45 | 50 | 107 | 45 |
| Binary | 10100001 | 1110100 | 11011 | 0 | 11100 | 1010011 | 100101 | 101000 | 1000111 | 100101 |
Color Harmonies of #A1741B
Complementary color
Monochromatic Colors of #A1741B
Black with #A1741B
Text Example
Text Example
White with #A1741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1741B; }
p { color: rgb(161,116,27); }
H1.HeaderClassName
{
color: #A1741B;
}
.AnyTagClassName
{
color: #A1741B;
}
</style>
background-color css
<style>
a { background-color: #A1741B; }
a { background-color: rgb(161,116,27); }
div.DivClassName
{
background-color: #A1741B;
}
.BgClassName
{
background-color: #A1741B;
}
</style>
border-color css
<style>
span { border-color: #A1741B; }
span { border-color: rgb(161,116,27); }
td.TdClassName
{
border-color: #A1741B;
}
.TagClassName
{
border-color: #A1741B;
}
</style>