COLOR #A56D82

HEX: #A56D82
RGB: (165,109,130)

Color info

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

RGB color model

#A56D82 color RGB value is (165,109,130).

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

RGB channels and saturation

R 165 of 255 = 65%
G 109 of 255 = 43%
B 130 of 255 = 51%

165
109
130

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

Portions of RGB colors in percentages

R + G + B =
165 + 109 + 130 = 404 (100%)
R 165 of 404 ~ 40.84%
G 109 of 404 ~ 26.98%
B 130 of 404 ~ 32.18%

%40.84
%26.98
%32.18

CMYK color model

#A56D82 color CMYK value is (0,34,21,35).

  • cyan value is 0.00%
  • magenta value is 33.94%
  • yellow value is 21.21%
  • key color value is 35.29%
CMYK:
(0,34,21,35)
C0M34Y21K35 
(0%,34%,21%,35%)
(0.00/0.34/0.21/0.35)	

CMYK percentages

%0
%33.94
%21.21
%35.29

Codes

Color #A56D82 in popluar color models

A56D82
RGB165109130
HSL338°23.73%53.73%
HSB/HSV338°33.94%64.71%
CMYK0.00%33.94%21.21%
35.29%

Color #A56D82 in popluar number systems.

HEXA56D82
Decimal165109130
Binary10100101110110110000010
Octal245155202

Shades and tints

Shades of #A56D82

#A56D82
(165,109,130)
#966477
(150,100,119)
#875B6C
(135,91,108)
#785261
(120,82,97)
#694956
(105,73,86)
#5A404B
(90,64,75)
#4B3740
(75,55,64)
#3C2E35
(60,46,53)
#2D252A
(45,37,42)
#1E1C1F
(30,28,31)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #A56D82

#A56D82
(165,109,130)
#AD7A8D
(173,122,141)
#B58798
(181,135,152)
#BD94A3
(189,148,163)
#C5A1AE
(197,161,174)
#CDAEB9
(205,174,185)
#D5BBC4
(213,187,196)
#DDC8CF
(221,200,207)
#E5D5DA
(229,213,218)
#EDE2E5
(237,226,229)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56D82; }

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

This text font color is #A56D82.


Background Color

.myBgColor { background-color: #A56D82; }

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

This div background color is #A56D82.


Border color

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

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

This div border color is #A56D82.


Opacity

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

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

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

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

This text has shadow with #A56D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56D82 on black background.


Color preview on white background

This text has color #A56D82 on white background.



Black color preview on #A56D82 background

This text has black color on #A56D82 background.


White color preview on #A56D82 background

This text has white color on #A56D82 background.