Shades of Medium Wood #A58360
Tints of Medium Wood #A58360
RGB
CMYK
RGB Variations
Color information
#A58360 (or 0xA58360) is known color: Medium Wood. HEX triplet: A5, 83 and 60. RGB value is (165,131,96). Sum of RGB (Red+Green+Blue) = 165+131+96=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A58360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58360 is #5A7C9F. Grayscale: #898989. Windows color (decimal): -5930144 or 6325157. OLE color: 6325157.
HSL color Cylindrical-coordinate representation of color #A58360: hue angle of 30.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A58360 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 131 | 96 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.35 |
| HSL | 30.43º | 0.28% | 0.51% | - |
| HSV(B) | 30.43º | 0.42% | 0.65% | - |
| XYZ | 25.74 | 25.08 | 14.55 | - |
| YUV | 137.18 | 104.76 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 131 | 96 | 0 | 0.21 | 0.42 | 0.35 | 30.43 | 0.28 | 0.51 |
| Hex | A5 | 83 | 60 | 0 | 15 | 2A | 23 | 1E | 1C | 33 |
| Octal | 245 | 203 | 140 | 0 | 25 | 52 | 43 | 36 | 34 | 63 |
| Binary | 10100101 | 10000011 | 1100000 | 0 | 10101 | 101010 | 100011 | 11110 | 11100 | 110011 |
Color Harmonies of #A58360
Complementary color
Monochromatic Colors of #A58360
Black with #A58360
Text Example
Text Example
White with #A58360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58360; }
p { color: rgb(165,131,96); }
H1.HeaderClassName
{
color: #A58360;
}
.AnyTagClassName
{
color: #A58360;
}
</style>
background-color css
<style>
a { background-color: #A58360; }
a { background-color: rgb(165,131,96); }
div.DivClassName
{
background-color: #A58360;
}
.BgClassName
{
background-color: #A58360;
}
</style>
border-color css
<style>
span { border-color: #A58360; }
span { border-color: rgb(165,131,96); }
td.TdClassName
{
border-color: #A58360;
}
.TagClassName
{
border-color: #A58360;
}
</style>