COLOR #A57B8D

HEX: #A57B8D
RGB: (165,123,141)

Color info

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

RGB color model

#A57B8D color RGB value is (165,123,141).

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

RGB channels and saturation

R 165 of 255 = 65%
G 123 of 255 = 48%
B 141 of 255 = 55%

165
123
141

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

Portions of RGB colors in percentages

R + G + B =
165 + 123 + 141 = 429 (100%)
R 165 of 429 ~ 38.46%
G 123 of 429 ~ 28.67%
B 141 of 429 ~ 32.87%

%38.46
%28.67
%32.87

CMYK color model

#A57B8D color CMYK value is (0,25,15,35).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 14.55%
  • key color value is 35.29%
CMYK:
(0,25,15,35)
C0M25Y15K35 
(0%,25%,15%,35%)
(0.00/0.25/0.15/0.35)	

CMYK percentages

%0
%25.45
%14.55
%35.29

Codes

Color #A57B8D in popluar color models

A57B8D
RGB165123141
HSL334°18.92%56.47%
HSB/HSV334°25.45%64.71%
CMYK0.00%25.45%14.55%
35.29%

Color #A57B8D in popluar number systems.

HEXA57B8D
Decimal165123141
Binary10100101111101110001101
Octal245173215

Shades and tints

Shades of #A57B8D

#A57B8D
(165,123,141)
#967081
(150,112,129)
#876575
(135,101,117)
#785A69
(120,90,105)
#694F5D
(105,79,93)
#5A4451
(90,68,81)
#4B3945
(75,57,69)
#3C2E39
(60,46,57)
#2D232D
(45,35,45)
#1E1821
(30,24,33)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #A57B8D

#A57B8D
(165,123,141)
#AD8797
(173,135,151)
#B593A1
(181,147,161)
#BD9FAB
(189,159,171)
#C5ABB5
(197,171,181)
#CDB7BF
(205,183,191)
#D5C3C9
(213,195,201)
#DDCFD3
(221,207,211)
#E5DBDD
(229,219,221)
#EDE7E7
(237,231,231)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57B8D; }

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

This text font color is #A57B8D.


Background Color

.myBgColor { background-color: #A57B8D; }

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

This div background color is #A57B8D.


Border color

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

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

This div border color is #A57B8D.


Opacity

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

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

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

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

This text has shadow with #A57B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57B8D on black background.


Color preview on white background

This text has color #A57B8D on white background.



Black color preview on #A57B8D background

This text has black color on #A57B8D background.


White color preview on #A57B8D background

This text has white color on #A57B8D background.