COLOR #A55977

HEX: #A55977 RGB: (165,89,119)

Color info

#A55977 contains mainly red and blue colors. Web safe color of #A55977 is #996666 (or #966).

RGB color model

#A55977 color RGB value is (165,89,119).

RGB: (165,89,119) (65%, 35%, 47%)

RGB channels and saturation

R 165 of 255 = 65%
G 89 of 255 = 35%
B 119 of 255 = 47%

165
89
119

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

Portions of RGB colors in percentages

R + G + B = 165 + 89 + 119 = 373 (100%)
R 165 of 373 ~ 44.24%
G 89 of 373 ~ 23.86%
B 119 of 373 ~ 31.9'%

%44.24
%23.86
%31.9

CMYK color model

#A55977 color CMYK value is (0,46,28,35).

  • cyan value is 0.00%
  • magenta value is 46.06%
  • yellow value is 27.88%
  • key color value is 35.29%

CMYK: (0,46,28,35)
C0M46Y28K35 (0%, 46%, 28%, 35%)
(0.00 / 0.46 / 0.28 / 0.35)

CMYK percentages

%0
%46.06
%27.88
%35.29

Codes

Color #A55977 in popluar color models

A5 59 77
RGB 165 89 119
HSL 336° 29.92% 49.80%
HSB/HSV 336° 46.06% 64.71%
CMYK 0.00% 46.06% 27.88%
35.29%

Color #A55977 in popluar number systems.

HEX A5 59 77
Decimal 165 89 119
Binary 10100101 1011001 1110111
Octal 245 131 167

Shades and tints

Shades of #A55977

#A55977
(165,89,119)
#96516D
(150,81,109)
#874963
(135,73,99)
#784159
(120,65,89)
#69394F
(105,57,79)
#5A3145
(90,49,69)
#4B293B
(75,41,59)
#3C2131
(60,33,49)
#2D1927
(45,25,39)
#1E111D
(30,17,29)
#0F0913
(15,9,19)
#000000
(0,0,0)

Tints of #A55977

#A55977
(165,89,119)
#AD6883
(173,104,131)
#B5778F
(181,119,143)
#BD869B
(189,134,155)
#C595A7
(197,149,167)
#CDA4B3
(205,164,179)
#D5B3BF
(213,179,191)
#DDC2CB
(221,194,203)
#E5D1D7
(229,209,215)
#EDE0E3
(237,224,227)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55977; }

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

This text font color is #A55977.

Background Color

.myBgColor { background-color: #A55977; }

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

This div background color is #A55977.

Border color

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

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

This div border color is #A55977.

Opacity

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

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

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

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

This text has shadow with #A55977 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A55977.

Preview

Color preview on black background

This text has color #A55977 on black background.


Color preview on white background

This text has color #A55977 on white background.


Black color preview on #A55977 background

This text has black color on #A55977 background.


White color preview on #A55977 background

This text has white color on #A55977 background.


Related colors

Complementary color

Complementary color for #hex is #5AA688.


I love getcolorcode.com

Triadic colors

1 #77A559 and #5977A5 with #A55977 are triadic colors.

2 #7759A5 and #59A577 with #A55977 are triadic colors.