COLOR #A55C74

HEX: #A55C74
RGB: (165,92,116)

Color info

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

RGB color model

#A55C74 color RGB value is (165,92,116).

  • red value is 165;
  • green value is 92;
  • blue value is 116.
RGB:
(165,92,116)
(65%,36%,45%)

RGB channels and saturation

R 165 of 255 = 65%
G 92 of 255 = 36%
B 116 of 255 = 45%

165
92
116

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

Portions of RGB colors in percentages

R + G + B =
165 + 92 + 116 = 373 (100%)
R 165 of 373 ~ 44.24%
G 92 of 373 ~ 24.66%
B 116 of 373 ~ 31.1%

%44.24
%24.66
%31.1

CMYK color model

#A55C74 color CMYK value is (0,44,30,35).

  • cyan value is 0.00%
  • magenta value is 44.24%
  • yellow value is 29.70%
  • key color value is 35.29%
CMYK:
(0,44,30,35)
C0M44Y30K35 
(0%,44%,30%,35%)
(0.00/0.44/0.30/0.35)	

CMYK percentages

%0
%44.24
%29.7
%35.29

Codes

Color #A55C74 in popluar color models

A55C74
RGB16592116
HSL340°28.85%50.39%
HSB/HSV340°44.24%64.71%
CMYK0.00%44.24%29.70%
35.29%

Color #A55C74 in popluar number systems.

HEXA55C74
Decimal16592116
Binary1010010110111001110100
Octal245134164

Shades and tints

Shades of #A55C74

#A55C74
(165,92,116)
#96546A
(150,84,106)
#874C60
(135,76,96)
#784456
(120,68,86)
#693C4C
(105,60,76)
#5A3442
(90,52,66)
#4B2C38
(75,44,56)
#3C242E
(60,36,46)
#2D1C24
(45,28,36)
#1E141A
(30,20,26)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #A55C74

#A55C74
(165,92,116)
#AD6A80
(173,106,128)
#B5788C
(181,120,140)
#BD8698
(189,134,152)
#C594A4
(197,148,164)
#CDA2B0
(205,162,176)
#D5B0BC
(213,176,188)
#DDBEC8
(221,190,200)
#E5CCD4
(229,204,212)
#EDDAE0
(237,218,224)
#F5E8EC
(245,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55C74 color. Also use rgb(165,92,116) instead hex code.

Text Font Color

.myTextColor { color: #A55C74; }

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

This text font color is #A55C74.


Background Color

.myBgColor { background-color: #A55C74; }

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

This div background color is #A55C74.


Border color

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

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

This div border color is #A55C74.


Opacity

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

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

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

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

This text has shadow with #A55C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55C74 on black background.


Color preview on white background

This text has color #A55C74 on white background.



Black color preview on #A55C74 background

This text has black color on #A55C74 background.


White color preview on #A55C74 background

This text has white color on #A55C74 background.