Shades of Hacienda #A17A24
Tints of Hacienda #A17A24
RGB
CMYK
RGB Variations
Color information
#A17A24 (or 0xA17A24) is known color: Hacienda. HEX triplet: A1, 7A and 24. RGB value is (161,122,36). Sum of RGB (Red+Green+Blue) = 161+122+36=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17A24 is #5E85DB. Grayscale: #7C7C7C. Windows color (decimal): -6194652 or 2390689. OLE color: 2390689.
HSL color Cylindrical-coordinate representation of color #A17A24: hue angle of 41.28º 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 #A17A24 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 36 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.37 |
| HSL | 41.28º | 0.63% | 0.39% | - |
| HSV(B) | 41.28º | 0.78% | 0.63% | - |
| XYZ | 21.98 | 21.62 | 4.68 | - |
| YUV | 123.86 | 78.42 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 36 | 0 | 0.24 | 0.78 | 0.37 | 41.28 | 0.63 | 0.39 |
| Hex | A1 | 7A | 24 | 0 | 18 | 4E | 25 | 29 | 3F | 27 |
| Octal | 241 | 172 | 44 | 0 | 30 | 116 | 45 | 51 | 77 | 47 |
| Binary | 10100001 | 1111010 | 100100 | 0 | 11000 | 1001110 | 100101 | 101001 | 111111 | 100111 |
Color Harmonies of #A17A24
Complementary color
Monochromatic Colors of #A17A24
Black with #A17A24
Text Example
Text Example
White with #A17A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A24; }
p { color: rgb(161,122,36); }
H1.HeaderClassName
{
color: #A17A24;
}
.AnyTagClassName
{
color: #A17A24;
}
</style>
background-color css
<style>
a { background-color: #A17A24; }
a { background-color: rgb(161,122,36); }
div.DivClassName
{
background-color: #A17A24;
}
.BgClassName
{
background-color: #A17A24;
}
</style>
border-color css
<style>
span { border-color: #A17A24; }
span { border-color: rgb(161,122,36); }
td.TdClassName
{
border-color: #A17A24;
}
.TagClassName
{
border-color: #A17A24;
}
</style>