COLOR #A57B90

HEX: #A57B90
RGB: (165,123,144)

Color info

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

RGB color model

#A57B90 color RGB value is (165,123,144).

  • red value is 165;
  • green value is 123;
  • blue value is 144.
RGB:
(165,123,144)
(65%,48%,56%)

RGB channels and saturation

R 165 of 255 = 65%
G 123 of 255 = 48%
B 144 of 255 = 56%

165
123
144

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

Portions of RGB colors in percentages

R + G + B =
165 + 123 + 144 = 432 (100%)
R 165 of 432 ~ 38.19%
G 123 of 432 ~ 28.47%
B 144 of 432 ~ 33.33%

%38.19
%28.47
%33.33

CMYK color model

#A57B90 color CMYK value is (0,25,13,35).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 12.73%
  • key color value is 35.29%
CMYK:
(0,25,13,35)
C0M25Y13K35 
(0%,25%,13%,35%)
(0.00/0.25/0.13/0.35)	

CMYK percentages

%0
%25.45
%12.73
%35.29

Codes

Color #A57B90 in popluar color models

A57B90
RGB165123144
HSL330°18.92%56.47%
HSB/HSV330°25.45%64.71%
CMYK0.00%25.45%12.73%
35.29%

Color #A57B90 in popluar number systems.

HEXA57B90
Decimal165123144
Binary10100101111101110010000
Octal245173220

Shades and tints

Shades of #A57B90

#A57B90
(165,123,144)
#967083
(150,112,131)
#876576
(135,101,118)
#785A69
(120,90,105)
#694F5C
(105,79,92)
#5A444F
(90,68,79)
#4B3942
(75,57,66)
#3C2E35
(60,46,53)
#2D2328
(45,35,40)
#1E181B
(30,24,27)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #A57B90

#A57B90
(165,123,144)
#AD879A
(173,135,154)
#B593A4
(181,147,164)
#BD9FAE
(189,159,174)
#C5ABB8
(197,171,184)
#CDB7C2
(205,183,194)
#D5C3CC
(213,195,204)
#DDCFD6
(221,207,214)
#E5DBE0
(229,219,224)
#EDE7EA
(237,231,234)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57B90; }

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

This text font color is #A57B90.


Background Color

.myBgColor { background-color: #A57B90; }

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

This div background color is #A57B90.


Border color

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

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

This div border color is #A57B90.


Opacity

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

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

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

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

This text has shadow with #A57B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57B90 on black background.


Color preview on white background

This text has color #A57B90 on white background.



Black color preview on #A57B90 background

This text has black color on #A57B90 background.


White color preview on #A57B90 background

This text has white color on #A57B90 background.