COLOR #A57890

HEX: #A57890 RGB: (165,120,144)

Color info

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

RGB color model

#A57890 color RGB value is (165,120,144).

RGB: (165,120,144) (65%, 47%, 56%)

RGB channels and saturation

R 165 of 255 = 65%
G 120 of 255 = 47%
B 144 of 255 = 56%

165
120
144

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

Portions of RGB colors in percentages

R + G + B = 165 + 120 + 144 = 429 (100%)
R 165 of 429 ~ 38.46%
G 120 of 429 ~ 27.97%
B 144 of 429 ~ 33.57'%

%38.46
%27.97
%33.57

CMYK color model

#A57890 color CMYK value is (0,27,13,35).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 12.73%
  • key color value is 35.29%
CMYK: (0,27,13,35) C0M27Y13K35 (0%,27%,13%,35%) (0.00/0.27/0.13/0.35) 

CMYK percentages

%0
%27.27
%12.73
%35.29

Codes

Color #A57890 in popluar color models

A5 78 90
RGB 165 120 144
HSL 328° 20.00% 55.88%
HSB/HSV 328° 27.27% 64.71%
CMYK 0.00% 27.27% 12.73%
35.29%

Color #A57890 in popluar number systems.

HEX A5 78 90
Decimal 165 120 144
Binary 10100101 1111000 10010000
Octal 245 170 220

Shades and tints

Shades of #A57890

#A57890
(165,120,144)
#966E83
(150,110,131)
#876476
(135,100,118)
#785A69
(120,90,105)
#69505C
(105,80,92)
#5A464F
(90,70,79)
#4B3C42
(75,60,66)
#3C3235
(60,50,53)
#2D2828
(45,40,40)
#1E1E1B
(30,30,27)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #A57890

#A57890
(165,120,144)
#AD849A
(173,132,154)
#B590A4
(181,144,164)
#BD9CAE
(189,156,174)
#C5A8B8
(197,168,184)
#CDB4C2
(205,180,194)
#D5C0CC
(213,192,204)
#DDCCD6
(221,204,214)
#E5D8E0
(229,216,224)
#EDE4EA
(237,228,234)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57890 color. Also use rgb(165,120,144) instead hex code.

Text Font Color

.myTextColor { color: #A57890; }

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

This text font color is #A57890.

Background Color

.myBgColor { background-color: #A57890; }

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

This div background color is #A57890.

Border color

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

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

This div border color is #A57890.

Opacity

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

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

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

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

This text has shadow with #A57890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57890.

Preview

Color preview on black background

This text has color #A57890 on black background.


Color preview on white background

This text has color #A57890 on white background.


Black color preview on #A57890 background

This text has black color on #A57890 background.


White color preview on #A57890 background

This text has white color on #A57890 background.


Related colors

Complementary color

Complementary color for #hex is #5A876F.


I love getcolorcode.com

Triadic colors

1 #90A578 and #7890A5 with #A57890 are triadic colors.

2 #9078A5 and #78A590 with #A57890 are triadic colors.