Shades of Hacienda #A58011
Tints of Hacienda #A58011
RGB
CMYK
RGB Variations
Color information
#A58011 (or 0xA58011) is known color: Hacienda. HEX triplet: A5, 80 and 11. RGB value is (165,128,17). Sum of RGB (Red+Green+Blue) = 165+128+17=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A58011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58011 is #5A7FEE. Grayscale: #7E7E7E. Windows color (decimal): -5930991 or 1147045. OLE color: 1147045.
HSL color Cylindrical-coordinate representation of color #A58011: hue angle of 45º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A58011 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 128 | 17 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.35 |
| HSL | 45º | 0.81% | 0.36% | - |
| HSV(B) | 45º | 0.9% | 0.65% | - |
| XYZ | 23.34 | 23.48 | 3.83 | - |
| YUV | 126.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 128 | 17 | 0 | 0.22 | 0.90 | 0.35 | 45 | 0.81 | 0.36 |
| Hex | A5 | 80 | 11 | 0 | 16 | 5A | 23 | 2D | 51 | 24 |
| Octal | 245 | 200 | 21 | 0 | 26 | 132 | 43 | 55 | 121 | 44 |
| Binary | 10100101 | 10000000 | 10001 | 0 | 10110 | 1011010 | 100011 | 101101 | 1010001 | 100100 |
Color Harmonies of #A58011
Complementary color
Monochromatic Colors of #A58011
Black with #A58011
Text Example
Text Example
White with #A58011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58011; }
p { color: rgb(165,128,17); }
H1.HeaderClassName
{
color: #A58011;
}
.AnyTagClassName
{
color: #A58011;
}
</style>
background-color css
<style>
a { background-color: #A58011; }
a { background-color: rgb(165,128,17); }
div.DivClassName
{
background-color: #A58011;
}
.BgClassName
{
background-color: #A58011;
}
</style>
border-color css
<style>
span { border-color: #A58011; }
span { border-color: rgb(165,128,17); }
td.TdClassName
{
border-color: #A58011;
}
.TagClassName
{
border-color: #A58011;
}
</style>