COLOR #A56E7A

HEX: #A56E7A
RGB: (165,110,122)

Color info

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

RGB color model

#A56E7A color RGB value is (165,110,122).

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

RGB channels and saturation

R 165 of 255 = 65%
G 110 of 255 = 43%
B 122 of 255 = 48%

165
110
122

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

Portions of RGB colors in percentages

R + G + B =
165 + 110 + 122 = 397 (100%)
R 165 of 397 ~ 41.56%
G 110 of 397 ~ 27.71%
B 122 of 397 ~ 30.73%

%41.56
%27.71
%30.73

CMYK color model

#A56E7A color CMYK value is (0,33,26,35).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 26.06%
  • key color value is 35.29%
CMYK:
(0,33,26,35)
C0M33Y26K35 
(0%,33%,26%,35%)
(0.00/0.33/0.26/0.35)	

CMYK percentages

%0
%33.33
%26.06
%35.29

Codes

Color #A56E7A in popluar color models

A56E7A
RGB165110122
HSL347°23.40%53.92%
HSB/HSV347°33.33%64.71%
CMYK0.00%33.33%26.06%
35.29%

Color #A56E7A in popluar number systems.

HEXA56E7A
Decimal165110122
Binary1010010111011101111010
Octal245156172

Shades and tints

Shades of #A56E7A

#A56E7A
(165,110,122)
#96646F
(150,100,111)
#875A64
(135,90,100)
#785059
(120,80,89)
#69464E
(105,70,78)
#5A3C43
(90,60,67)
#4B3238
(75,50,56)
#3C282D
(60,40,45)
#2D1E22
(45,30,34)
#1E1417
(30,20,23)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #A56E7A

#A56E7A
(165,110,122)
#AD7B86
(173,123,134)
#B58892
(181,136,146)
#BD959E
(189,149,158)
#C5A2AA
(197,162,170)
#CDAFB6
(205,175,182)
#D5BCC2
(213,188,194)
#DDC9CE
(221,201,206)
#E5D6DA
(229,214,218)
#EDE3E6
(237,227,230)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56E7A; }

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

This text font color is #A56E7A.


Background Color

.myBgColor { background-color: #A56E7A; }

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

This div background color is #A56E7A.


Border color

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

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

This div border color is #A56E7A.


Opacity

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

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

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

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

This text has shadow with #A56E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56E7A on black background.


Color preview on white background

This text has color #A56E7A on white background.



Black color preview on #A56E7A background

This text has black color on #A56E7A background.


White color preview on #A56E7A background

This text has white color on #A56E7A background.