COLOR #A56C79

HEX: #A56C79
RGB: (165,108,121)

Color info

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

RGB color model

#A56C79 color RGB value is (165,108,121).

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

RGB channels and saturation

R 165 of 255 = 65%
G 108 of 255 = 42%
B 121 of 255 = 47%

165
108
121

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

Portions of RGB colors in percentages

R + G + B =
165 + 108 + 121 = 394 (100%)
R 165 of 394 ~ 41.88%
G 108 of 394 ~ 27.41%
B 121 of 394 ~ 30.71%

%41.88
%27.41
%30.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.55%
  • yellow value is 26.67%
  • key color value is 35.29%
CMYK:
(0,35,27,35)
C0M35Y27K35 
(0%,35%,27%,35%)
(0.00/0.35/0.27/0.35)	

CMYK percentages

%0
%34.55
%26.67
%35.29

Codes

Color #A56C79 in popluar color models

A56C79
RGB165108121
HSL346°24.05%53.53%
HSB/HSV346°34.55%64.71%
CMYK0.00%34.55%26.67%
35.29%

Color #A56C79 in popluar number systems.

HEXA56C79
Decimal165108121
Binary1010010111011001111001
Octal245154171

Shades and tints

Shades of #A56C79

#A56C79
(165,108,121)
#96636E
(150,99,110)
#875A63
(135,90,99)
#785158
(120,81,88)
#69484D
(105,72,77)
#5A3F42
(90,63,66)
#4B3637
(75,54,55)
#3C2D2C
(60,45,44)
#2D2421
(45,36,33)
#1E1B16
(30,27,22)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #A56C79

#A56C79
(165,108,121)
#AD7985
(173,121,133)
#B58691
(181,134,145)
#BD939D
(189,147,157)
#C5A0A9
(197,160,169)
#CDADB5
(205,173,181)
#D5BAC1
(213,186,193)
#DDC7CD
(221,199,205)
#E5D4D9
(229,212,217)
#EDE1E5
(237,225,229)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56C79; }

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

This text font color is #A56C79.


Background Color

.myBgColor { background-color: #A56C79; }

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

This div background color is #A56C79.


Border color

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

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

This div border color is #A56C79.


Opacity

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

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

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

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

This text has shadow with #A56C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56C79 on black background.


Color preview on white background

This text has color #A56C79 on white background.



Black color preview on #A56C79 background

This text has black color on #A56C79 background.


White color preview on #A56C79 background

This text has white color on #A56C79 background.