COLOR #A56784

HEX: #A56784 RGB: (165,103,132)

Color info

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

RGB color model

#A56784 color RGB value is (165,103,132).

RGB: (165,103,132) (65%, 40%, 52%)

RGB channels and saturation

R 165 of 255 = 65%
G 103 of 255 = 40%
B 132 of 255 = 52%

165
103
132

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

Portions of RGB colors in percentages

R + G + B = 165 + 103 + 132 = 400 (100%)
R 165 of 400 ~ 41.25%
G 103 of 400 ~ 25.75%
B 132 of 400 ~ 33'%

%41.25
%25.75
%33

CMYK color model

#A56784 color CMYK value is (0,38,20,35).

  • cyan value is 0.00%
  • magenta value is 37.58%
  • yellow value is 20.00%
  • key color value is 35.29%

CMYK: (0,38,20,35)
C0M38Y20K35 (0%, 38%, 20%, 35%)
(0.00 / 0.38 / 0.20 / 0.35)

CMYK percentages

%0
%37.58
%20
%35.29

Codes

Color #A56784 in popluar color models

A5 67 84
RGB 165 103 132
HSL 332° 25.62% 52.55%
HSB/HSV 332° 37.58% 64.71%
CMYK 0.00% 37.58% 20.00%
35.29%

Color #A56784 in popluar number systems.

HEX A5 67 84
Decimal 165 103 132
Binary 10100101 1100111 10000100
Octal 245 147 204

Shades and tints

Shades of #A56784

#A56784
(165,103,132)
#965E78
(150,94,120)
#87556C
(135,85,108)
#784C60
(120,76,96)
#694354
(105,67,84)
#5A3A48
(90,58,72)
#4B313C
(75,49,60)
#3C2830
(60,40,48)
#2D1F24
(45,31,36)
#1E1618
(30,22,24)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #A56784

#A56784
(165,103,132)
#AD748F
(173,116,143)
#B5819A
(181,129,154)
#BD8EA5
(189,142,165)
#C59BB0
(197,155,176)
#CDA8BB
(205,168,187)
#D5B5C6
(213,181,198)
#DDC2D1
(221,194,209)
#E5CFDC
(229,207,220)
#EDDCE7
(237,220,231)
#F5E9F2
(245,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56784 color. Also use rgb(165,103,132) instead hex code.

Text Font Color

.myTextColor { color: #A56784; }

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

This text font color is #A56784.

Background Color

.myBgColor { background-color: #A56784; }

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

This div background color is #A56784.

Border color

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

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

This div border color is #A56784.

Opacity

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

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

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

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

This text has shadow with #A56784 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A56784.

Preview

Color preview on black background

This text has color #A56784 on black background.


Color preview on white background

This text has color #A56784 on white background.


Black color preview on #A56784 background

This text has black color on #A56784 background.


White color preview on #A56784 background

This text has white color on #A56784 background.


Related colors

Complementary color

Complementary color for #hex is #5A987B.


I love getcolorcode.com

Triadic colors

1 #84A567 and #6784A5 with #A56784 are triadic colors.

2 #8467A5 and #67A584 with #A56784 are triadic colors.