COLOR #A57A95

HEX: #A57A95
RGB: (165,122,149)

Color info

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

RGB color model

#A57A95 color RGB value is (165,122,149).

  • red value is 165;
  • green value is 122;
  • blue value is 149.
RGB:
(165,122,149)
(65%,48%,58%)

RGB channels and saturation

R 165 of 255 = 65%
G 122 of 255 = 48%
B 149 of 255 = 58%

165
122
149

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

Portions of RGB colors in percentages

R + G + B =
165 + 122 + 149 = 436 (100%)
R 165 of 436 ~ 37.84%
G 122 of 436 ~ 27.98%
B 149 of 436 ~ 34.17%

%37.84
%27.98
%34.17

CMYK color model

#A57A95 color CMYK value is (0,26,10,35).

  • cyan value is 0.00%
  • magenta value is 26.06%
  • yellow value is 9.70%
  • key color value is 35.29%
CMYK:
(0,26,10,35)
C0M26Y10K35 
(0%,26%,10%,35%)
(0.00/0.26/0.10/0.35)	

CMYK percentages

%0
%26.06
%9.7
%35.29

Codes

Color #A57A95 in popluar color models

A57A95
RGB165122149
HSL322°19.28%56.27%
HSB/HSV322°26.06%64.71%
CMYK0.00%26.06%9.70%
35.29%

Color #A57A95 in popluar number systems.

HEXA57A95
Decimal165122149
Binary10100101111101010010101
Octal245172225

Shades and tints

Shades of #A57A95

#A57A95
(165,122,149)
#966F88
(150,111,136)
#87647B
(135,100,123)
#78596E
(120,89,110)
#694E61
(105,78,97)
#5A4354
(90,67,84)
#4B3847
(75,56,71)
#3C2D3A
(60,45,58)
#2D222D
(45,34,45)
#1E1720
(30,23,32)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #A57A95

#A57A95
(165,122,149)
#AD869E
(173,134,158)
#B592A7
(181,146,167)
#BD9EB0
(189,158,176)
#C5AAB9
(197,170,185)
#CDB6C2
(205,182,194)
#D5C2CB
(213,194,203)
#DDCED4
(221,206,212)
#E5DADD
(229,218,221)
#EDE6E6
(237,230,230)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57A95 color. Also use rgb(165,122,149) instead hex code.

Text Font Color

.myTextColor { color: #A57A95; }

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

This text font color is #A57A95.


Background Color

.myBgColor { background-color: #A57A95; }

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

This div background color is #A57A95.


Border color

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

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

This div border color is #A57A95.


Opacity

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

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

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

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

This text has shadow with #A57A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57A95 on black background.


Color preview on white background

This text has color #A57A95 on white background.



Black color preview on #A57A95 background

This text has black color on #A57A95 background.


White color preview on #A57A95 background

This text has white color on #A57A95 background.