COLOR #A57D82

HEX: #A57D82
RGB: (165,125,130)

Color info

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

RGB color model

#A57D82 color RGB value is (165,125,130).

  • red value is 165;
  • green value is 125;
  • blue value is 130.
RGB:
(165,125,130)
(65%,49%,51%)

RGB channels and saturation

R 165 of 255 = 65%
G 125 of 255 = 49%
B 130 of 255 = 51%

165
125
130

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

Portions of RGB colors in percentages

R + G + B =
165 + 125 + 130 = 420 (100%)
R 165 of 420 ~ 39.29%
G 125 of 420 ~ 29.76%
B 130 of 420 ~ 30.95%

%39.29
%29.76
%30.95

CMYK color model

#A57D82 color CMYK value is (0,24,21,35).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 21.21%
  • key color value is 35.29%
CMYK:
(0,24,21,35)
C0M24Y21K35 
(0%,24%,21%,35%)
(0.00/0.24/0.21/0.35)	

CMYK percentages

%0
%24.24
%21.21
%35.29

Codes

Color #A57D82 in popluar color models

A57D82
RGB165125130
HSL353°18.18%56.86%
HSB/HSV353°24.24%64.71%
CMYK0.00%24.24%21.21%
35.29%

Color #A57D82 in popluar number systems.

HEXA57D82
Decimal165125130
Binary10100101111110110000010
Octal245175202

Shades and tints

Shades of #A57D82

#A57D82
(165,125,130)
#967277
(150,114,119)
#87676C
(135,103,108)
#785C61
(120,92,97)
#695156
(105,81,86)
#5A464B
(90,70,75)
#4B3B40
(75,59,64)
#3C3035
(60,48,53)
#2D252A
(45,37,42)
#1E1A1F
(30,26,31)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #A57D82

#A57D82
(165,125,130)
#AD888D
(173,136,141)
#B59398
(181,147,152)
#BD9EA3
(189,158,163)
#C5A9AE
(197,169,174)
#CDB4B9
(205,180,185)
#D5BFC4
(213,191,196)
#DDCACF
(221,202,207)
#E5D5DA
(229,213,218)
#EDE0E5
(237,224,229)
#F5EBF0
(245,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57D82 color. Also use rgb(165,125,130) instead hex code.

Text Font Color

.myTextColor { color: #A57D82; }

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

This text font color is #A57D82.


Background Color

.myBgColor { background-color: #A57D82; }

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

This div background color is #A57D82.


Border color

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

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

This div border color is #A57D82.


Opacity

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

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

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

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

This text has shadow with #A57D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57D82 on black background.


Color preview on white background

This text has color #A57D82 on white background.



Black color preview on #A57D82 background

This text has black color on #A57D82 background.


White color preview on #A57D82 background

This text has white color on #A57D82 background.