COLOR #A56B91

HEX: #A56B91
RGB: (165,107,145)

Color info

#A56B91 contains red, green and blue colors in about the same proportion. Web safe color of #A56B91 is #996699 (or #969).

RGB color model

#A56B91 color RGB value is (165,107,145).

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

RGB channels and saturation

R 165 of 255 = 65%
G 107 of 255 = 42%
B 145 of 255 = 57%

165
107
145

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

Portions of RGB colors in percentages

R + G + B =
165 + 107 + 145 = 417 (100%)
R 165 of 417 ~ 39.57%
G 107 of 417 ~ 25.66%
B 145 of 417 ~ 34.77%

%39.57
%25.66
%34.77

CMYK color model

#A56B91 color CMYK value is (0,35,12,35).

  • cyan value is 0.00%
  • magenta value is 35.15%
  • yellow value is 12.12%
  • key color value is 35.29%
CMYK:
(0,35,12,35)
C0M35Y12K35 
(0%,35%,12%,35%)
(0.00/0.35/0.12/0.35)	

CMYK percentages

%0
%35.15
%12.12
%35.29

Codes

Color #A56B91 in popluar color models

A56B91
RGB165107145
HSL321°24.37%53.33%
HSB/HSV321°35.15%64.71%
CMYK0.00%35.15%12.12%
35.29%

Color #A56B91 in popluar number systems.

HEXA56B91
Decimal165107145
Binary10100101110101110010001
Octal245153221

Shades and tints

Shades of #A56B91

#A56B91
(165,107,145)
#966284
(150,98,132)
#875977
(135,89,119)
#78506A
(120,80,106)
#69475D
(105,71,93)
#5A3E50
(90,62,80)
#4B3543
(75,53,67)
#3C2C36
(60,44,54)
#2D2329
(45,35,41)
#1E1A1C
(30,26,28)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #A56B91

#A56B91
(165,107,145)
#AD789B
(173,120,155)
#B585A5
(181,133,165)
#BD92AF
(189,146,175)
#C59FB9
(197,159,185)
#CDACC3
(205,172,195)
#D5B9CD
(213,185,205)
#DDC6D7
(221,198,215)
#E5D3E1
(229,211,225)
#EDE0EB
(237,224,235)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56B91; }

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

This text font color is #A56B91.


Background Color

.myBgColor { background-color: #A56B91; }

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

This div background color is #A56B91.


Border color

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

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

This div border color is #A56B91.


Opacity

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

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

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

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

This text has shadow with #A56B91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56B91 on black background.


Color preview on white background

This text has color #A56B91 on white background.



Black color preview on #A56B91 background

This text has black color on #A56B91 background.


White color preview on #A56B91 background

This text has white color on #A56B91 background.