Shades of Medium Wood #A57D6C
Tints of Medium Wood #A57D6C
RGB
CMYK
RGB Variations
Color information
#A57D6C (or 0xA57D6C) is known color: Medium Wood. HEX triplet: A5, 7D and 6C. RGB value is (165,125,108). Sum of RGB (Red+Green+Blue) = 165+125+108=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57D6C is #5A8293. Grayscale: #878787. Windows color (decimal): -5931668 or 7110053. OLE color: 7110053.
HSL color Cylindrical-coordinate representation of color #A57D6C: hue angle of 17.89º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A57D6C is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 125 | 108 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.35 |
| HSL | 17.89º | 0.24% | 0.54% | - |
| HSV(B) | 17.89º | 0.35% | 0.65% | - |
| XYZ | 25.56 | 23.75 | 17.42 | - |
| YUV | 135.02 | 112.75 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 108 | 0 | 0.24 | 0.35 | 0.35 | 17.89 | 0.24 | 0.54 |
| Hex | A5 | 7D | 6C | 0 | 18 | 23 | 23 | 12 | 18 | 36 |
| Octal | 245 | 175 | 154 | 0 | 30 | 43 | 43 | 22 | 30 | 66 |
| Binary | 10100101 | 1111101 | 1101100 | 0 | 11000 | 100011 | 100011 | 10010 | 11000 | 110110 |
Color Harmonies of #A57D6C
Complementary color
Monochromatic Colors of #A57D6C
Black with #A57D6C
Text Example
Text Example
White with #A57D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57D6C; }
p { color: rgb(165,125,108); }
H1.HeaderClassName
{
color: #A57D6C;
}
.AnyTagClassName
{
color: #A57D6C;
}
</style>
background-color css
<style>
a { background-color: #A57D6C; }
a { background-color: rgb(165,125,108); }
div.DivClassName
{
background-color: #A57D6C;
}
.BgClassName
{
background-color: #A57D6C;
}
</style>
border-color css
<style>
span { border-color: #A57D6C; }
span { border-color: rgb(165,125,108); }
td.TdClassName
{
border-color: #A57D6C;
}
.TagClassName
{
border-color: #A57D6C;
}
</style>