COLOR #A57591

HEX: #A57591 RGB: (165,117,145)

Color info

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

RGB color model

#A57591 color RGB value is (165,117,145).

RGB: (165,117,145) (65%, 46%, 57%)

RGB channels and saturation

R 165 of 255 = 65%
G 117 of 255 = 46%
B 145 of 255 = 57%

165
117
145

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

Portions of RGB colors in percentages

R + G + B = 165 + 117 + 145 = 427 (100%)
R 165 of 427 ~ 38.64%
G 117 of 427 ~ 27.4%
B 145 of 427 ~ 33.96'%

%38.64
%27.4
%33.96

CMYK color model

#A57591 color CMYK value is (0,29,12,35).

  • cyan value is 0.00%
  • magenta value is 29.09%
  • yellow value is 12.12%
  • key color value is 35.29%

CMYK: (0,29,12,35)
C0M29Y12K35 (0%, 29%, 12%, 35%)
(0.00 / 0.29 / 0.12 / 0.35)

CMYK percentages

%0
%29.09
%12.12
%35.29

Codes

Color #A57591 in popluar color models

A5 75 91
RGB 165 117 145
HSL 325° 21.05% 55.29%
HSB/HSV 325° 29.09% 64.71%
CMYK 0.00% 29.09% 12.12%
35.29%

Color #A57591 in popluar number systems.

HEX A5 75 91
Decimal 165 117 145
Binary 10100101 1110101 10010001
Octal 245 165 221

Shades and tints

Shades of #A57591

#A57591
(165,117,145)
#966B84
(150,107,132)
#876177
(135,97,119)
#78576A
(120,87,106)
#694D5D
(105,77,93)
#5A4350
(90,67,80)
#4B3943
(75,57,67)
#3C2F36
(60,47,54)
#2D2529
(45,37,41)
#1E1B1C
(30,27,28)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #A57591

#A57591
(165,117,145)
#AD819B
(173,129,155)
#B58DA5
(181,141,165)
#BD99AF
(189,153,175)
#C5A5B9
(197,165,185)
#CDB1C3
(205,177,195)
#D5BDCD
(213,189,205)
#DDC9D7
(221,201,215)
#E5D5E1
(229,213,225)
#EDE1EB
(237,225,235)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57591; }

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

This text font color is #A57591.

Background Color

.myBgColor { background-color: #A57591; }

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

This div background color is #A57591.

Border color

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

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

This div border color is #A57591.

Opacity

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

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

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

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

This text has shadow with #A57591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57591.

Preview

Color preview on black background

This text has color #A57591 on black background.


Color preview on white background

This text has color #A57591 on white background.


Black color preview on #A57591 background

This text has black color on #A57591 background.


White color preview on #A57591 background

This text has white color on #A57591 background.


Related colors

Complementary color

Complementary color for #hex is #5A8A6E.


I love getcolorcode.com

Triadic colors

1 #91A575 and #7591A5 with #A57591 are triadic colors.

2 #9175A5 and #75A591 with #A57591 are triadic colors.