Shades of Hacienda #A58127
Tints of Hacienda #A58127
RGB
CMYK
RGB Variations
Color information
#A58127 (or 0xA58127) is known color: Hacienda. HEX triplet: A5, 81 and 27. RGB value is (165,129,39). Sum of RGB (Red+Green+Blue) = 165+129+39=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A58127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58127 is #5A7ED8. Grayscale: #818181. Windows color (decimal): -5930713 or 2589093. OLE color: 2589093.
HSL color Cylindrical-coordinate representation of color #A58127: hue angle of 42.86º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A58127 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 129 | 39 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.35 |
| HSL | 42.86º | 0.62% | 0.4% | - |
| HSV(B) | 42.86º | 0.76% | 0.65% | - |
| XYZ | 23.73 | 23.85 | 5.27 | - |
| YUV | 129.5 | 76.93 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 129 | 39 | 0 | 0.22 | 0.76 | 0.35 | 42.86 | 0.62 | 0.4 |
| Hex | A5 | 81 | 27 | 0 | 16 | 4C | 23 | 2B | 3E | 28 |
| Octal | 245 | 201 | 47 | 0 | 26 | 114 | 43 | 53 | 76 | 50 |
| Binary | 10100101 | 10000001 | 100111 | 0 | 10110 | 1001100 | 100011 | 101011 | 111110 | 101000 |
Color Harmonies of #A58127
Complementary color
Monochromatic Colors of #A58127
Black with #A58127
Text Example
Text Example
White with #A58127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58127; }
p { color: rgb(165,129,39); }
H1.HeaderClassName
{
color: #A58127;
}
.AnyTagClassName
{
color: #A58127;
}
</style>
background-color css
<style>
a { background-color: #A58127; }
a { background-color: rgb(165,129,39); }
div.DivClassName
{
background-color: #A58127;
}
.BgClassName
{
background-color: #A58127;
}
</style>
border-color css
<style>
span { border-color: #A58127; }
span { border-color: rgb(165,129,39); }
td.TdClassName
{
border-color: #A58127;
}
.TagClassName
{
border-color: #A58127;
}
</style>