Shades of Hacienda #A58417
Tints of Hacienda #A58417
RGB
CMYK
RGB Variations
Color information
#A58417 (or 0xA58417) is known color: Hacienda. HEX triplet: A5, 84 and 17. RGB value is (165,132,23). Sum of RGB (Red+Green+Blue) = 165+132+23=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A58417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58417 is #5A7BE8. Grayscale: #818181. Windows color (decimal): -5929961 or 1541285. OLE color: 1541285.
HSL color Cylindrical-coordinate representation of color #A58417: hue angle of 46.06º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A58417 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 132 | 23 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.35 |
| HSL | 46.06º | 0.76% | 0.37% | - |
| HSV(B) | 46.06º | 0.86% | 0.65% | - |
| XYZ | 23.92 | 24.56 | 4.29 | - |
| YUV | 129.44 | 67.93 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 23 | 0 | 0.20 | 0.86 | 0.35 | 46.06 | 0.76 | 0.37 |
| Hex | A5 | 84 | 17 | 0 | 14 | 56 | 23 | 2E | 4C | 25 |
| Octal | 245 | 204 | 27 | 0 | 24 | 126 | 43 | 56 | 114 | 45 |
| Binary | 10100101 | 10000100 | 10111 | 0 | 10100 | 1010110 | 100011 | 101110 | 1001100 | 100101 |
Color Harmonies of #A58417
Complementary color
Monochromatic Colors of #A58417
Black with #A58417
Text Example
Text Example
White with #A58417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58417; }
p { color: rgb(165,132,23); }
H1.HeaderClassName
{
color: #A58417;
}
.AnyTagClassName
{
color: #A58417;
}
</style>
background-color css
<style>
a { background-color: #A58417; }
a { background-color: rgb(165,132,23); }
div.DivClassName
{
background-color: #A58417;
}
.BgClassName
{
background-color: #A58417;
}
</style>
border-color css
<style>
span { border-color: #A58417; }
span { border-color: rgb(165,132,23); }
td.TdClassName
{
border-color: #A58417;
}
.TagClassName
{
border-color: #A58417;
}
</style>