COLOR #A57384

HEX: #A57384
RGB: (165,115,132)

Color info

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

RGB color model

#A57384 color RGB value is (165,115,132).

  • red value is 165;
  • green value is 115;
  • blue value is 132.
RGB:
(165,115,132)
(65%,45%,52%)

RGB channels and saturation

R 165 of 255 = 65%
G 115 of 255 = 45%
B 132 of 255 = 52%

165
115
132

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

Portions of RGB colors in percentages

R + G + B =
165 + 115 + 132 = 412 (100%)
R 165 of 412 ~ 40.05%
G 115 of 412 ~ 27.91%
B 132 of 412 ~ 32.04%

%40.05
%27.91
%32.04

CMYK color model

#A57384 color CMYK value is (0,30,20,35).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 20.00%
  • key color value is 35.29%
CMYK:
(0,30,20,35)
C0M30Y20K35 
(0%,30%,20%,35%)
(0.00/0.30/0.20/0.35)	

CMYK percentages

%0
%30.3
%20
%35.29

Codes

Color #A57384 in popluar color models

A57384
RGB165115132
HSL340°21.74%54.90%
HSB/HSV340°30.30%64.71%
CMYK0.00%30.30%20.00%
35.29%

Color #A57384 in popluar number systems.

HEXA57384
Decimal165115132
Binary10100101111001110000100
Octal245163204

Shades and tints

Shades of #A57384

#A57384
(165,115,132)
#966978
(150,105,120)
#875F6C
(135,95,108)
#785560
(120,85,96)
#694B54
(105,75,84)
#5A4148
(90,65,72)
#4B373C
(75,55,60)
#3C2D30
(60,45,48)
#2D2324
(45,35,36)
#1E1918
(30,25,24)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #A57384

#A57384
(165,115,132)
#AD7F8F
(173,127,143)
#B58B9A
(181,139,154)
#BD97A5
(189,151,165)
#C5A3B0
(197,163,176)
#CDAFBB
(205,175,187)
#D5BBC6
(213,187,198)
#DDC7D1
(221,199,209)
#E5D3DC
(229,211,220)
#EDDFE7
(237,223,231)
#F5EBF2
(245,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57384 color. Also use rgb(165,115,132) instead hex code.

Text Font Color

.myTextColor { color: #A57384; }

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

This text font color is #A57384.


Background Color

.myBgColor { background-color: #A57384; }

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

This div background color is #A57384.


Border color

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

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

This div border color is #A57384.


Opacity

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

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

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

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

This text has shadow with #A57384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57384 on black background.


Color preview on white background

This text has color #A57384 on white background.



Black color preview on #A57384 background

This text has black color on #A57384 background.


White color preview on #A57384 background

This text has white color on #A57384 background.