#A57F6D

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

Shades of Medium Wood #A57F6D

Tints of Medium Wood #A57F6D

Color information

#A57F6D (or 0xA57F6D) is unknown color: approx Medium Wood. HEX triplet: A5, 7F and 6D. RGB value is (165,127,109). Sum of RGB (Red+Green+Blue) = 165+127+109=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57F6D is #5A8092. Grayscale: #888888. Windows color (decimal): -5931155 or 7176101. OLE color: 7176101.

HSL color Cylindrical-coordinate representation of color #A57F6D: hue angle of 19.29º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A57F6D is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB165127109-
CMYK00.230.340.35
HSL19.29º23.73%53.73%-
HSV(B)19.29º33.94%64.71%-
XYZ25.8724.2817.79-
YUV136.31112.59148.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 109 (42.97% from 255) = 27.18%
R=41.15%
G=31.67%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512710900.230.340.3519.2923.7353.73
HexA57F6D0172223131836
Octal2451771550274243233066
Binary10100101111111111011010101111000101000111001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57F6D; }

 p { color: rgb(165,127,109); }

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

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

 a { background-color: rgb(165,127,109); }

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

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

 span { border-color: rgb(165,127,109); }

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