COLOR #A57E85

HEX: #A57E85
RGB: (165,126,133)

Color info

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

RGB color model

#A57E85 color RGB value is (165,126,133).

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

RGB channels and saturation

R 165 of 255 = 65%
G 126 of 255 = 49%
B 133 of 255 = 52%

165
126
133

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

Portions of RGB colors in percentages

R + G + B =
165 + 126 + 133 = 424 (100%)
R 165 of 424 ~ 38.92%
G 126 of 424 ~ 29.72%
B 133 of 424 ~ 31.37%

%38.92
%29.72
%31.37

CMYK color model

#A57E85 color CMYK value is (0,24,19,35).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 19.39%
  • key color value is 35.29%
CMYK:
(0,24,19,35)
C0M24Y19K35 
(0%,24%,19%,35%)
(0.00/0.24/0.19/0.35)	

CMYK percentages

%0
%23.64
%19.39
%35.29

Codes

Color #A57E85 in popluar color models

A57E85
RGB165126133
HSL349°17.81%57.06%
HSB/HSV349°23.64%64.71%
CMYK0.00%23.64%19.39%
35.29%

Color #A57E85 in popluar number systems.

HEXA57E85
Decimal165126133
Binary10100101111111010000101
Octal245176205

Shades and tints

Shades of #A57E85

#A57E85
(165,126,133)
#967379
(150,115,121)
#87686D
(135,104,109)
#785D61
(120,93,97)
#695255
(105,82,85)
#5A4749
(90,71,73)
#4B3C3D
(75,60,61)
#3C3131
(60,49,49)
#2D2625
(45,38,37)
#1E1B19
(30,27,25)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #A57E85

#A57E85
(165,126,133)
#AD8990
(173,137,144)
#B5949B
(181,148,155)
#BD9FA6
(189,159,166)
#C5AAB1
(197,170,177)
#CDB5BC
(205,181,188)
#D5C0C7
(213,192,199)
#DDCBD2
(221,203,210)
#E5D6DD
(229,214,221)
#EDE1E8
(237,225,232)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57E85; }

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

This text font color is #A57E85.


Background Color

.myBgColor { background-color: #A57E85; }

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

This div background color is #A57E85.


Border color

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

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

This div border color is #A57E85.


Opacity

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

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

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

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

This text has shadow with #A57E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57E85 on black background.


Color preview on white background

This text has color #A57E85 on white background.



Black color preview on #A57E85 background

This text has black color on #A57E85 background.


White color preview on #A57E85 background

This text has white color on #A57E85 background.