COLOR #A55A86

HEX: #A55A86
RGB: (165,90,134)

Color info

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

RGB color model

#A55A86 color RGB value is (165,90,134).

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

RGB channels and saturation

R 165 of 255 = 65%
G 90 of 255 = 35%
B 134 of 255 = 53%

165
90
134

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

Portions of RGB colors in percentages

R + G + B =
165 + 90 + 134 = 389 (100%)
R 165 of 389 ~ 42.42%
G 90 of 389 ~ 23.14%
B 134 of 389 ~ 34.45%

%42.42
%23.14
%34.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.45%
  • 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
%45.45
%18.79
%35.29

Codes

Color #A55A86 in popluar color models

A55A86
RGB16590134
HSL325°29.41%50.00%
HSB/HSV325°45.45%64.71%
CMYK0.00%45.45%18.79%
35.29%

Color #A55A86 in popluar number systems.

HEXA55A86
Decimal16590134
Binary10100101101101010000110
Octal245132206

Shades and tints

Shades of #A55A86

#A55A86
(165,90,134)
#96527A
(150,82,122)
#874A6E
(135,74,110)
#784262
(120,66,98)
#693A56
(105,58,86)
#5A324A
(90,50,74)
#4B2A3E
(75,42,62)
#3C2232
(60,34,50)
#2D1A26
(45,26,38)
#1E121A
(30,18,26)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #A55A86

#A55A86
(165,90,134)
#AD6991
(173,105,145)
#B5789C
(181,120,156)
#BD87A7
(189,135,167)
#C596B2
(197,150,178)
#CDA5BD
(205,165,189)
#D5B4C8
(213,180,200)
#DDC3D3
(221,195,211)
#E5D2DE
(229,210,222)
#EDE1E9
(237,225,233)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55A86; }

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

This text font color is #A55A86.


Background Color

.myBgColor { background-color: #A55A86; }

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

This div background color is #A55A86.


Border color

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

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

This div border color is #A55A86.


Opacity

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

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

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

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

This text has shadow with #A55A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55A86 on black background.


Color preview on white background

This text has color #A55A86 on white background.



Black color preview on #A55A86 background

This text has black color on #A55A86 background.


White color preview on #A55A86 background

This text has white color on #A55A86 background.