Shades of Medium Wood #A57E68
Tints of Medium Wood #A57E68
RGB
CMYK
RGB Variations
Color information
#A57E68 (or 0xA57E68) is known color: Medium Wood. HEX triplet: A5, 7E and 68. RGB value is (165,126,104). Sum of RGB (Red+Green+Blue) = 165+126+104=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57E68 is #5A8197. Grayscale: #878787. Windows color (decimal): -5931416 or 6848165. OLE color: 6848165.
HSL color Cylindrical-coordinate representation of color #A57E68: hue angle of 21.64º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A57E68 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 126 | 104 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.35 |
| HSL | 21.64º | 0.25% | 0.53% | - |
| HSV(B) | 21.64º | 0.37% | 0.65% | - |
| XYZ | 25.48 | 23.92 | 16.37 | - |
| YUV | 135.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 126 | 104 | 0 | 0.24 | 0.37 | 0.35 | 21.64 | 0.25 | 0.53 |
| Hex | A5 | 7E | 68 | 0 | 18 | 25 | 23 | 16 | 19 | 35 |
| Octal | 245 | 176 | 150 | 0 | 30 | 45 | 43 | 26 | 31 | 65 |
| Binary | 10100101 | 1111110 | 1101000 | 0 | 11000 | 100101 | 100011 | 10110 | 11001 | 110101 |
Color Harmonies of #A57E68
Complementary color
Monochromatic Colors of #A57E68
Black with #A57E68
Text Example
Text Example
White with #A57E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57E68; }
p { color: rgb(165,126,104); }
H1.HeaderClassName
{
color: #A57E68;
}
.AnyTagClassName
{
color: #A57E68;
}
</style>
background-color css
<style>
a { background-color: #A57E68; }
a { background-color: rgb(165,126,104); }
div.DivClassName
{
background-color: #A57E68;
}
.BgClassName
{
background-color: #A57E68;
}
</style>
border-color css
<style>
span { border-color: #A57E68; }
span { border-color: rgb(165,126,104); }
td.TdClassName
{
border-color: #A57E68;
}
.TagClassName
{
border-color: #A57E68;
}
</style>