COLOR #A57E89

HEX: #A57E89
RGB: (165,126,137)

Color info

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

RGB color model

#A57E89 color RGB value is (165,126,137).

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

RGB channels and saturation

R 165 of 255 = 65%
G 126 of 255 = 49%
B 137 of 255 = 54%

165
126
137

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

Portions of RGB colors in percentages

R + G + B =
165 + 126 + 137 = 428 (100%)
R 165 of 428 ~ 38.55%
G 126 of 428 ~ 29.44%
B 137 of 428 ~ 32.01%

%38.55
%29.44
%32.01

CMYK color model

#A57E89 color CMYK value is (0,24,17,35).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 16.97%
  • key color value is 35.29%
CMYK:
(0,24,17,35)
C0M24Y17K35 
(0%,24%,17%,35%)
(0.00/0.24/0.17/0.35)	

CMYK percentages

%0
%23.64
%16.97
%35.29

Codes

Color #A57E89 in popluar color models

A57E89
RGB165126137
HSL343°17.81%57.06%
HSB/HSV343°23.64%64.71%
CMYK0.00%23.64%16.97%
35.29%

Color #A57E89 in popluar number systems.

HEXA57E89
Decimal165126137
Binary10100101111111010001001
Octal245176211

Shades and tints

Shades of #A57E89

#A57E89
(165,126,137)
#96737D
(150,115,125)
#876871
(135,104,113)
#785D65
(120,93,101)
#695259
(105,82,89)
#5A474D
(90,71,77)
#4B3C41
(75,60,65)
#3C3135
(60,49,53)
#2D2629
(45,38,41)
#1E1B1D
(30,27,29)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #A57E89

#A57E89
(165,126,137)
#AD8993
(173,137,147)
#B5949D
(181,148,157)
#BD9FA7
(189,159,167)
#C5AAB1
(197,170,177)
#CDB5BB
(205,181,187)
#D5C0C5
(213,192,197)
#DDCBCF
(221,203,207)
#E5D6D9
(229,214,217)
#EDE1E3
(237,225,227)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57E89; }

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

This text font color is #A57E89.


Background Color

.myBgColor { background-color: #A57E89; }

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

This div background color is #A57E89.


Border color

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

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

This div border color is #A57E89.


Opacity

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

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

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

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

This text has shadow with #A57E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57E89 on black background.


Color preview on white background

This text has color #A57E89 on white background.



Black color preview on #A57E89 background

This text has black color on #A57E89 background.


White color preview on #A57E89 background

This text has white color on #A57E89 background.