Shades of Hacienda #A58B1F
Tints of Hacienda #A58B1F
RGB
CMYK
RGB Variations
Color information
#A58B1F (or 0xA58B1F) is known color: Hacienda. HEX triplet: A5, 8B and 1F. RGB value is (165,139,31). Sum of RGB (Red+Green+Blue) = 165+139+31=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58B1F is #5A74E0. Grayscale: #868686. Windows color (decimal): -5928161 or 2067365. OLE color: 2067365.
HSL color Cylindrical-coordinate representation of color #A58B1F: hue angle of 48.36º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A58B1F is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 139 | 31 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.35 |
| HSL | 48.36º | 0.68% | 0.38% | - |
| HSV(B) | 48.36º | 0.81% | 0.65% | - |
| XYZ | 25 | 26.56 | 5.11 | - |
| YUV | 134.46 | 69.61 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 139 | 31 | 0 | 0.16 | 0.81 | 0.35 | 48.36 | 0.68 | 0.38 |
| Hex | A5 | 8B | 1F | 0 | 10 | 51 | 23 | 30 | 44 | 26 |
| Octal | 245 | 213 | 37 | 0 | 20 | 121 | 43 | 60 | 104 | 46 |
| Binary | 10100101 | 10001011 | 11111 | 0 | 10000 | 1010001 | 100011 | 110000 | 1000100 | 100110 |
Color Harmonies of #A58B1F
Complementary color
Monochromatic Colors of #A58B1F
Black with #A58B1F
Text Example
Text Example
White with #A58B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58B1F; }
p { color: rgb(165,139,31); }
H1.HeaderClassName
{
color: #A58B1F;
}
.AnyTagClassName
{
color: #A58B1F;
}
</style>
background-color css
<style>
a { background-color: #A58B1F; }
a { background-color: rgb(165,139,31); }
div.DivClassName
{
background-color: #A58B1F;
}
.BgClassName
{
background-color: #A58B1F;
}
</style>
border-color css
<style>
span { border-color: #A58B1F; }
span { border-color: rgb(165,139,31); }
td.TdClassName
{
border-color: #A58B1F;
}
.TagClassName
{
border-color: #A58B1F;
}
</style>