COLOR #A57F8A

HEX: #A57F8A
RGB: (165,127,138)

Color info

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

RGB color model

#A57F8A color RGB value is (165,127,138).

  • red value is 165;
  • green value is 127;
  • blue value is 138.
RGB:
(165,127,138)
(65%,50%,54%)

RGB channels and saturation

R 165 of 255 = 65%
G 127 of 255 = 50%
B 138 of 255 = 54%

165
127
138

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

Portions of RGB colors in percentages

R + G + B =
165 + 127 + 138 = 430 (100%)
R 165 of 430 ~ 38.37%
G 127 of 430 ~ 29.53%
B 138 of 430 ~ 32.09%

%38.37
%29.53
%32.09

CMYK color model

#A57F8A color CMYK value is (0,23,16,35).

  • cyan value is 0.00%
  • magenta value is 23.03%
  • yellow value is 16.36%
  • key color value is 35.29%
CMYK:
(0,23,16,35)
C0M23Y16K35 
(0%,23%,16%,35%)
(0.00/0.23/0.16/0.35)	

CMYK percentages

%0
%23.03
%16.36
%35.29

Codes

Color #A57F8A in popluar color models

A57F8A
RGB165127138
HSL343°17.43%57.25%
HSB/HSV343°23.03%64.71%
CMYK0.00%23.03%16.36%
35.29%

Color #A57F8A in popluar number systems.

HEXA57F8A
Decimal165127138
Binary10100101111111110001010
Octal245177212

Shades and tints

Shades of #A57F8A

#A57F8A
(165,127,138)
#96747E
(150,116,126)
#876972
(135,105,114)
#785E66
(120,94,102)
#69535A
(105,83,90)
#5A484E
(90,72,78)
#4B3D42
(75,61,66)
#3C3236
(60,50,54)
#2D272A
(45,39,42)
#1E1C1E
(30,28,30)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #A57F8A

#A57F8A
(165,127,138)
#AD8A94
(173,138,148)
#B5959E
(181,149,158)
#BDA0A8
(189,160,168)
#C5ABB2
(197,171,178)
#CDB6BC
(205,182,188)
#D5C1C6
(213,193,198)
#DDCCD0
(221,204,208)
#E5D7DA
(229,215,218)
#EDE2E4
(237,226,228)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57F8A; }

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

This text font color is #A57F8A.


Background Color

.myBgColor { background-color: #A57F8A; }

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

This div background color is #A57F8A.


Border color

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

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

This div border color is #A57F8A.


Opacity

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

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

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

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

This text has shadow with #A57F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57F8A on black background.


Color preview on white background

This text has color #A57F8A on white background.



Black color preview on #A57F8A background

This text has black color on #A57F8A background.


White color preview on #A57F8A background

This text has white color on #A57F8A background.