Shades of Medium Wood #A58367
Tints of Medium Wood #A58367
RGB
CMYK
RGB Variations
Color information
#A58367 (or 0xA58367) is known color: Medium Wood. HEX triplet: A5, 83 and 67. RGB value is (165,131,103). Sum of RGB (Red+Green+Blue) = 165+131+103=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A58367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58367 is #5A7C98. Grayscale: #8A8A8A. Windows color (decimal): -5930137 or 6783909. OLE color: 6783909.
HSL color Cylindrical-coordinate representation of color #A58367: hue angle of 27.1º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A58367 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 131 | 103 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.35 |
| HSL | 27.1º | 0.26% | 0.53% | - |
| HSV(B) | 27.1º | 0.38% | 0.65% | - |
| XYZ | 26.08 | 25.21 | 16.32 | - |
| YUV | 137.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 131 | 103 | 0 | 0.21 | 0.38 | 0.35 | 27.1 | 0.26 | 0.53 |
| Hex | A5 | 83 | 67 | 0 | 15 | 26 | 23 | 1B | 1A | 35 |
| Octal | 245 | 203 | 147 | 0 | 25 | 46 | 43 | 33 | 32 | 65 |
| Binary | 10100101 | 10000011 | 1100111 | 0 | 10101 | 100110 | 100011 | 11011 | 11010 | 110101 |
Color Harmonies of #A58367
Complementary color
Monochromatic Colors of #A58367
Black with #A58367
Text Example
Text Example
White with #A58367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58367; }
p { color: rgb(165,131,103); }
H1.HeaderClassName
{
color: #A58367;
}
.AnyTagClassName
{
color: #A58367;
}
</style>
background-color css
<style>
a { background-color: #A58367; }
a { background-color: rgb(165,131,103); }
div.DivClassName
{
background-color: #A58367;
}
.BgClassName
{
background-color: #A58367;
}
</style>
border-color css
<style>
span { border-color: #A58367; }
span { border-color: rgb(165,131,103); }
td.TdClassName
{
border-color: #A58367;
}
.TagClassName
{
border-color: #A58367;
}
</style>