Shades of Hacienda #A57910
Tints of Hacienda #A57910
RGB
CMYK
RGB Variations
Color information
#A57910 (or 0xA57910) is known color: Hacienda. HEX triplet: A5, 79 and 10. RGB value is (165,121,16). Sum of RGB (Red+Green+Blue) = 165+121+16=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A57910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57910 is #5A86EF. Grayscale: #7A7A7A. Windows color (decimal): -5932784 or 1079717. OLE color: 1079717.
HSL color Cylindrical-coordinate representation of color #A57910: hue angle of 42.28º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A57910 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 121 | 16 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.35 |
| HSL | 42.28º | 0.82% | 0.35% | - |
| HSV(B) | 42.28º | 0.9% | 0.65% | - |
| XYZ | 22.45 | 21.71 | 3.5 | - |
| YUV | 122.19 | 68.08 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 121 | 16 | 0 | 0.27 | 0.90 | 0.35 | 42.28 | 0.82 | 0.35 |
| Hex | A5 | 79 | 10 | 0 | 1B | 5A | 23 | 2A | 52 | 23 |
| Octal | 245 | 171 | 20 | 0 | 33 | 132 | 43 | 52 | 122 | 43 |
| Binary | 10100101 | 1111001 | 10000 | 0 | 11011 | 1011010 | 100011 | 101010 | 1010010 | 100011 |
Color Harmonies of #A57910
Complementary color
Monochromatic Colors of #A57910
Black with #A57910
Text Example
Text Example
White with #A57910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57910; }
p { color: rgb(165,121,16); }
H1.HeaderClassName
{
color: #A57910;
}
.AnyTagClassName
{
color: #A57910;
}
</style>
background-color css
<style>
a { background-color: #A57910; }
a { background-color: rgb(165,121,16); }
div.DivClassName
{
background-color: #A57910;
}
.BgClassName
{
background-color: #A57910;
}
</style>
border-color css
<style>
span { border-color: #A57910; }
span { border-color: rgb(165,121,16); }
td.TdClassName
{
border-color: #A57910;
}
.TagClassName
{
border-color: #A57910;
}
</style>