Shades of Hacienda #A17C24
Tints of Hacienda #A17C24
RGB
CMYK
RGB Variations
Color information
#A17C24 (or 0xA17C24) is known color: Hacienda. HEX triplet: A1, 7C and 24. RGB value is (161,124,36). Sum of RGB (Red+Green+Blue) = 161+124+36=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17C24 is #5E83DB. Grayscale: #7D7D7D. Windows color (decimal): -6194140 or 2391201. OLE color: 2391201.
HSL color Cylindrical-coordinate representation of color #A17C24: hue angle of 42.24º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A17C24 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 124 | 36 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.37 |
| HSL | 42.24º | 0.63% | 0.39% | - |
| HSV(B) | 42.24º | 0.78% | 0.63% | - |
| XYZ | 22.22 | 22.12 | 4.77 | - |
| YUV | 125.03 | 77.76 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 36 | 0 | 0.23 | 0.78 | 0.37 | 42.24 | 0.63 | 0.39 |
| Hex | A1 | 7C | 24 | 0 | 17 | 4E | 25 | 2A | 3F | 27 |
| Octal | 241 | 174 | 44 | 0 | 27 | 116 | 45 | 52 | 77 | 47 |
| Binary | 10100001 | 1111100 | 100100 | 0 | 10111 | 1001110 | 100101 | 101010 | 111111 | 100111 |
Color Harmonies of #A17C24
Complementary color
Monochromatic Colors of #A17C24
Black with #A17C24
Text Example
Text Example
White with #A17C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17C24; }
p { color: rgb(161,124,36); }
H1.HeaderClassName
{
color: #A17C24;
}
.AnyTagClassName
{
color: #A17C24;
}
</style>
background-color css
<style>
a { background-color: #A17C24; }
a { background-color: rgb(161,124,36); }
div.DivClassName
{
background-color: #A17C24;
}
.BgClassName
{
background-color: #A17C24;
}
</style>
border-color css
<style>
span { border-color: #A17C24; }
span { border-color: rgb(161,124,36); }
td.TdClassName
{
border-color: #A17C24;
}
.TagClassName
{
border-color: #A17C24;
}
</style>