COLOR #A57F83

HEX: #A57F83 RGB: (165,127,131)

Color info

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

RGB color model

#A57F83 color RGB value is (165,127,131).

RGB: (165,127,131) (65%, 50%, 51%)

RGB channels and saturation

R 165 of 255 = 65%
G 127 of 255 = 50%
B 131 of 255 = 51%

165
127
131

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

Portions of RGB colors in percentages

R + G + B = 165 + 127 + 131 = 423 (100%)
R 165 of 423 ~ 39.01%
G 127 of 423 ~ 30.02%
B 131 of 423 ~ 30.97'%

%39.01
%30.02
%30.97

CMYK color model

#A57F83 color CMYK value is (0,23,21,35).

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

CMYK: (0,23,21,35)
C0M23Y21K35 (0%, 23%, 21%, 35%)
(0.00 / 0.23 / 0.21 / 0.35)

CMYK percentages

%0
%23.03
%20.61
%35.29

Codes

Color #A57F83 in popluar color models

A5 7F 83
RGB 165 127 131
HSL 354° 17.43% 57.25%
HSB/HSV 354° 23.03% 64.71%
CMYK 0.00% 23.03% 20.61%
35.29%

Color #A57F83 in popluar number systems.

HEX A5 7F 83
Decimal 165 127 131
Binary 10100101 1111111 10000011
Octal 245 177 203

Shades and tints

Shades of #A57F83

#A57F83
(165,127,131)
#967478
(150,116,120)
#87696D
(135,105,109)
#785E62
(120,94,98)
#695357
(105,83,87)
#5A484C
(90,72,76)
#4B3D41
(75,61,65)
#3C3236
(60,50,54)
#2D272B
(45,39,43)
#1E1C20
(30,28,32)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #A57F83

#A57F83
(165,127,131)
#AD8A8E
(173,138,142)
#B59599
(181,149,153)
#BDA0A4
(189,160,164)
#C5ABAF
(197,171,175)
#CDB6BA
(205,182,186)
#D5C1C5
(213,193,197)
#DDCCD0
(221,204,208)
#E5D7DB
(229,215,219)
#EDE2E6
(237,226,230)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57F83; }

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

This text font color is #A57F83.

Background Color

.myBgColor { background-color: #A57F83; }

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

This div background color is #A57F83.

Border color

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

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

This div border color is #A57F83.

Opacity

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

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

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

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

This text has shadow with #A57F83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57F83.

Preview

Color preview on black background

This text has color #A57F83 on black background.


Color preview on white background

This text has color #A57F83 on white background.


Black color preview on #A57F83 background

This text has black color on #A57F83 background.


White color preview on #A57F83 background

This text has white color on #A57F83 background.


Related colors

Complementary color

Complementary color for #hex is #5A807C.


I love getcolorcode.com

Triadic colors

1 #83A57F and #7F83A5 with #A57F83 are triadic colors.

2 #837FA5 and #7FA583 with #A57F83 are triadic colors.