#A57A5B

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

Shades of Medium Wood #A57A5B

Tints of Medium Wood #A57A5B

Color information

#A57A5B (or 0xA57A5B) is unknown color: approx Medium Wood. HEX triplet: A5, 7A and 5B. RGB value is (165,122,91). Sum of RGB (Red+Green+Blue) = 165+122+91=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A5B is #5A85A4. Grayscale: #838383. Windows color (decimal): -5932453 or 5995173. OLE color: 5995173.

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

Color convert

RGB16512291-
CMYK00.260.450.35
HSL25.14º29.13%50.2%-
HSV(B)25.14º44.85%64.71%-
XYZ24.3622.6712.99-
YUV131.32105.25152.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=43.65%
G=32.28%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651229100.260.450.3525.1429.1350.2
HexA57A5B01A2D23191d32
Octal2451721330325543313562
Binary10100101111101010110110110101011011000111100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57A5B; }

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

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

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

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

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

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

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

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