Shades of Hacienda #A17710
Tints of Hacienda #A17710
RGB
CMYK
RGB Variations
Color information
#A17710 (or 0xA17710) is known color: Hacienda. HEX triplet: A1, 77 and 10. RGB value is (161,119,16). Sum of RGB (Red+Green+Blue) = 161+119+16=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A17710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17710 is #5E88EF. Grayscale: #787878. Windows color (decimal): -6195440 or 1079201. OLE color: 1079201.
HSL color Cylindrical-coordinate representation of color #A17710: hue angle of 42.62º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A17710 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 119 | 16 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.37 |
| HSL | 42.62º | 0.82% | 0.35% | - |
| HSV(B) | 42.62º | 0.9% | 0.63% | - |
| XYZ | 21.39 | 20.81 | 3.38 | - |
| YUV | 119.82 | 69.41 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 16 | 0 | 0.26 | 0.90 | 0.37 | 42.62 | 0.82 | 0.35 |
| Hex | A1 | 77 | 10 | 0 | 1A | 5A | 25 | 2B | 52 | 23 |
| Octal | 241 | 167 | 20 | 0 | 32 | 132 | 45 | 53 | 122 | 43 |
| Binary | 10100001 | 1110111 | 10000 | 0 | 11010 | 1011010 | 100101 | 101011 | 1010010 | 100011 |
Color Harmonies of #A17710
Complementary color
Monochromatic Colors of #A17710
Black with #A17710
Text Example
Text Example
White with #A17710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17710; }
p { color: rgb(161,119,16); }
H1.HeaderClassName
{
color: #A17710;
}
.AnyTagClassName
{
color: #A17710;
}
</style>
background-color css
<style>
a { background-color: #A17710; }
a { background-color: rgb(161,119,16); }
div.DivClassName
{
background-color: #A17710;
}
.BgClassName
{
background-color: #A17710;
}
</style>
border-color css
<style>
span { border-color: #A17710; }
span { border-color: rgb(161,119,16); }
td.TdClassName
{
border-color: #A17710;
}
.TagClassName
{
border-color: #A17710;
}
</style>