COLOR #A55B77

HEX: #A55B77
RGB: (165,91,119)

Color info

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

RGB color model

#A55B77 color RGB value is (165,91,119).

  • red value is 165;
  • green value is 91;
  • blue value is 119.
RGB:
(165,91,119)
(65%,36%,47%)

RGB channels and saturation

R 165 of 255 = 65%
G 91 of 255 = 36%
B 119 of 255 = 47%

165
91
119

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

Portions of RGB colors in percentages

R + G + B =
165 + 91 + 119 = 375 (100%)
R 165 of 375 ~ 44%
G 91 of 375 ~ 24.27%
B 119 of 375 ~ 31.73%

%44
%24.27
%31.73

CMYK color model

#A55B77 color CMYK value is (0,45,28,35).

  • cyan value is 0.00%
  • magenta value is 44.85%
  • yellow value is 27.88%
  • key color value is 35.29%
CMYK:
(0,45,28,35)
C0M45Y28K35 
(0%,45%,28%,35%)
(0.00/0.45/0.28/0.35)	

CMYK percentages

%0
%44.85
%27.88
%35.29

Codes

Color #A55B77 in popluar color models

A55B77
RGB16591119
HSL337°29.13%50.20%
HSB/HSV337°44.85%64.71%
CMYK0.00%44.85%27.88%
35.29%

Color #A55B77 in popluar number systems.

HEXA55B77
Decimal16591119
Binary1010010110110111110111
Octal245133167

Shades and tints

Shades of #A55B77

#A55B77
(165,91,119)
#96536D
(150,83,109)
#874B63
(135,75,99)
#784359
(120,67,89)
#693B4F
(105,59,79)
#5A3345
(90,51,69)
#4B2B3B
(75,43,59)
#3C2331
(60,35,49)
#2D1B27
(45,27,39)
#1E131D
(30,19,29)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #A55B77

#A55B77
(165,91,119)
#AD6983
(173,105,131)
#B5778F
(181,119,143)
#BD859B
(189,133,155)
#C593A7
(197,147,167)
#CDA1B3
(205,161,179)
#D5AFBF
(213,175,191)
#DDBDCB
(221,189,203)
#E5CBD7
(229,203,215)
#EDD9E3
(237,217,227)
#F5E7EF
(245,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55B77; }

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

This text font color is #A55B77.


Background Color

.myBgColor { background-color: #A55B77; }

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

This div background color is #A55B77.


Border color

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

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

This div border color is #A55B77.


Opacity

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

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

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

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

This text has shadow with #A55B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55B77 on black background.


Color preview on white background

This text has color #A55B77 on white background.



Black color preview on #A55B77 background

This text has black color on #A55B77 background.


White color preview on #A55B77 background

This text has white color on #A55B77 background.