#A57A61

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

Shades of Medium Wood #A57A61

Tints of Medium Wood #A57A61

Color information

#A57A61 (or 0xA57A61) is unknown color: approx Medium Wood. HEX triplet: A5, 7A and 61. RGB value is (165,122,97). Sum of RGB (Red+Green+Blue) = 165+122+97=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A61 is #5A859E. Grayscale: #848484. Windows color (decimal): -5932447 or 6388389. OLE color: 6388389.

HSL color Cylindrical-coordinate representation of color #A57A61: hue angle of 22.06º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A57A61 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB16512297-
CMYK00.260.410.35
HSL22.06º27.42%51.37%-
HSV(B)22.06º41.21%64.71%-
XYZ24.6322.7814.41-
YUV132.01108.25151.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 122 (48.05% from 255) = 31.77%
BLUE value IS 97 (38.28% from 255) = 25.26%
R=42.97%
G=31.77%
B=25.26%

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
Decimal1651229700.260.410.3522.0627.4251.37
HexA57A6101A2923161b33
Octal2451721410325143263363
Binary10100101111101011000010110101010011000111011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57A61; }

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

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

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

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

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

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

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

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