Shades of Medium Wood #A57E5F
Tints of Medium Wood #A57E5F
RGB
CMYK
RGB Variations
Color information
#A57E5F (or 0xA57E5F) is known color: Medium Wood. HEX triplet: A5, 7E and 5F. RGB value is (165,126,95). Sum of RGB (Red+Green+Blue) = 165+126+95=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57E5F is #5A81A0. Grayscale: #868686. Windows color (decimal): -5931425 or 6258341. OLE color: 6258341.
HSL color Cylindrical-coordinate representation of color #A57E5F: hue angle of 26.57º 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 #A57E5F is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 126 | 95 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.35 |
| HSL | 26.57º | 0.28% | 0.51% | - |
| HSV(B) | 26.57º | 0.42% | 0.65% | - |
| XYZ | 25.04 | 23.75 | 14.09 | - |
| YUV | 134.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 126 | 95 | 0 | 0.24 | 0.42 | 0.35 | 26.57 | 0.28 | 0.51 |
| Hex | A5 | 7E | 5F | 0 | 18 | 2A | 23 | 1B | 1C | 33 |
| Octal | 245 | 176 | 137 | 0 | 30 | 52 | 43 | 33 | 34 | 63 |
| Binary | 10100101 | 1111110 | 1011111 | 0 | 11000 | 101010 | 100011 | 11011 | 11100 | 110011 |
Color Harmonies of #A57E5F
Complementary color
Monochromatic Colors of #A57E5F
Black with #A57E5F
Text Example
Text Example
White with #A57E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57E5F; }
p { color: rgb(165,126,95); }
H1.HeaderClassName
{
color: #A57E5F;
}
.AnyTagClassName
{
color: #A57E5F;
}
</style>
background-color css
<style>
a { background-color: #A57E5F; }
a { background-color: rgb(165,126,95); }
div.DivClassName
{
background-color: #A57E5F;
}
.BgClassName
{
background-color: #A57E5F;
}
</style>
border-color css
<style>
span { border-color: #A57E5F; }
span { border-color: rgb(165,126,95); }
td.TdClassName
{
border-color: #A57E5F;
}
.TagClassName
{
border-color: #A57E5F;
}
</style>