COLOR #A56C76

HEX: #A56C76
RGB: (165,108,118)

Color info

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

RGB color model

#A56C76 color RGB value is (165,108,118).

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

RGB channels and saturation

R 165 of 255 = 65%
G 108 of 255 = 42%
B 118 of 255 = 46%

165
108
118

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

Portions of RGB colors in percentages

R + G + B =
165 + 108 + 118 = 391 (100%)
R 165 of 391 ~ 42.2%
G 108 of 391 ~ 27.62%
B 118 of 391 ~ 30.18%

%42.2
%27.62
%30.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.55%
  • yellow value is 28.48%
  • key color value is 35.29%
CMYK:
(0,35,28,35)
C0M35Y28K35 
(0%,35%,28%,35%)
(0.00/0.35/0.28/0.35)	

CMYK percentages

%0
%34.55
%28.48
%35.29

Codes

Color #A56C76 in popluar color models

A56C76
RGB165108118
HSL349°24.05%53.53%
HSB/HSV349°34.55%64.71%
CMYK0.00%34.55%28.48%
35.29%

Color #A56C76 in popluar number systems.

HEXA56C76
Decimal165108118
Binary1010010111011001110110
Octal245154166

Shades and tints

Shades of #A56C76

#A56C76
(165,108,118)
#96636C
(150,99,108)
#875A62
(135,90,98)
#785158
(120,81,88)
#69484E
(105,72,78)
#5A3F44
(90,63,68)
#4B363A
(75,54,58)
#3C2D30
(60,45,48)
#2D2426
(45,36,38)
#1E1B1C
(30,27,28)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #A56C76

#A56C76
(165,108,118)
#AD7982
(173,121,130)
#B5868E
(181,134,142)
#BD939A
(189,147,154)
#C5A0A6
(197,160,166)
#CDADB2
(205,173,178)
#D5BABE
(213,186,190)
#DDC7CA
(221,199,202)
#E5D4D6
(229,212,214)
#EDE1E2
(237,225,226)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56C76; }

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

This text font color is #A56C76.


Background Color

.myBgColor { background-color: #A56C76; }

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

This div background color is #A56C76.


Border color

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

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

This div border color is #A56C76.


Opacity

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

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

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

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

This text has shadow with #A56C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56C76 on black background.


Color preview on white background

This text has color #A56C76 on white background.



Black color preview on #A56C76 background

This text has black color on #A56C76 background.


White color preview on #A56C76 background

This text has white color on #A56C76 background.