COLOR #A57B9E

HEX: #A57B9E RGB: (165,123,158)

Color info

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

RGB color model

#A57B9E color RGB value is (165,123,158).

RGB: (165,123,158) (65%, 48%, 62%)

RGB channels and saturation

R 165 of 255 = 65%
G 123 of 255 = 48%
B 158 of 255 = 62%

165
123
158

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

Portions of RGB colors in percentages

R + G + B = 165 + 123 + 158 = 446 (100%)
R 165 of 446 ~ 37%
G 123 of 446 ~ 27.58%
B 158 of 446 ~ 35.43'%

%37
%27.58
%35.43

CMYK color model

#A57B9E color CMYK value is (0,25,4,35).

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

CMYK: (0,25,4,35)
C0M25Y4K35 (0%, 25%, 4%, 35%)
(0.00 / 0.25 / 0.04 / 0.35)

CMYK percentages

%0
%25.45
%4.24
%35.29

Codes

Color #A57B9E in popluar color models

A5 7B 9E
RGB 165 123 158
HSL 310° 18.92% 56.47%
HSB/HSV 310° 25.45% 64.71%
CMYK 0.00% 25.45% 4.24%
35.29%

Color #A57B9E in popluar number systems.

HEX A5 7B 9E
Decimal 165 123 158
Binary 10100101 1111011 10011110
Octal 245 173 236

Shades and tints

Shades of #A57B9E

#A57B9E
(165,123,158)
#967090
(150,112,144)
#876582
(135,101,130)
#785A74
(120,90,116)
#694F66
(105,79,102)
#5A4458
(90,68,88)
#4B394A
(75,57,74)
#3C2E3C
(60,46,60)
#2D232E
(45,35,46)
#1E1820
(30,24,32)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #A57B9E

#A57B9E
(165,123,158)
#AD87A6
(173,135,166)
#B593AE
(181,147,174)
#BD9FB6
(189,159,182)
#C5ABBE
(197,171,190)
#CDB7C6
(205,183,198)
#D5C3CE
(213,195,206)
#DDCFD6
(221,207,214)
#E5DBDE
(229,219,222)
#EDE7E6
(237,231,230)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57B9E; }

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

This text font color is #A57B9E.

Background Color

.myBgColor { background-color: #A57B9E; }

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

This div background color is #A57B9E.

Border color

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

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

This div border color is #A57B9E.

Opacity

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

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

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

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

This text has shadow with #A57B9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57B9E.

Preview

Color preview on black background

This text has color #A57B9E on black background.


Color preview on white background

This text has color #A57B9E on white background.


Black color preview on #A57B9E background

This text has black color on #A57B9E background.


White color preview on #A57B9E background

This text has white color on #A57B9E background.


Related colors

Complementary color

Complementary color for #hex is #5A8461.


I love getcolorcode.com

Triadic colors

1 #9EA57B and #7B9EA5 with #A57B9E are triadic colors.

2 #9E7BA5 and #7BA59E with #A57B9E are triadic colors.