Shades of Hacienda #A57817
Tints of Hacienda #A57817
RGB
CMYK
RGB Variations
Color information
#A57817 (or 0xA57817) is known color: Hacienda. HEX triplet: A5, 78 and 17. RGB value is (165,120,23). Sum of RGB (Red+Green+Blue) = 165+120+23=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A57817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57817 is #5A87E8. Grayscale: #7A7A7A. Windows color (decimal): -5933033 or 1538213. OLE color: 1538213.
HSL color Cylindrical-coordinate representation of color #A57817: hue angle of 40.99º 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 #A57817 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 120 | 23 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.35 |
| HSL | 40.99º | 0.76% | 0.37% | - |
| HSV(B) | 40.99º | 0.86% | 0.65% | - |
| XYZ | 22.39 | 21.49 | 3.78 | - |
| YUV | 122.4 | 71.91 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 23 | 0 | 0.27 | 0.86 | 0.35 | 40.99 | 0.76 | 0.37 |
| Hex | A5 | 78 | 17 | 0 | 1B | 56 | 23 | 29 | 4C | 25 |
| Octal | 245 | 170 | 27 | 0 | 33 | 126 | 43 | 51 | 114 | 45 |
| Binary | 10100101 | 1111000 | 10111 | 0 | 11011 | 1010110 | 100011 | 101001 | 1001100 | 100101 |
Color Harmonies of #A57817
Complementary color
Monochromatic Colors of #A57817
Black with #A57817
Text Example
Text Example
White with #A57817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57817; }
p { color: rgb(165,120,23); }
H1.HeaderClassName
{
color: #A57817;
}
.AnyTagClassName
{
color: #A57817;
}
</style>
background-color css
<style>
a { background-color: #A57817; }
a { background-color: rgb(165,120,23); }
div.DivClassName
{
background-color: #A57817;
}
.BgClassName
{
background-color: #A57817;
}
</style>
border-color css
<style>
span { border-color: #A57817; }
span { border-color: rgb(165,120,23); }
td.TdClassName
{
border-color: #A57817;
}
.TagClassName
{
border-color: #A57817;
}
</style>