COLOR #A57C91

HEX: #A57C91
RGB: (165,124,145)

Color info

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

RGB color model

#A57C91 color RGB value is (165,124,145).

  • red value is 165;
  • green value is 124;
  • blue value is 145.
RGB:
(165,124,145)
(65%,49%,57%)

RGB channels and saturation

R 165 of 255 = 65%
G 124 of 255 = 49%
B 145 of 255 = 57%

165
124
145

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

Portions of RGB colors in percentages

R + G + B =
165 + 124 + 145 = 434 (100%)
R 165 of 434 ~ 38.02%
G 124 of 434 ~ 28.57%
B 145 of 434 ~ 33.41%

%38.02
%28.57
%33.41

CMYK color model

#A57C91 color CMYK value is (0,25,12,35).

  • cyan value is 0.00%
  • magenta value is 24.85%
  • yellow value is 12.12%
  • key color value is 35.29%
CMYK:
(0,25,12,35)
C0M25Y12K35 
(0%,25%,12%,35%)
(0.00/0.25/0.12/0.35)	

CMYK percentages

%0
%24.85
%12.12
%35.29

Codes

Color #A57C91 in popluar color models

A57C91
RGB165124145
HSL329°18.55%56.67%
HSB/HSV329°24.85%64.71%
CMYK0.00%24.85%12.12%
35.29%

Color #A57C91 in popluar number systems.

HEXA57C91
Decimal165124145
Binary10100101111110010010001
Octal245174221

Shades and tints

Shades of #A57C91

#A57C91
(165,124,145)
#967184
(150,113,132)
#876677
(135,102,119)
#785B6A
(120,91,106)
#69505D
(105,80,93)
#5A4550
(90,69,80)
#4B3A43
(75,58,67)
#3C2F36
(60,47,54)
#2D2429
(45,36,41)
#1E191C
(30,25,28)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #A57C91

#A57C91
(165,124,145)
#AD879B
(173,135,155)
#B592A5
(181,146,165)
#BD9DAF
(189,157,175)
#C5A8B9
(197,168,185)
#CDB3C3
(205,179,195)
#D5BECD
(213,190,205)
#DDC9D7
(221,201,215)
#E5D4E1
(229,212,225)
#EDDFEB
(237,223,235)
#F5EAF5
(245,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57C91 color. Also use rgb(165,124,145) instead hex code.

Text Font Color

.myTextColor { color: #A57C91; }

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

This text font color is #A57C91.


Background Color

.myBgColor { background-color: #A57C91; }

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

This div background color is #A57C91.


Border color

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

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

This div border color is #A57C91.


Opacity

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

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

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

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

This text has shadow with #A57C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57C91 on black background.


Color preview on white background

This text has color #A57C91 on white background.



Black color preview on #A57C91 background

This text has black color on #A57C91 background.


White color preview on #A57C91 background

This text has white color on #A57C91 background.