COLOR #A57C86

HEX: #A57C86
RGB: (165,124,134)

Color info

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

RGB color model

#A57C86 color RGB value is (165,124,134).

  • red value is 165;
  • green value is 124;
  • blue value is 134.
RGB:
(165,124,134)
(65%,49%,53%)

RGB channels and saturation

R 165 of 255 = 65%
G 124 of 255 = 49%
B 134 of 255 = 53%

165
124
134

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

Portions of RGB colors in percentages

R + G + B =
165 + 124 + 134 = 423 (100%)
R 165 of 423 ~ 39.01%
G 124 of 423 ~ 29.31%
B 134 of 423 ~ 31.68%

%39.01
%29.31
%31.68

CMYK color model

#A57C86 color CMYK value is (0,25,19,35).

  • cyan value is 0.00%
  • magenta value is 24.85%
  • yellow value is 18.79%
  • key color value is 35.29%
CMYK:
(0,25,19,35)
C0M25Y19K35 
(0%,25%,19%,35%)
(0.00/0.25/0.19/0.35)	

CMYK percentages

%0
%24.85
%18.79
%35.29

Codes

Color #A57C86 in popluar color models

A57C86
RGB165124134
HSL345°18.55%56.67%
HSB/HSV345°24.85%64.71%
CMYK0.00%24.85%18.79%
35.29%

Color #A57C86 in popluar number systems.

HEXA57C86
Decimal165124134
Binary10100101111110010000110
Octal245174206

Shades and tints

Shades of #A57C86

#A57C86
(165,124,134)
#96717A
(150,113,122)
#87666E
(135,102,110)
#785B62
(120,91,98)
#695056
(105,80,86)
#5A454A
(90,69,74)
#4B3A3E
(75,58,62)
#3C2F32
(60,47,50)
#2D2426
(45,36,38)
#1E191A
(30,25,26)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #A57C86

#A57C86
(165,124,134)
#AD8791
(173,135,145)
#B5929C
(181,146,156)
#BD9DA7
(189,157,167)
#C5A8B2
(197,168,178)
#CDB3BD
(205,179,189)
#D5BEC8
(213,190,200)
#DDC9D3
(221,201,211)
#E5D4DE
(229,212,222)
#EDDFE9
(237,223,233)
#F5EAF4
(245,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57C86 color. Also use rgb(165,124,134) instead hex code.

Text Font Color

.myTextColor { color: #A57C86; }

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

This text font color is #A57C86.


Background Color

.myBgColor { background-color: #A57C86; }

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

This div background color is #A57C86.


Border color

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

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

This div border color is #A57C86.


Opacity

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

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

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

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

This text has shadow with #A57C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57C86 on black background.


Color preview on white background

This text has color #A57C86 on white background.



Black color preview on #A57C86 background

This text has black color on #A57C86 background.


White color preview on #A57C86 background

This text has white color on #A57C86 background.