Shades of Hacienda #A58D25
Tints of Hacienda #A58D25
RGB
CMYK
RGB Variations
Color information
#A58D25 (or 0xA58D25) is known color: Hacienda. HEX triplet: A5, 8D and 25. RGB value is (165,141,37). Sum of RGB (Red+Green+Blue) = 165+141+37=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58D25 is #5A72DA. Grayscale: #888888. Windows color (decimal): -5927643 or 2461093. OLE color: 2461093.
HSL color Cylindrical-coordinate representation of color #A58D25: hue angle of 48.75º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A58D25 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 141 | 37 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.35 |
| HSL | 48.75º | 0.63% | 0.4% | - |
| HSV(B) | 48.75º | 0.78% | 0.65% | - |
| XYZ | 25.38 | 27.18 | 5.66 | - |
| YUV | 136.32 | 71.95 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 141 | 37 | 0 | 0.15 | 0.78 | 0.35 | 48.75 | 0.63 | 0.4 |
| Hex | A5 | 8D | 25 | 0 | F | 4E | 23 | 31 | 3F | 28 |
| Octal | 245 | 215 | 45 | 0 | 17 | 116 | 43 | 61 | 77 | 50 |
| Binary | 10100101 | 10001101 | 100101 | 0 | 1111 | 1001110 | 100011 | 110001 | 111111 | 101000 |
Color Harmonies of #A58D25
Complementary color
Monochromatic Colors of #A58D25
Black with #A58D25
Text Example
Text Example
White with #A58D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58D25; }
p { color: rgb(165,141,37); }
H1.HeaderClassName
{
color: #A58D25;
}
.AnyTagClassName
{
color: #A58D25;
}
</style>
background-color css
<style>
a { background-color: #A58D25; }
a { background-color: rgb(165,141,37); }
div.DivClassName
{
background-color: #A58D25;
}
.BgClassName
{
background-color: #A58D25;
}
</style>
border-color css
<style>
span { border-color: #A58D25; }
span { border-color: rgb(165,141,37); }
td.TdClassName
{
border-color: #A58D25;
}
.TagClassName
{
border-color: #A58D25;
}
</style>