Shades of Hacienda #A17519
Tints of Hacienda #A17519
RGB
CMYK
RGB Variations
Color information
#A17519 (or 0xA17519) is known color: Hacienda. HEX triplet: A1, 75 and 19. RGB value is (161,117,25). Sum of RGB (Red+Green+Blue) = 161+117+25=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A17519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17519 is #5E8AE6. Grayscale: #787878. Windows color (decimal): -6195943 or 1668513. OLE color: 1668513.
HSL color Cylindrical-coordinate representation of color #A17519: hue angle of 40.59º 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 #A17519 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 117 | 25 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.37 |
| HSL | 40.59º | 0.73% | 0.36% | - |
| HSV(B) | 40.59º | 0.84% | 0.63% | - |
| XYZ | 21.23 | 20.37 | 3.73 | - |
| YUV | 119.67 | 74.58 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 25 | 0 | 0.27 | 0.84 | 0.37 | 40.59 | 0.73 | 0.36 |
| Hex | A1 | 75 | 19 | 0 | 1B | 54 | 25 | 29 | 49 | 24 |
| Octal | 241 | 165 | 31 | 0 | 33 | 124 | 45 | 51 | 111 | 44 |
| Binary | 10100001 | 1110101 | 11001 | 0 | 11011 | 1010100 | 100101 | 101001 | 1001001 | 100100 |
Color Harmonies of #A17519
Complementary color
Monochromatic Colors of #A17519
Black with #A17519
Text Example
Text Example
White with #A17519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17519; }
p { color: rgb(161,117,25); }
H1.HeaderClassName
{
color: #A17519;
}
.AnyTagClassName
{
color: #A17519;
}
</style>
background-color css
<style>
a { background-color: #A17519; }
a { background-color: rgb(161,117,25); }
div.DivClassName
{
background-color: #A17519;
}
.BgClassName
{
background-color: #A17519;
}
</style>
border-color css
<style>
span { border-color: #A17519; }
span { border-color: rgb(161,117,25); }
td.TdClassName
{
border-color: #A17519;
}
.TagClassName
{
border-color: #A17519;
}
</style>