#A57A62

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

Shades of Medium Wood #A57A62

Tints of Medium Wood #A57A62

Color information

#A57A62 (or 0xA57A62) is unknown color: approx Medium Wood. HEX triplet: A5, 7A and 62. RGB value is (165,122,98). Sum of RGB (Red+Green+Blue) = 165+122+98=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A62 is #5A859D. Grayscale: #848484. Windows color (decimal): -5932446 or 6453925. OLE color: 6453925.

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

Color convert

RGB16512298-
CMYK00.260.410.35
HSL21.49º27.13%51.57%-
HSV(B)21.49º40.61%64.71%-
XYZ24.6822.814.66-
YUV132.12108.75151.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 122 (48.05% from 255) = 31.69%
BLUE value IS 98 (38.67% from 255) = 25.45%
R=42.86%
G=31.69%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651229800.260.410.3521.4927.1351.57
HexA57A6201A2923151b34
Octal2451721420325143253364
Binary10100101111101011000100110101010011000111010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57A62; }

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

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

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

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

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

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

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

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