COLOR #A57988

HEX: #A57988
RGB: (165,121,136)

Color info

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

RGB color model

#A57988 color RGB value is (165,121,136).

  • red value is 165;
  • green value is 121;
  • blue value is 136.
RGB:
(165,121,136)
(65%,47%,53%)

RGB channels and saturation

R 165 of 255 = 65%
G 121 of 255 = 47%
B 136 of 255 = 53%

165
121
136

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

Portions of RGB colors in percentages

R + G + B =
165 + 121 + 136 = 422 (100%)
R 165 of 422 ~ 39.1%
G 121 of 422 ~ 28.67%
B 136 of 422 ~ 32.23%

%39.1
%28.67
%32.23

CMYK color model

#A57988 color CMYK value is (0,27,18,35).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 17.58%
  • key color value is 35.29%
CMYK:
(0,27,18,35)
C0M27Y18K35 
(0%,27%,18%,35%)
(0.00/0.27/0.18/0.35)	

CMYK percentages

%0
%26.67
%17.58
%35.29

Codes

Color #A57988 in popluar color models

A57988
RGB165121136
HSL340°19.64%56.08%
HSB/HSV340°26.67%64.71%
CMYK0.00%26.67%17.58%
35.29%

Color #A57988 in popluar number systems.

HEXA57988
Decimal165121136
Binary10100101111100110001000
Octal245171210

Shades and tints

Shades of #A57988

#A57988
(165,121,136)
#966E7C
(150,110,124)
#876370
(135,99,112)
#785864
(120,88,100)
#694D58
(105,77,88)
#5A424C
(90,66,76)
#4B3740
(75,55,64)
#3C2C34
(60,44,52)
#2D2128
(45,33,40)
#1E161C
(30,22,28)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #A57988

#A57988
(165,121,136)
#AD8592
(173,133,146)
#B5919C
(181,145,156)
#BD9DA6
(189,157,166)
#C5A9B0
(197,169,176)
#CDB5BA
(205,181,186)
#D5C1C4
(213,193,196)
#DDCDCE
(221,205,206)
#E5D9D8
(229,217,216)
#EDE5E2
(237,229,226)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57988 color. Also use rgb(165,121,136) instead hex code.

Text Font Color

.myTextColor { color: #A57988; }

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

This text font color is #A57988.


Background Color

.myBgColor { background-color: #A57988; }

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

This div background color is #A57988.


Border color

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

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

This div border color is #A57988.


Opacity

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

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

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

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

This text has shadow with #A57988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57988 on black background.


Color preview on white background

This text has color #A57988 on white background.



Black color preview on #A57988 background

This text has black color on #A57988 background.


White color preview on #A57988 background

This text has white color on #A57988 background.