Shades of Medium Wood #A57E63
Tints of Medium Wood #A57E63
RGB
CMYK
RGB Variations
Color information
#A57E63 (or 0xA57E63) is known color: Medium Wood. HEX triplet: A5, 7E and 63. RGB value is (165,126,99). Sum of RGB (Red+Green+Blue) = 165+126+99=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57E63 is #5A819C. Grayscale: #868686. Windows color (decimal): -5931421 or 6520485. OLE color: 6520485.
HSL color Cylindrical-coordinate representation of color #A57E63: hue angle of 24.55º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A57E63 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 126 | 99 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.35 |
| HSL | 24.55º | 0.27% | 0.52% | - |
| HSV(B) | 24.55º | 0.4% | 0.65% | - |
| XYZ | 25.23 | 23.82 | 15.07 | - |
| YUV | 134.58 | 107.92 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 126 | 99 | 0 | 0.24 | 0.40 | 0.35 | 24.55 | 0.27 | 0.52 |
| Hex | A5 | 7E | 63 | 0 | 18 | 28 | 23 | 19 | 1B | 34 |
| Octal | 245 | 176 | 143 | 0 | 30 | 50 | 43 | 31 | 33 | 64 |
| Binary | 10100101 | 1111110 | 1100011 | 0 | 11000 | 101000 | 100011 | 11001 | 11011 | 110100 |
Color Harmonies of #A57E63
Complementary color
Monochromatic Colors of #A57E63
Black with #A57E63
Text Example
Text Example
White with #A57E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57E63; }
p { color: rgb(165,126,99); }
H1.HeaderClassName
{
color: #A57E63;
}
.AnyTagClassName
{
color: #A57E63;
}
</style>
background-color css
<style>
a { background-color: #A57E63; }
a { background-color: rgb(165,126,99); }
div.DivClassName
{
background-color: #A57E63;
}
.BgClassName
{
background-color: #A57E63;
}
</style>
border-color css
<style>
span { border-color: #A57E63; }
span { border-color: rgb(165,126,99); }
td.TdClassName
{
border-color: #A57E63;
}
.TagClassName
{
border-color: #A57E63;
}
</style>