#A57C62

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

Shades of Medium Wood #A57C62

Tints of Medium Wood #A57C62

Color information

#A57C62 (or 0xA57C62) is unknown color: approx Medium Wood. HEX triplet: A5, 7C and 62. RGB value is (165,124,98). Sum of RGB (Red+Green+Blue) = 165+124+98=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57C62 is #5A839D. Grayscale: #858585. Windows color (decimal): -5931934 or 6454437. OLE color: 6454437.

HSL color Cylindrical-coordinate representation of color #A57C62: hue angle of 23.28º 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 #A57C62 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB16512498-
CMYK00.250.410.35
HSL23.28º27.13%51.57%-
HSV(B)23.28º40.61%64.71%-
XYZ24.9323.314.74-
YUV133.29108.08150.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 124 (48.83% from 255) = 32.04%
BLUE value IS 98 (38.67% from 255) = 25.32%
R=42.64%
G=32.04%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651249800.250.410.3523.2827.1351.57
HexA57C620192923171b34
Octal2451741420315143273364
Binary10100101111110011000100110011010011000111011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57C62; }

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

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

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

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

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

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

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

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