Shades of Medium Wood #A57B62
Tints of Medium Wood #A57B62
RGB
CMYK
RGB Variations
Color information
#A57B62 (or 0xA57B62) is known color: Medium Wood. HEX triplet: A5, 7B and 62. RGB value is (165,123,98). Sum of RGB (Red+Green+Blue) = 165+123+98=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57B62 is #5A849D. Grayscale: #848484. Windows color (decimal): -5932190 or 6454181. OLE color: 6454181.
HSL color Cylindrical-coordinate representation of color #A57B62: hue angle of 22.39º 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 #A57B62 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 123 | 98 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.35 |
| HSL | 22.39º | 0.27% | 0.52% | - |
| HSV(B) | 22.39º | 0.41% | 0.65% | - |
| XYZ | 24.8 | 23.05 | 14.7 | - |
| YUV | 132.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 123 | 98 | 0 | 0.25 | 0.41 | 0.35 | 22.39 | 0.27 | 0.52 |
| Hex | A5 | 7B | 62 | 0 | 19 | 29 | 23 | 16 | 1B | 34 |
| Octal | 245 | 173 | 142 | 0 | 31 | 51 | 43 | 26 | 33 | 64 |
| Binary | 10100101 | 1111011 | 1100010 | 0 | 11001 | 101001 | 100011 | 10110 | 11011 | 110100 |
Color Harmonies of #A57B62
Complementary color
Monochromatic Colors of #A57B62
Black with #A57B62
Text Example
Text Example
White with #A57B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57B62; }
p { color: rgb(165,123,98); }
H1.HeaderClassName
{
color: #A57B62;
}
.AnyTagClassName
{
color: #A57B62;
}
</style>
background-color css
<style>
a { background-color: #A57B62; }
a { background-color: rgb(165,123,98); }
div.DivClassName
{
background-color: #A57B62;
}
.BgClassName
{
background-color: #A57B62;
}
</style>
border-color css
<style>
span { border-color: #A57B62; }
span { border-color: rgb(165,123,98); }
td.TdClassName
{
border-color: #A57B62;
}
.TagClassName
{
border-color: #A57B62;
}
</style>