COLOR #A56E76

HEX: #A56E76
RGB: (165,110,118)

Color info

#A56E76 contains red, green and blue colors in about the same proportion. Web safe color of #A56E76 is #996666 (or #966).

RGB color model

#A56E76 color RGB value is (165,110,118).

  • red value is 165;
  • green value is 110;
  • blue value is 118.
RGB:
(165,110,118)
(65%,43%,46%)

RGB channels and saturation

R 165 of 255 = 65%
G 110 of 255 = 43%
B 118 of 255 = 46%

165
110
118

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

Portions of RGB colors in percentages

R + G + B =
165 + 110 + 118 = 393 (100%)
R 165 of 393 ~ 41.98%
G 110 of 393 ~ 27.99%
B 118 of 393 ~ 30.03%

%41.98
%27.99
%30.03

CMYK color model

#A56E76 color CMYK value is (0,33,28,35).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 28.48%
  • key color value is 35.29%
CMYK:
(0,33,28,35)
C0M33Y28K35 
(0%,33%,28%,35%)
(0.00/0.33/0.28/0.35)	

CMYK percentages

%0
%33.33
%28.48
%35.29

Codes

Color #A56E76 in popluar color models

A56E76
RGB165110118
HSL351°23.40%53.92%
HSB/HSV351°33.33%64.71%
CMYK0.00%33.33%28.48%
35.29%

Color #A56E76 in popluar number systems.

HEXA56E76
Decimal165110118
Binary1010010111011101110110
Octal245156166

Shades and tints

Shades of #A56E76

#A56E76
(165,110,118)
#96646C
(150,100,108)
#875A62
(135,90,98)
#785058
(120,80,88)
#69464E
(105,70,78)
#5A3C44
(90,60,68)
#4B323A
(75,50,58)
#3C2830
(60,40,48)
#2D1E26
(45,30,38)
#1E141C
(30,20,28)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #A56E76

#A56E76
(165,110,118)
#AD7B82
(173,123,130)
#B5888E
(181,136,142)
#BD959A
(189,149,154)
#C5A2A6
(197,162,166)
#CDAFB2
(205,175,178)
#D5BCBE
(213,188,190)
#DDC9CA
(221,201,202)
#E5D6D6
(229,214,214)
#EDE3E2
(237,227,226)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56E76 color. Also use rgb(165,110,118) instead hex code.

Text Font Color

.myTextColor { color: #A56E76; }

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

This text font color is #A56E76.


Background Color

.myBgColor { background-color: #A56E76; }

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

This div background color is #A56E76.


Border color

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

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

This div border color is #A56E76.


Opacity

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

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

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

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

This text has shadow with #A56E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56E76 on black background.


Color preview on white background

This text has color #A56E76 on white background.



Black color preview on #A56E76 background

This text has black color on #A56E76 background.


White color preview on #A56E76 background

This text has white color on #A56E76 background.