COLOR #A57F81

HEX: #A57F81 RGB: (165,127,129)

Color info

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

RGB color model

#A57F81 color RGB value is (165,127,129).

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

RGB channels and saturation

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

165
127
129

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

Portions of RGB colors in percentages

R + G + B = 165 + 127 + 129 = 421 (100%)
R 165 of 421 ~ 39.19%
G 127 of 421 ~ 30.17%
B 129 of 421 ~ 30.64'%

%39.19
%30.17
%30.64

CMYK color model

#A57F81 color CMYK value is (0,23,22,35).

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

CMYK: (0,23,22,35)
C0M23Y22K35 (0%, 23%, 22%, 35%)
(0.00 / 0.23 / 0.22 / 0.35)

CMYK percentages

%0
%23.03
%21.82
%35.29

Codes

Color #A57F81 in popluar color models

A5 7F 81
RGB 165 127 129
HSL 357° 17.43% 57.25%
HSB/HSV 357° 23.03% 64.71%
CMYK 0.00% 23.03% 21.82%
35.29%

Color #A57F81 in popluar number systems.

HEX A5 7F 81
Decimal 165 127 129
Binary 10100101 1111111 10000001
Octal 245 177 201

Shades and tints

Shades of #A57F81

#A57F81
(165,127,129)
#967476
(150,116,118)
#87696B
(135,105,107)
#785E60
(120,94,96)
#695355
(105,83,85)
#5A484A
(90,72,74)
#4B3D3F
(75,61,63)
#3C3234
(60,50,52)
#2D2729
(45,39,41)
#1E1C1E
(30,28,30)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #A57F81

#A57F81
(165,127,129)
#AD8A8C
(173,138,140)
#B59597
(181,149,151)
#BDA0A2
(189,160,162)
#C5ABAD
(197,171,173)
#CDB6B8
(205,182,184)
#D5C1C3
(213,193,195)
#DDCCCE
(221,204,206)
#E5D7D9
(229,215,217)
#EDE2E4
(237,226,228)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57F81; }

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

This text font color is #A57F81.

Background Color

.myBgColor { background-color: #A57F81; }

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

This div background color is #A57F81.

Border color

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

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

This div border color is #A57F81.

Opacity

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

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

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

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

This text has shadow with #A57F81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57F81.

Preview

Color preview on black background

This text has color #A57F81 on black background.


Color preview on white background

This text has color #A57F81 on white background.


Black color preview on #A57F81 background

This text has black color on #A57F81 background.


White color preview on #A57F81 background

This text has white color on #A57F81 background.


Related colors

Complementary color

Complementary color for #hex is #5A807E.


I love getcolorcode.com

Triadic colors

1 #81A57F and #7F81A5 with #A57F81 are triadic colors.

2 #817FA5 and #7FA581 with #A57F81 are triadic colors.