COLOR #A56D7A

HEX: #A56D7A
RGB: (165,109,122)

Color info

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

RGB color model

#A56D7A color RGB value is (165,109,122).

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

RGB channels and saturation

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

165
109
122

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

Portions of RGB colors in percentages

R + G + B =
165 + 109 + 122 = 396 (100%)
R 165 of 396 ~ 41.67%
G 109 of 396 ~ 27.53%
B 122 of 396 ~ 30.81%

%41.67
%27.53
%30.81

CMYK color model

#A56D7A color CMYK value is (0,34,26,35).

  • cyan value is 0.00%
  • magenta value is 33.94%
  • yellow value is 26.06%
  • key color value is 35.29%
CMYK:
(0,34,26,35)
C0M34Y26K35 
(0%,34%,26%,35%)
(0.00/0.34/0.26/0.35)	

CMYK percentages

%0
%33.94
%26.06
%35.29

Codes

Color #A56D7A in popluar color models

A56D7A
RGB165109122
HSL346°23.73%53.73%
HSB/HSV346°33.94%64.71%
CMYK0.00%33.94%26.06%
35.29%

Color #A56D7A in popluar number systems.

HEXA56D7A
Decimal165109122
Binary1010010111011011111010
Octal245155172

Shades and tints

Shades of #A56D7A

#A56D7A
(165,109,122)
#96646F
(150,100,111)
#875B64
(135,91,100)
#785259
(120,82,89)
#69494E
(105,73,78)
#5A4043
(90,64,67)
#4B3738
(75,55,56)
#3C2E2D
(60,46,45)
#2D2522
(45,37,34)
#1E1C17
(30,28,23)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #A56D7A

#A56D7A
(165,109,122)
#AD7A86
(173,122,134)
#B58792
(181,135,146)
#BD949E
(189,148,158)
#C5A1AA
(197,161,170)
#CDAEB6
(205,174,182)
#D5BBC2
(213,187,194)
#DDC8CE
(221,200,206)
#E5D5DA
(229,213,218)
#EDE2E6
(237,226,230)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56D7A; }

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

This text font color is #A56D7A.


Background Color

.myBgColor { background-color: #A56D7A; }

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

This div background color is #A56D7A.


Border color

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

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

This div border color is #A56D7A.


Opacity

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

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

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

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

This text has shadow with #A56D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56D7A on black background.


Color preview on white background

This text has color #A56D7A on white background.



Black color preview on #A56D7A background

This text has black color on #A56D7A background.


White color preview on #A56D7A background

This text has white color on #A56D7A background.