COLOR #A55B86

HEX: #A55B86
RGB: (165,91,134)

Color info

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

RGB color model

#A55B86 color RGB value is (165,91,134).

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

RGB channels and saturation

R 165 of 255 = 65%
G 91 of 255 = 36%
B 134 of 255 = 53%

165
91
134

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

Portions of RGB colors in percentages

R + G + B =
165 + 91 + 134 = 390 (100%)
R 165 of 390 ~ 42.31%
G 91 of 390 ~ 23.33%
B 134 of 390 ~ 34.36%

%42.31
%23.33
%34.36

CMYK color model

#A55B86 color CMYK value is (0,45,19,35).

  • cyan value is 0.00%
  • magenta value is 44.85%
  • yellow value is 18.79%
  • key color value is 35.29%
CMYK:
(0,45,19,35)
C0M45Y19K35 
(0%,45%,19%,35%)
(0.00/0.45/0.19/0.35)	

CMYK percentages

%0
%44.85
%18.79
%35.29

Codes

Color #A55B86 in popluar color models

A55B86
RGB16591134
HSL325°29.13%50.20%
HSB/HSV325°44.85%64.71%
CMYK0.00%44.85%18.79%
35.29%

Color #A55B86 in popluar number systems.

HEXA55B86
Decimal16591134
Binary10100101101101110000110
Octal245133206

Shades and tints

Shades of #A55B86

#A55B86
(165,91,134)
#96537A
(150,83,122)
#874B6E
(135,75,110)
#784362
(120,67,98)
#693B56
(105,59,86)
#5A334A
(90,51,74)
#4B2B3E
(75,43,62)
#3C2332
(60,35,50)
#2D1B26
(45,27,38)
#1E131A
(30,19,26)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #A55B86

#A55B86
(165,91,134)
#AD6991
(173,105,145)
#B5779C
(181,119,156)
#BD85A7
(189,133,167)
#C593B2
(197,147,178)
#CDA1BD
(205,161,189)
#D5AFC8
(213,175,200)
#DDBDD3
(221,189,211)
#E5CBDE
(229,203,222)
#EDD9E9
(237,217,233)
#F5E7F4
(245,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55B86; }

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

This text font color is #A55B86.


Background Color

.myBgColor { background-color: #A55B86; }

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

This div background color is #A55B86.


Border color

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

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

This div border color is #A55B86.


Opacity

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

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

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

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

This text has shadow with #A55B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55B86 on black background.


Color preview on white background

This text has color #A55B86 on white background.



Black color preview on #A55B86 background

This text has black color on #A55B86 background.


White color preview on #A55B86 background

This text has white color on #A55B86 background.