COLOR #A5778C

HEX: #A5778C RGB: (165,119,140)

Color info

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

RGB color model

#A5778C color RGB value is (165,119,140).

RGB: (165,119,140) (65%, 47%, 55%)

RGB channels and saturation

R 165 of 255 = 65%
G 119 of 255 = 47%
B 140 of 255 = 55%

165
119
140

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

Portions of RGB colors in percentages

R + G + B = 165 + 119 + 140 = 424 (100%)
R 165 of 424 ~ 38.92%
G 119 of 424 ~ 28.07%
B 140 of 424 ~ 33.02'%

%38.92
%28.07
%33.02

CMYK color model

#A5778C color CMYK value is (0,28,15,35).

  • cyan value is 0.00%
  • magenta value is 27.88%
  • yellow value is 15.15%
  • key color value is 35.29%
CMYK: (0,28,15,35) C0M28Y15K35 (0%,28%,15%,35%) (0.00/0.28/0.15/0.35) 

CMYK percentages

%0
%27.88
%15.15
%35.29

Codes

Color #A5778C in popluar color models

A5 77 8C
RGB 165 119 140
HSL 333° 20.35% 55.69%
HSB/HSV 333° 27.88% 64.71%
CMYK 0.00% 27.88% 15.15%
35.29%

Color #A5778C in popluar number systems.

HEX A5 77 8C
Decimal 165 119 140
Binary 10100101 1110111 10001100
Octal 245 167 214

Shades and tints

Shades of #A5778C

#A5778C
(165,119,140)
#966D80
(150,109,128)
#876374
(135,99,116)
#785968
(120,89,104)
#694F5C
(105,79,92)
#5A4550
(90,69,80)
#4B3B44
(75,59,68)
#3C3138
(60,49,56)
#2D272C
(45,39,44)
#1E1D20
(30,29,32)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #A5778C

#A5778C
(165,119,140)
#AD8396
(173,131,150)
#B58FA0
(181,143,160)
#BD9BAA
(189,155,170)
#C5A7B4
(197,167,180)
#CDB3BE
(205,179,190)
#D5BFC8
(213,191,200)
#DDCBD2
(221,203,210)
#E5D7DC
(229,215,220)
#EDE3E6
(237,227,230)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5778C color. Also use rgb(165,119,140) instead hex code.

Text Font Color

.myTextColor { color: #A5778C; }

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

This text font color is #A5778C.

Background Color

.myBgColor { background-color: #A5778C; }

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

This div background color is #A5778C.

Border color

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

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

This div border color is #A5778C.

Opacity

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

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

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

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

This text has shadow with #A5778C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5778C.

Preview

Color preview on black background

This text has color #A5778C on black background.


Color preview on white background

This text has color #A5778C on white background.


Black color preview on #A5778C background

This text has black color on #A5778C background.


White color preview on #A5778C background

This text has white color on #A5778C background.


Related colors

Complementary color

Complementary color for #hex is #5A8873.


I love getcolorcode.com

Triadic colors

1 #8CA577 and #778CA5 with #A5778C are triadic colors.

2 #8C77A5 and #77A58C with #A5778C are triadic colors.