Shades of Hacienda #A58413
Tints of Hacienda #A58413
RGB
CMYK
RGB Variations
Color information
#A58413 (or 0xA58413) is known color: Hacienda. HEX triplet: A5, 84 and 13. RGB value is (165,132,19). Sum of RGB (Red+Green+Blue) = 165+132+19=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A58413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58413 is #5A7BEC. Grayscale: #818181. Windows color (decimal): -5929965 or 1279141. OLE color: 1279141.
HSL color Cylindrical-coordinate representation of color #A58413: hue angle of 46.44º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A58413 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 132 | 19 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.35 |
| HSL | 46.44º | 0.79% | 0.36% | - |
| HSV(B) | 46.44º | 0.88% | 0.65% | - |
| XYZ | 23.89 | 24.55 | 4.1 | - |
| YUV | 128.99 | 65.93 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 19 | 0 | 0.20 | 0.88 | 0.35 | 46.44 | 0.79 | 0.36 |
| Hex | A5 | 84 | 13 | 0 | 14 | 58 | 23 | 2E | 4F | 24 |
| Octal | 245 | 204 | 23 | 0 | 24 | 130 | 43 | 56 | 117 | 44 |
| Binary | 10100101 | 10000100 | 10011 | 0 | 10100 | 1011000 | 100011 | 101110 | 1001111 | 100100 |
Color Harmonies of #A58413
Complementary color
Monochromatic Colors of #A58413
Black with #A58413
Text Example
Text Example
White with #A58413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58413; }
p { color: rgb(165,132,19); }
H1.HeaderClassName
{
color: #A58413;
}
.AnyTagClassName
{
color: #A58413;
}
</style>
background-color css
<style>
a { background-color: #A58413; }
a { background-color: rgb(165,132,19); }
div.DivClassName
{
background-color: #A58413;
}
.BgClassName
{
background-color: #A58413;
}
</style>
border-color css
<style>
span { border-color: #A58413; }
span { border-color: rgb(165,132,19); }
td.TdClassName
{
border-color: #A58413;
}
.TagClassName
{
border-color: #A58413;
}
</style>