#A57A60

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

Shades of Medium Wood #A57A60

Tints of Medium Wood #A57A60

Color information

#A57A60 (or 0xA57A60) is unknown color: approx Medium Wood. HEX triplet: A5, 7A and 60. RGB value is (165,122,96). Sum of RGB (Red+Green+Blue) = 165+122+96=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A60 is #5A859F. Grayscale: #848484. Windows color (decimal): -5932448 or 6322853. OLE color: 6322853.

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

Color convert

RGB16512296-
CMYK00.260.420.35
HSL22.61º27.71%51.18%-
HSV(B)22.61º41.82%64.71%-
XYZ24.5922.7614.16-
YUV131.89107.75151.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 122 (48.05% from 255) = 31.85%
BLUE value IS 96 (37.89% from 255) = 25.07%
R=43.08%
G=31.85%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651229600.260.420.3522.6127.7151.18
HexA57A6001A2A23171c33
Octal2451721400325243273463
Binary10100101111101011000000110101010101000111011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57A60; }

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

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

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

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

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

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

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

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