COLOR #A56B99

HEX: #A56B99
RGB: (165,107,153)

Color info

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

RGB color model

#A56B99 color RGB value is (165,107,153).

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

RGB channels and saturation

R 165 of 255 = 65%
G 107 of 255 = 42%
B 153 of 255 = 60%

165
107
153

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

Portions of RGB colors in percentages

R + G + B =
165 + 107 + 153 = 425 (100%)
R 165 of 425 ~ 38.82%
G 107 of 425 ~ 25.18%
B 153 of 425 ~ 36%

%38.82
%25.18
%36

CMYK color model

#A56B99 color CMYK value is (0,35,7,35).

  • cyan value is 0.00%
  • magenta value is 35.15%
  • yellow value is 7.27%
  • key color value is 35.29%
CMYK:
(0,35,7,35)
C0M35Y7K35 
(0%,35%,7%,35%)
(0.00/0.35/0.07/0.35)	

CMYK percentages

%0
%35.15
%7.27
%35.29

Codes

Color #A56B99 in popluar color models

A56B99
RGB165107153
HSL312°24.37%53.33%
HSB/HSV312°35.15%64.71%
CMYK0.00%35.15%7.27%
35.29%

Color #A56B99 in popluar number systems.

HEXA56B99
Decimal165107153
Binary10100101110101110011001
Octal245153231

Shades and tints

Shades of #A56B99

#A56B99
(165,107,153)
#96628C
(150,98,140)
#87597F
(135,89,127)
#785072
(120,80,114)
#694765
(105,71,101)
#5A3E58
(90,62,88)
#4B354B
(75,53,75)
#3C2C3E
(60,44,62)
#2D2331
(45,35,49)
#1E1A24
(30,26,36)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #A56B99

#A56B99
(165,107,153)
#AD78A2
(173,120,162)
#B585AB
(181,133,171)
#BD92B4
(189,146,180)
#C59FBD
(197,159,189)
#CDACC6
(205,172,198)
#D5B9CF
(213,185,207)
#DDC6D8
(221,198,216)
#E5D3E1
(229,211,225)
#EDE0EA
(237,224,234)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56B99; }

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

This text font color is #A56B99.


Background Color

.myBgColor { background-color: #A56B99; }

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

This div background color is #A56B99.


Border color

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

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

This div border color is #A56B99.


Opacity

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

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

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

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

This text has shadow with #A56B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56B99 on black background.


Color preview on white background

This text has color #A56B99 on white background.



Black color preview on #A56B99 background

This text has black color on #A56B99 background.


White color preview on #A56B99 background

This text has white color on #A56B99 background.