Shades of Hacienda #A58129
Tints of Hacienda #A58129
RGB
CMYK
RGB Variations
Color information
#A58129 (or 0xA58129) is known color: Hacienda. HEX triplet: A5, 81 and 29. RGB value is (165,129,41). Sum of RGB (Red+Green+Blue) = 165+129+41=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A58129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58129 is #5A7ED6. Grayscale: #828282. Windows color (decimal): -5930711 or 2720165. OLE color: 2720165.
HSL color Cylindrical-coordinate representation of color #A58129: hue angle of 42.58º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A58129 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 129 | 41 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.35 |
| HSL | 42.58º | 0.6% | 0.4% | - |
| HSV(B) | 42.58º | 0.75% | 0.65% | - |
| XYZ | 23.77 | 23.86 | 5.45 | - |
| YUV | 129.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 129 | 41 | 0 | 0.22 | 0.75 | 0.35 | 42.58 | 0.6 | 0.4 |
| Hex | A5 | 81 | 29 | 0 | 16 | 4B | 23 | 2B | 3C | 28 |
| Octal | 245 | 201 | 51 | 0 | 26 | 113 | 43 | 53 | 74 | 50 |
| Binary | 10100101 | 10000001 | 101001 | 0 | 10110 | 1001011 | 100011 | 101011 | 111100 | 101000 |
Color Harmonies of #A58129
Complementary color
Monochromatic Colors of #A58129
Black with #A58129
Text Example
Text Example
White with #A58129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58129; }
p { color: rgb(165,129,41); }
H1.HeaderClassName
{
color: #A58129;
}
.AnyTagClassName
{
color: #A58129;
}
</style>
background-color css
<style>
a { background-color: #A58129; }
a { background-color: rgb(165,129,41); }
div.DivClassName
{
background-color: #A58129;
}
.BgClassName
{
background-color: #A58129;
}
</style>
border-color css
<style>
span { border-color: #A58129; }
span { border-color: rgb(165,129,41); }
td.TdClassName
{
border-color: #A58129;
}
.TagClassName
{
border-color: #A58129;
}
</style>