COLOR #A56585

HEX: #A56585
RGB: (165,101,133)

Color info

#A56585 contains mainly red and blue colors. Web safe color of #A56585 is #996699 (or #969).

RGB color model

#A56585 color RGB value is (165,101,133).

  • red value is 165;
  • green value is 101;
  • blue value is 133.
RGB:
(165,101,133)
(65%,40%,52%)

RGB channels and saturation

R 165 of 255 = 65%
G 101 of 255 = 40%
B 133 of 255 = 52%

165
101
133

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

Portions of RGB colors in percentages

R + G + B =
165 + 101 + 133 = 399 (100%)
R 165 of 399 ~ 41.35%
G 101 of 399 ~ 25.31%
B 133 of 399 ~ 33.33%

%41.35
%25.31
%33.33

CMYK color model

#A56585 color CMYK value is (0,39,19,35).

  • cyan value is 0.00%
  • magenta value is 38.79%
  • yellow value is 19.39%
  • key color value is 35.29%
CMYK:
(0,39,19,35)
C0M39Y19K35 
(0%,39%,19%,35%)
(0.00/0.39/0.19/0.35)	

CMYK percentages

%0
%38.79
%19.39
%35.29

Codes

Color #A56585 in popluar color models

A56585
RGB165101133
HSL330°26.23%52.16%
HSB/HSV330°38.79%64.71%
CMYK0.00%38.79%19.39%
35.29%

Color #A56585 in popluar number systems.

HEXA56585
Decimal165101133
Binary10100101110010110000101
Octal245145205

Shades and tints

Shades of #A56585

#A56585
(165,101,133)
#965C79
(150,92,121)
#87536D
(135,83,109)
#784A61
(120,74,97)
#694155
(105,65,85)
#5A3849
(90,56,73)
#4B2F3D
(75,47,61)
#3C2631
(60,38,49)
#2D1D25
(45,29,37)
#1E1419
(30,20,25)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #A56585

#A56585
(165,101,133)
#AD7390
(173,115,144)
#B5819B
(181,129,155)
#BD8FA6
(189,143,166)
#C59DB1
(197,157,177)
#CDABBC
(205,171,188)
#D5B9C7
(213,185,199)
#DDC7D2
(221,199,210)
#E5D5DD
(229,213,221)
#EDE3E8
(237,227,232)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56585 color. Also use rgb(165,101,133) instead hex code.

Text Font Color

.myTextColor { color: #A56585; }

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

This text font color is #A56585.


Background Color

.myBgColor { background-color: #A56585; }

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

This div background color is #A56585.


Border color

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

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

This div border color is #A56585.


Opacity

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

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

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

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

This text has shadow with #A56585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56585 on black background.


Color preview on white background

This text has color #A56585 on white background.



Black color preview on #A56585 background

This text has black color on #A56585 background.


White color preview on #A56585 background

This text has white color on #A56585 background.