COLOR #A57886

HEX: #A57886
RGB: (165,120,134)

Color info

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

RGB color model

#A57886 color RGB value is (165,120,134).

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

RGB channels and saturation

R 165 of 255 = 65%
G 120 of 255 = 47%
B 134 of 255 = 53%

165
120
134

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

Portions of RGB colors in percentages

R + G + B =
165 + 120 + 134 = 419 (100%)
R 165 of 419 ~ 39.38%
G 120 of 419 ~ 28.64%
B 134 of 419 ~ 31.98%

%39.38
%28.64
%31.98

CMYK color model

#A57886 color CMYK value is (0,27,19,35).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 18.79%
  • key color value is 35.29%
CMYK:
(0,27,19,35)
C0M27Y19K35 
(0%,27%,19%,35%)
(0.00/0.27/0.19/0.35)	

CMYK percentages

%0
%27.27
%18.79
%35.29

Codes

Color #A57886 in popluar color models

A57886
RGB165120134
HSL341°20.00%55.88%
HSB/HSV341°27.27%64.71%
CMYK0.00%27.27%18.79%
35.29%

Color #A57886 in popluar number systems.

HEXA57886
Decimal165120134
Binary10100101111100010000110
Octal245170206

Shades and tints

Shades of #A57886

#A57886
(165,120,134)
#966E7A
(150,110,122)
#87646E
(135,100,110)
#785A62
(120,90,98)
#695056
(105,80,86)
#5A464A
(90,70,74)
#4B3C3E
(75,60,62)
#3C3232
(60,50,50)
#2D2826
(45,40,38)
#1E1E1A
(30,30,26)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #A57886

#A57886
(165,120,134)
#AD8491
(173,132,145)
#B5909C
(181,144,156)
#BD9CA7
(189,156,167)
#C5A8B2
(197,168,178)
#CDB4BD
(205,180,189)
#D5C0C8
(213,192,200)
#DDCCD3
(221,204,211)
#E5D8DE
(229,216,222)
#EDE4E9
(237,228,233)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57886; }

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

This text font color is #A57886.


Background Color

.myBgColor { background-color: #A57886; }

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

This div background color is #A57886.


Border color

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

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

This div border color is #A57886.


Opacity

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

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

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

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

This text has shadow with #A57886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57886 on black background.


Color preview on white background

This text has color #A57886 on white background.



Black color preview on #A57886 background

This text has black color on #A57886 background.


White color preview on #A57886 background

This text has white color on #A57886 background.