#A57B59

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

Shades of Medium Wood #A57B59

Tints of Medium Wood #A57B59

Color information

#A57B59 (or 0xA57B59) is unknown color: approx Medium Wood. HEX triplet: A5, 7B and 59. RGB value is (165,123,89). Sum of RGB (Red+Green+Blue) = 165+123+89=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57B59 is #5A84A6. Grayscale: #838383. Windows color (decimal): -5932199 or 5864357. OLE color: 5864357.

HSL color Cylindrical-coordinate representation of color #A57B59: hue angle of 26.84º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A57B59 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB16512389-
CMYK00.250.460.35
HSL26.84º29.92%49.8%-
HSV(B)26.84º46.06%64.71%-
XYZ24.422.8912.58-
YUV131.68103.91151.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 89 (35.16% from 255) = 23.61%
R=43.77%
G=32.63%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651238900.250.460.3526.8429.9249.8
HexA57B590192E231b1e32
Octal2451731310315643333662
Binary10100101111101110110010110011011101000111101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57B59; }

 p { color: rgb(165,123,89); }

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

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

 a { background-color: rgb(165,123,89); }

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

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

 span { border-color: rgb(165,123,89); }

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