COLOR #A57E5E

HEX: #A57E5E
RGB: (165,126,94)

Color info

#A57E5E contains mainly red and green colors. Web safe color of #A57E5E is #996666 (or #966).

RGB color model

#A57E5E color RGB value is (165,126,94).

  • red value is 165;
  • green value is 126;
  • blue value is 94.
RGB:
(165,126,94)
(65%,49%,37%)

RGB channels and saturation

R 165 of 255 = 65%
G 126 of 255 = 49%
B 94 of 255 = 37%

165
126
94

R + G + B ~ 50%. #A57E5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 126 + 94 = 385 (100%)
R 165 of 385 ~ 42.86%
G 126 of 385 ~ 32.73%
B 94 of 385 ~ 24.42%

%42.86
%32.73
%24.42

CMYK color model

#A57E5E color CMYK value is (0,24,43,35).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 43.03%
  • key color value is 35.29%
CMYK:
(0,24,43,35)
C0M24Y43K35 
(0%,24%,43%,35%)
(0.00/0.24/0.43/0.35)	

CMYK percentages

%0
%23.64
%43.03
%35.29

Codes

Color #A57E5E in popluar color models

A57E5E
RGB16512694
HSL27°28.29%50.78%
HSB/HSV27°43.03%64.71%
CMYK0.00%23.64%43.03%
35.29%

Color #A57E5E in popluar number systems.

HEXA57E5E
Decimal16512694
Binary1010010111111101011110
Octal245176136

Shades and tints

Shades of #A57E5E

#A57E5E
(165,126,94)
#967356
(150,115,86)
#87684E
(135,104,78)
#785D46
(120,93,70)
#69523E
(105,82,62)
#5A4736
(90,71,54)
#4B3C2E
(75,60,46)
#3C3126
(60,49,38)
#2D261E
(45,38,30)
#1E1B16
(30,27,22)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #A57E5E

#A57E5E
(165,126,94)
#AD896C
(173,137,108)
#B5947A
(181,148,122)
#BD9F88
(189,159,136)
#C5AA96
(197,170,150)
#CDB5A4
(205,181,164)
#D5C0B2
(213,192,178)
#DDCBC0
(221,203,192)
#E5D6CE
(229,214,206)
#EDE1DC
(237,225,220)
#F5ECEA
(245,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57E5E color. Also use rgb(165,126,94) instead hex code.

Text Font Color

.myTextColor { color: #A57E5E; }

<p style="color:#A57E5E">This sample text font color is #A57E5E.</p>

This text font color is #A57E5E.


Background Color

.myBgColor { background-color: #A57E5E; }

<div style="background-color:#A57E5E">Inner text</div>

This div background color is #A57E5E.


Border color

.myBorderColor { border: 1px solid #A57E5E; }

<div style="border:3px solid #A57E5E">Div</div>

This div border color is #A57E5E.


Opacity

.myOpacity80 { color: #A57E5E; opacity: 0.8; }

<p style="color:#A57E5E;opacity:0.8;">80%</p>

Text with #A57E5E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A57E5E;}

<p style="text-shadow: 3px 3px 1px #A57E5E">Text here.</p>

This text has shadow with #A57E5E color.

.textShadow {text-shadow: 3px 3px 1px #A57E5E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A57E5E, 5px 5px 20px red">Text here.</p>

This text has shadow with #A57E5E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A57E5E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A57E5E, Direction=45, Strength=4)">Text</p>

This text has shadow with #A57E5E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A57E5E;
  -webkit-box-shadow:	1px 1px 3px 2px #A57E5E;
  box-shadow:		1px 1px 3px 2px #A57E5E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A57E5E;
-webkit-box-shadow: 1px 1px 3px 2px #A57E5E;
box-shadow:1px 1px 3px 2px #A57E5E;">
Div content here</div>
This div box has shadow with color #A57E5E.

Preview

Color preview on black background

This text has color #A57E5E on black background.


Color preview on white background

This text has color #A57E5E on white background.



Black color preview on #A57E5E background

This text has black color on #A57E5E background.


White color preview on #A57E5E background

This text has white color on #A57E5E background.