COLOR #A56B78

HEX: #A56B78
RGB: (165,107,120)

Color info

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

RGB color model

#A56B78 color RGB value is (165,107,120).

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

RGB channels and saturation

R 165 of 255 = 65%
G 107 of 255 = 42%
B 120 of 255 = 47%

165
107
120

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

Portions of RGB colors in percentages

R + G + B =
165 + 107 + 120 = 392 (100%)
R 165 of 392 ~ 42.09%
G 107 of 392 ~ 27.3%
B 120 of 392 ~ 30.61%

%42.09
%27.3
%30.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.15%
  • yellow value is 27.27%
  • 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
%35.15
%27.27
%35.29

Codes

Color #A56B78 in popluar color models

A56B78
RGB165107120
HSL347°24.37%53.33%
HSB/HSV347°35.15%64.71%
CMYK0.00%35.15%27.27%
35.29%

Color #A56B78 in popluar number systems.

HEXA56B78
Decimal165107120
Binary1010010111010111111000
Octal245153170

Shades and tints

Shades of #A56B78

#A56B78
(165,107,120)
#96626E
(150,98,110)
#875964
(135,89,100)
#78505A
(120,80,90)
#694750
(105,71,80)
#5A3E46
(90,62,70)
#4B353C
(75,53,60)
#3C2C32
(60,44,50)
#2D2328
(45,35,40)
#1E1A1E
(30,26,30)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #A56B78

#A56B78
(165,107,120)
#AD7884
(173,120,132)
#B58590
(181,133,144)
#BD929C
(189,146,156)
#C59FA8
(197,159,168)
#CDACB4
(205,172,180)
#D5B9C0
(213,185,192)
#DDC6CC
(221,198,204)
#E5D3D8
(229,211,216)
#EDE0E4
(237,224,228)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56B78 color. Also use rgb(165,107,120) instead hex code.

Text Font Color

.myTextColor { color: #A56B78; }

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

This text font color is #A56B78.


Background Color

.myBgColor { background-color: #A56B78; }

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

This div background color is #A56B78.


Border color

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

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

This div border color is #A56B78.


Opacity

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

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

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

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

This text has shadow with #A56B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56B78 on black background.


Color preview on white background

This text has color #A56B78 on white background.



Black color preview on #A56B78 background

This text has black color on #A56B78 background.


White color preview on #A56B78 background

This text has white color on #A56B78 background.