#A57C59

Color #A57C59 Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #A57C59

Tints of Medium Wood #A57C59

Color information

#A57C59 (or 0xA57C59) is unknown color: approx Medium Wood. HEX triplet: A5, 7C and 59. RGB value is (165,124,89). Sum of RGB (Red+Green+Blue) = 165+124+89=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57C59 is #5A83A6. Grayscale: #848484. Windows color (decimal): -5931943 or 5864613. OLE color: 5864613.

HSL color Cylindrical-coordinate representation of color #A57C59: hue angle of 27.63º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A57C59 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB16512489-
CMYK00.250.460.35
HSL27.63º29.92%49.8%-
HSV(B)27.63º46.06%64.71%-
XYZ24.5323.1412.62-
YUV132.27103.58151.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 124 (48.83% from 255) = 32.80%
BLUE value IS 89 (35.16% from 255) = 23.54%
R=43.65%
G=32.80%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651248900.250.460.3527.6329.9249.8
HexA57C590192E231c1e32
Octal2451741310315643343662
Binary10100101111110010110010110011011101000111110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57C59; }

 p { color: rgb(165,124,89); }

 H1.HeaderClassName
 {
   color: #A57C59;
 }
 .AnyTagClassName
 {
   color: #A57C59;
 }
</style>
background-color css

<style>
 a { background-color: #A57C59; }

 a { background-color: rgb(165,124,89); }

 div.DivClassName
 {
   background-color: #A57C59;
 }
 .BgClassName
 {
   background-color: #A57C59;
 }
</style>
border-color css

<style>
 span { border-color: #A57C59; }

 span { border-color: rgb(165,124,89); }

 td.TdClassName
 {
   border-color: #A57C59;
 }
 .TagClassName
 {
   border-color: #A57C59;
 }
</style>