COLOR #A57B8B

HEX: #A57B8B RGB: (165,123,139)

Color info

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

RGB color model

#A57B8B color RGB value is (165,123,139).

RGB: (165,123,139) (65%, 48%, 55%)

RGB channels and saturation

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

165
123
139

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

Portions of RGB colors in percentages

R + G + B = 165 + 123 + 139 = 427 (100%)
R 165 of 427 ~ 38.64%
G 123 of 427 ~ 28.81%
B 139 of 427 ~ 32.55'%

%38.64
%28.81
%32.55

CMYK color model

#A57B8B color CMYK value is (0,25,16,35).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 15.76%
  • key color value is 35.29%

CMYK: (0,25,16,35)
C0M25Y16K35 (0%, 25%, 16%, 35%)
(0.00 / 0.25 / 0.16 / 0.35)

CMYK percentages

%0
%25.45
%15.76
%35.29

Codes

Color #A57B8B in popluar color models

A5 7B 8B
RGB 165 123 139
HSL 337° 18.92% 56.47%
HSB/HSV 337° 25.45% 64.71%
CMYK 0.00% 25.45% 15.76%
35.29%

Color #A57B8B in popluar number systems.

HEX A5 7B 8B
Decimal 165 123 139
Binary 10100101 1111011 10001011
Octal 245 173 213

Shades and tints

Shades of #A57B8B

#A57B8B
(165,123,139)
#96707F
(150,112,127)
#876573
(135,101,115)
#785A67
(120,90,103)
#694F5B
(105,79,91)
#5A444F
(90,68,79)
#4B3943
(75,57,67)
#3C2E37
(60,46,55)
#2D232B
(45,35,43)
#1E181F
(30,24,31)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #A57B8B

#A57B8B
(165,123,139)
#AD8795
(173,135,149)
#B5939F
(181,147,159)
#BD9FA9
(189,159,169)
#C5ABB3
(197,171,179)
#CDB7BD
(205,183,189)
#D5C3C7
(213,195,199)
#DDCFD1
(221,207,209)
#E5DBDB
(229,219,219)
#EDE7E5
(237,231,229)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57B8B; }

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

This text font color is #A57B8B.

Background Color

.myBgColor { background-color: #A57B8B; }

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

This div background color is #A57B8B.

Border color

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

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

This div border color is #A57B8B.

Opacity

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

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

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

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

This text has shadow with #A57B8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57B8B.

Preview

Color preview on black background

This text has color #A57B8B on black background.


Color preview on white background

This text has color #A57B8B on white background.


Black color preview on #A57B8B background

This text has black color on #A57B8B background.


White color preview on #A57B8B background

This text has white color on #A57B8B background.


Related colors

Complementary color

Complementary color for #hex is #5A8474.


I love getcolorcode.com

Triadic colors

1 #8BA57B and #7B8BA5 with #A57B8B are triadic colors.

2 #8B7BA5 and #7BA58B with #A57B8B are triadic colors.