Shades of Medium Wood #A58262
Tints of Medium Wood #A58262
RGB
CMYK
RGB Variations
Color information
#A58262 (or 0xA58262) is known color: Medium Wood. HEX triplet: A5, 82 and 62. RGB value is (165,130,98). Sum of RGB (Red+Green+Blue) = 165+130+98=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A58262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58262 is #5A7D9D. Grayscale: #888888. Windows color (decimal): -5930398 or 6455973. OLE color: 6455973.
HSL color Cylindrical-coordinate representation of color #A58262: hue angle of 28.66º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A58262 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 130 | 98 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.35 |
| HSL | 28.66º | 0.27% | 0.52% | - |
| HSV(B) | 28.66º | 0.41% | 0.65% | - |
| XYZ | 25.7 | 24.85 | 15 | - |
| YUV | 136.82 | 106.1 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 98 | 0 | 0.21 | 0.41 | 0.35 | 28.66 | 0.27 | 0.52 |
| Hex | A5 | 82 | 62 | 0 | 15 | 29 | 23 | 1D | 1B | 34 |
| Octal | 245 | 202 | 142 | 0 | 25 | 51 | 43 | 35 | 33 | 64 |
| Binary | 10100101 | 10000010 | 1100010 | 0 | 10101 | 101001 | 100011 | 11101 | 11011 | 110100 |
Color Harmonies of #A58262
Complementary color
Monochromatic Colors of #A58262
Black with #A58262
Text Example
Text Example
White with #A58262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58262; }
p { color: rgb(165,130,98); }
H1.HeaderClassName
{
color: #A58262;
}
.AnyTagClassName
{
color: #A58262;
}
</style>
background-color css
<style>
a { background-color: #A58262; }
a { background-color: rgb(165,130,98); }
div.DivClassName
{
background-color: #A58262;
}
.BgClassName
{
background-color: #A58262;
}
</style>
border-color css
<style>
span { border-color: #A58262; }
span { border-color: rgb(165,130,98); }
td.TdClassName
{
border-color: #A58262;
}
.TagClassName
{
border-color: #A58262;
}
</style>