Shades of Hacienda #A58229
Tints of Hacienda #A58229
RGB
CMYK
RGB Variations
Color information
#A58229 (or 0xA58229) is known color: Hacienda. HEX triplet: A5, 82 and 29. RGB value is (165,130,41). Sum of RGB (Red+Green+Blue) = 165+130+41=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A58229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58229 is #5A7DD6. Grayscale: #828282. Windows color (decimal): -5930455 or 2720421. OLE color: 2720421.
HSL color Cylindrical-coordinate representation of color #A58229: hue angle of 43.06º 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 #A58229 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 130 | 41 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.35 |
| HSL | 43.06º | 0.6% | 0.4% | - |
| HSV(B) | 43.06º | 0.75% | 0.65% | - |
| XYZ | 23.9 | 24.12 | 5.49 | - |
| YUV | 130.32 | 77.6 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 41 | 0 | 0.21 | 0.75 | 0.35 | 43.06 | 0.6 | 0.4 |
| Hex | A5 | 82 | 29 | 0 | 15 | 4B | 23 | 2B | 3C | 28 |
| Octal | 245 | 202 | 51 | 0 | 25 | 113 | 43 | 53 | 74 | 50 |
| Binary | 10100101 | 10000010 | 101001 | 0 | 10101 | 1001011 | 100011 | 101011 | 111100 | 101000 |
Color Harmonies of #A58229
Complementary color
Monochromatic Colors of #A58229
Black with #A58229
Text Example
Text Example
White with #A58229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58229; }
p { color: rgb(165,130,41); }
H1.HeaderClassName
{
color: #A58229;
}
.AnyTagClassName
{
color: #A58229;
}
</style>
background-color css
<style>
a { background-color: #A58229; }
a { background-color: rgb(165,130,41); }
div.DivClassName
{
background-color: #A58229;
}
.BgClassName
{
background-color: #A58229;
}
</style>
border-color css
<style>
span { border-color: #A58229; }
span { border-color: rgb(165,130,41); }
td.TdClassName
{
border-color: #A58229;
}
.TagClassName
{
border-color: #A58229;
}
</style>