Shades of Medium Wood #A58164
Tints of Medium Wood #A58164
RGB
CMYK
RGB Variations
Color information
#A58164 (or 0xA58164) is known color: Medium Wood. HEX triplet: A5, 81 and 64. RGB value is (165,129,100). Sum of RGB (Red+Green+Blue) = 165+129+100=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A58164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58164 is #5A7E9B. Grayscale: #888888. Windows color (decimal): -5930652 or 6586789. OLE color: 6586789.
HSL color Cylindrical-coordinate representation of color #A58164: hue angle of 26.77º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A58164 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 129 | 100 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.35 |
| HSL | 26.77º | 0.27% | 0.52% | - |
| HSV(B) | 26.77º | 0.39% | 0.65% | - |
| XYZ | 25.67 | 24.62 | 15.46 | - |
| YUV | 136.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 129 | 100 | 0 | 0.22 | 0.39 | 0.35 | 26.77 | 0.27 | 0.52 |
| Hex | A5 | 81 | 64 | 0 | 16 | 27 | 23 | 1B | 1B | 34 |
| Octal | 245 | 201 | 144 | 0 | 26 | 47 | 43 | 33 | 33 | 64 |
| Binary | 10100101 | 10000001 | 1100100 | 0 | 10110 | 100111 | 100011 | 11011 | 11011 | 110100 |
Color Harmonies of #A58164
Complementary color
Monochromatic Colors of #A58164
Black with #A58164
Text Example
Text Example
White with #A58164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58164; }
p { color: rgb(165,129,100); }
H1.HeaderClassName
{
color: #A58164;
}
.AnyTagClassName
{
color: #A58164;
}
</style>
background-color css
<style>
a { background-color: #A58164; }
a { background-color: rgb(165,129,100); }
div.DivClassName
{
background-color: #A58164;
}
.BgClassName
{
background-color: #A58164;
}
</style>
border-color css
<style>
span { border-color: #A58164; }
span { border-color: rgb(165,129,100); }
td.TdClassName
{
border-color: #A58164;
}
.TagClassName
{
border-color: #A58164;
}
</style>