COLOR #A57E8D

HEX: #A57E8D
RGB: (165,126,141)

Color info

#A57E8D contains red, green and blue colors in about the same proportion. Web safe color of #A57E8D is #996699 (or #969).

RGB color model

#A57E8D color RGB value is (165,126,141).

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

RGB channels and saturation

R 165 of 255 = 65%
G 126 of 255 = 49%
B 141 of 255 = 55%

165
126
141

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

Portions of RGB colors in percentages

R + G + B =
165 + 126 + 141 = 432 (100%)
R 165 of 432 ~ 38.19%
G 126 of 432 ~ 29.17%
B 141 of 432 ~ 32.64%

%38.19
%29.17
%32.64

CMYK color model

#A57E8D color CMYK value is (0,24,15,35).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 14.55%
  • key color value is 35.29%
CMYK:
(0,24,15,35)
C0M24Y15K35 
(0%,24%,15%,35%)
(0.00/0.24/0.15/0.35)	

CMYK percentages

%0
%23.64
%14.55
%35.29

Codes

Color #A57E8D in popluar color models

A57E8D
RGB165126141
HSL337°17.81%57.06%
HSB/HSV337°23.64%64.71%
CMYK0.00%23.64%14.55%
35.29%

Color #A57E8D in popluar number systems.

HEXA57E8D
Decimal165126141
Binary10100101111111010001101
Octal245176215

Shades and tints

Shades of #A57E8D

#A57E8D
(165,126,141)
#967381
(150,115,129)
#876875
(135,104,117)
#785D69
(120,93,105)
#69525D
(105,82,93)
#5A4751
(90,71,81)
#4B3C45
(75,60,69)
#3C3139
(60,49,57)
#2D262D
(45,38,45)
#1E1B21
(30,27,33)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #A57E8D

#A57E8D
(165,126,141)
#AD8997
(173,137,151)
#B594A1
(181,148,161)
#BD9FAB
(189,159,171)
#C5AAB5
(197,170,181)
#CDB5BF
(205,181,191)
#D5C0C9
(213,192,201)
#DDCBD3
(221,203,211)
#E5D6DD
(229,214,221)
#EDE1E7
(237,225,231)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57E8D; }

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

This text font color is #A57E8D.


Background Color

.myBgColor { background-color: #A57E8D; }

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

This div background color is #A57E8D.


Border color

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

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

This div border color is #A57E8D.


Opacity

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

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

Text with #A57E8D 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 #A57E8D;}

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

This text has shadow with #A57E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57E8D on black background.


Color preview on white background

This text has color #A57E8D on white background.



Black color preview on #A57E8D background

This text has black color on #A57E8D background.


White color preview on #A57E8D background

This text has white color on #A57E8D background.