COLOR #A56A7C

HEX: #A56A7C
RGB: (165,106,124)

Color info

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

RGB color model

#A56A7C color RGB value is (165,106,124).

  • red value is 165;
  • green value is 106;
  • blue value is 124.
RGB:
(165,106,124)
(65%,42%,49%)

RGB channels and saturation

R 165 of 255 = 65%
G 106 of 255 = 42%
B 124 of 255 = 49%

165
106
124

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

Portions of RGB colors in percentages

R + G + B =
165 + 106 + 124 = 395 (100%)
R 165 of 395 ~ 41.77%
G 106 of 395 ~ 26.84%
B 124 of 395 ~ 31.39%

%41.77
%26.84
%31.39

CMYK color model

#A56A7C color CMYK value is (0,36,25,35).

  • cyan value is 0.00%
  • magenta value is 35.76%
  • yellow value is 24.85%
  • key color value is 35.29%
CMYK:
(0,36,25,35)
C0M36Y25K35 
(0%,36%,25%,35%)
(0.00/0.36/0.25/0.35)	

CMYK percentages

%0
%35.76
%24.85
%35.29

Codes

Color #A56A7C in popluar color models

A56A7C
RGB165106124
HSL342°24.69%53.14%
HSB/HSV342°35.76%64.71%
CMYK0.00%35.76%24.85%
35.29%

Color #A56A7C in popluar number systems.

HEXA56A7C
Decimal165106124
Binary1010010111010101111100
Octal245152174

Shades and tints

Shades of #A56A7C

#A56A7C
(165,106,124)
#966171
(150,97,113)
#875866
(135,88,102)
#784F5B
(120,79,91)
#694650
(105,70,80)
#5A3D45
(90,61,69)
#4B343A
(75,52,58)
#3C2B2F
(60,43,47)
#2D2224
(45,34,36)
#1E1919
(30,25,25)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #A56A7C

#A56A7C
(165,106,124)
#AD7787
(173,119,135)
#B58492
(181,132,146)
#BD919D
(189,145,157)
#C59EA8
(197,158,168)
#CDABB3
(205,171,179)
#D5B8BE
(213,184,190)
#DDC5C9
(221,197,201)
#E5D2D4
(229,210,212)
#EDDFDF
(237,223,223)
#F5ECEA
(245,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56A7C color. Also use rgb(165,106,124) instead hex code.

Text Font Color

.myTextColor { color: #A56A7C; }

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

This text font color is #A56A7C.


Background Color

.myBgColor { background-color: #A56A7C; }

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

This div background color is #A56A7C.


Border color

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

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

This div border color is #A56A7C.


Opacity

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

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

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

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

This text has shadow with #A56A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56A7C on black background.


Color preview on white background

This text has color #A56A7C on white background.



Black color preview on #A56A7C background

This text has black color on #A56A7C background.


White color preview on #A56A7C background

This text has white color on #A56A7C background.