COLOR #A57E8F

HEX: #A57E8F
RGB: (165,126,143)

Color info

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

RGB color model

#A57E8F color RGB value is (165,126,143).

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

RGB channels and saturation

R 165 of 255 = 65%
G 126 of 255 = 49%
B 143 of 255 = 56%

165
126
143

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

Portions of RGB colors in percentages

R + G + B =
165 + 126 + 143 = 434 (100%)
R 165 of 434 ~ 38.02%
G 126 of 434 ~ 29.03%
B 143 of 434 ~ 32.95%

%38.02
%29.03
%32.95

CMYK color model

#A57E8F color CMYK value is (0,24,13,35).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 13.33%
  • key color value is 35.29%
CMYK:
(0,24,13,35)
C0M24Y13K35 
(0%,24%,13%,35%)
(0.00/0.24/0.13/0.35)	

CMYK percentages

%0
%23.64
%13.33
%35.29

Codes

Color #A57E8F in popluar color models

A57E8F
RGB165126143
HSL334°17.81%57.06%
HSB/HSV334°23.64%64.71%
CMYK0.00%23.64%13.33%
35.29%

Color #A57E8F in popluar number systems.

HEXA57E8F
Decimal165126143
Binary10100101111111010001111
Octal245176217

Shades and tints

Shades of #A57E8F

#A57E8F
(165,126,143)
#967382
(150,115,130)
#876875
(135,104,117)
#785D68
(120,93,104)
#69525B
(105,82,91)
#5A474E
(90,71,78)
#4B3C41
(75,60,65)
#3C3134
(60,49,52)
#2D2627
(45,38,39)
#1E1B1A
(30,27,26)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #A57E8F

#A57E8F
(165,126,143)
#AD8999
(173,137,153)
#B594A3
(181,148,163)
#BD9FAD
(189,159,173)
#C5AAB7
(197,170,183)
#CDB5C1
(205,181,193)
#D5C0CB
(213,192,203)
#DDCBD5
(221,203,213)
#E5D6DF
(229,214,223)
#EDE1E9
(237,225,233)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57E8F; }

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

This text font color is #A57E8F.


Background Color

.myBgColor { background-color: #A57E8F; }

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

This div background color is #A57E8F.


Border color

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

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

This div border color is #A57E8F.


Opacity

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

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

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

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

This text has shadow with #A57E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57E8F on black background.


Color preview on white background

This text has color #A57E8F on white background.



Black color preview on #A57E8F background

This text has black color on #A57E8F background.


White color preview on #A57E8F background

This text has white color on #A57E8F background.