Shades of Hacienda #A58815
Tints of Hacienda #A58815
RGB
CMYK
RGB Variations
Color information
#A58815 (or 0xA58815) is known color: Hacienda. HEX triplet: A5, 88 and 15. RGB value is (165,136,21). Sum of RGB (Red+Green+Blue) = 165+136+21=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A58815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58815 is #5A77EA. Grayscale: #848484. Windows color (decimal): -5928939 or 1411237. OLE color: 1411237.
HSL color Cylindrical-coordinate representation of color #A58815: hue angle of 47.92º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A58815 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 136 | 21 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.35 |
| HSL | 47.92º | 0.77% | 0.36% | - |
| HSV(B) | 47.92º | 0.87% | 0.65% | - |
| XYZ | 24.46 | 25.66 | 4.37 | - |
| YUV | 131.56 | 65.61 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 136 | 21 | 0 | 0.18 | 0.87 | 0.35 | 47.92 | 0.77 | 0.36 |
| Hex | A5 | 88 | 15 | 0 | 12 | 57 | 23 | 30 | 4D | 24 |
| Octal | 245 | 210 | 25 | 0 | 22 | 127 | 43 | 60 | 115 | 44 |
| Binary | 10100101 | 10001000 | 10101 | 0 | 10010 | 1010111 | 100011 | 110000 | 1001101 | 100100 |
Color Harmonies of #A58815
Complementary color
Monochromatic Colors of #A58815
Black with #A58815
Text Example
Text Example
White with #A58815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58815; }
p { color: rgb(165,136,21); }
H1.HeaderClassName
{
color: #A58815;
}
.AnyTagClassName
{
color: #A58815;
}
</style>
background-color css
<style>
a { background-color: #A58815; }
a { background-color: rgb(165,136,21); }
div.DivClassName
{
background-color: #A58815;
}
.BgClassName
{
background-color: #A58815;
}
</style>
border-color css
<style>
span { border-color: #A58815; }
span { border-color: rgb(165,136,21); }
td.TdClassName
{
border-color: #A58815;
}
.TagClassName
{
border-color: #A58815;
}
</style>