Shades of Hacienda #A17D19
Tints of Hacienda #A17D19
RGB
CMYK
RGB Variations
Color information
#A17D19 (or 0xA17D19) is known color: Hacienda. HEX triplet: A1, 7D and 19. RGB value is (161,125,25). Sum of RGB (Red+Green+Blue) = 161+125+25=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17D19 is #5E82E6. Grayscale: #7C7C7C. Windows color (decimal): -6193895 or 1670561. OLE color: 1670561.
HSL color Cylindrical-coordinate representation of color #A17D19: hue angle of 44.12º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A17D19 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 125 | 25 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.37 |
| HSL | 44.12º | 0.73% | 0.36% | - |
| HSV(B) | 44.12º | 0.84% | 0.63% | - |
| XYZ | 22.21 | 22.31 | 4.06 | - |
| YUV | 124.36 | 71.93 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 25 | 0 | 0.22 | 0.84 | 0.37 | 44.12 | 0.73 | 0.36 |
| Hex | A1 | 7D | 19 | 0 | 16 | 54 | 25 | 2C | 49 | 24 |
| Octal | 241 | 175 | 31 | 0 | 26 | 124 | 45 | 54 | 111 | 44 |
| Binary | 10100001 | 1111101 | 11001 | 0 | 10110 | 1010100 | 100101 | 101100 | 1001001 | 100100 |
Color Harmonies of #A17D19
Complementary color
Monochromatic Colors of #A17D19
Black with #A17D19
Text Example
Text Example
White with #A17D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17D19; }
p { color: rgb(161,125,25); }
H1.HeaderClassName
{
color: #A17D19;
}
.AnyTagClassName
{
color: #A17D19;
}
</style>
background-color css
<style>
a { background-color: #A17D19; }
a { background-color: rgb(161,125,25); }
div.DivClassName
{
background-color: #A17D19;
}
.BgClassName
{
background-color: #A17D19;
}
</style>
border-color css
<style>
span { border-color: #A17D19; }
span { border-color: rgb(161,125,25); }
td.TdClassName
{
border-color: #A17D19;
}
.TagClassName
{
border-color: #A17D19;
}
</style>