COLOR #A57F9F

HEX: #A57F9F RGB: (165,127,159)

Color info

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

RGB color model

#A57F9F color RGB value is (165,127,159).

RGB: (165,127,159) (65%, 50%, 62%)

RGB channels and saturation

R 165 of 255 = 65%
G 127 of 255 = 50%
B 159 of 255 = 62%

165
127
159

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

Portions of RGB colors in percentages

R + G + B = 165 + 127 + 159 = 451 (100%)
R 165 of 451 ~ 36.59%
G 127 of 451 ~ 28.16%
B 159 of 451 ~ 35.25'%

%36.59
%28.16
%35.25

CMYK color model

#A57F9F color CMYK value is (0,23,4,35).

  • cyan value is 0.00%
  • magenta value is 23.03%
  • yellow value is 3.64%
  • key color value is 35.29%

CMYK: (0,23,4,35)
C0M23Y4K35 (0%, 23%, 4%, 35%)
(0.00 / 0.23 / 0.04 / 0.35)

CMYK percentages

%0
%23.03
%3.64
%35.29

Codes

Color #A57F9F in popluar color models

A5 7F 9F
RGB 165 127 159
HSL 309° 17.43% 57.25%
HSB/HSV 309° 23.03% 64.71%
CMYK 0.00% 23.03% 3.64%
35.29%

Color #A57F9F in popluar number systems.

HEX A5 7F 9F
Decimal 165 127 159
Binary 10100101 1111111 10011111
Octal 245 177 237

Shades and tints

Shades of #A57F9F

#A57F9F
(165,127,159)
#967491
(150,116,145)
#876983
(135,105,131)
#785E75
(120,94,117)
#695367
(105,83,103)
#5A4859
(90,72,89)
#4B3D4B
(75,61,75)
#3C323D
(60,50,61)
#2D272F
(45,39,47)
#1E1C21
(30,28,33)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #A57F9F

#A57F9F
(165,127,159)
#AD8AA7
(173,138,167)
#B595AF
(181,149,175)
#BDA0B7
(189,160,183)
#C5ABBF
(197,171,191)
#CDB6C7
(205,182,199)
#D5C1CF
(213,193,207)
#DDCCD7
(221,204,215)
#E5D7DF
(229,215,223)
#EDE2E7
(237,226,231)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57F9F color. Also use rgb(165,127,159) instead hex code.

Text Font Color

.myTextColor { color: #A57F9F; }

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

This text font color is #A57F9F.

Background Color

.myBgColor { background-color: #A57F9F; }

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

This div background color is #A57F9F.

Border color

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

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

This div border color is #A57F9F.

Opacity

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

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

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

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

This text has shadow with #A57F9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57F9F.

Preview

Color preview on black background

This text has color #A57F9F on black background.


Color preview on white background

This text has color #A57F9F on white background.


Black color preview on #A57F9F background

This text has black color on #A57F9F background.


White color preview on #A57F9F background

This text has white color on #A57F9F background.


Related colors

Complementary color

Complementary color for #hex is #5A8060.


I love getcolorcode.com

Triadic colors

1 #9FA57F and #7F9FA5 with #A57F9F are triadic colors.

2 #9F7FA5 and #7FA59F with #A57F9F are triadic colors.