Shades of Hacienda #A58A27
Tints of Hacienda #A58A27
RGB
CMYK
RGB Variations
Color information
#A58A27 (or 0xA58A27) is known color: Hacienda. HEX triplet: A5, 8A and 27. RGB value is (165,138,39). Sum of RGB (Red+Green+Blue) = 165+138+39=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58A27 is #5A75D8. Grayscale: #878787. Windows color (decimal): -5928409 or 2591397. OLE color: 2591397.
HSL color Cylindrical-coordinate representation of color #A58A27: hue angle of 47.14º 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 #A58A27 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 138 | 39 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.35 |
| HSL | 47.14º | 0.62% | 0.4% | - |
| HSV(B) | 47.14º | 0.76% | 0.65% | - |
| XYZ | 24.97 | 26.32 | 5.68 | - |
| YUV | 134.79 | 73.95 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 138 | 39 | 0 | 0.16 | 0.76 | 0.35 | 47.14 | 0.62 | 0.4 |
| Hex | A5 | 8A | 27 | 0 | 10 | 4C | 23 | 2F | 3E | 28 |
| Octal | 245 | 212 | 47 | 0 | 20 | 114 | 43 | 57 | 76 | 50 |
| Binary | 10100101 | 10001010 | 100111 | 0 | 10000 | 1001100 | 100011 | 101111 | 111110 | 101000 |
Color Harmonies of #A58A27
Complementary color
Monochromatic Colors of #A58A27
Black with #A58A27
Text Example
Text Example
White with #A58A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58A27; }
p { color: rgb(165,138,39); }
H1.HeaderClassName
{
color: #A58A27;
}
.AnyTagClassName
{
color: #A58A27;
}
</style>
background-color css
<style>
a { background-color: #A58A27; }
a { background-color: rgb(165,138,39); }
div.DivClassName
{
background-color: #A58A27;
}
.BgClassName
{
background-color: #A58A27;
}
</style>
border-color css
<style>
span { border-color: #A58A27; }
span { border-color: rgb(165,138,39); }
td.TdClassName
{
border-color: #A58A27;
}
.TagClassName
{
border-color: #A58A27;
}
</style>