COLOR #A55973

HEX: #A55973
RGB: (165,89,115)

Color info

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

RGB color model

#A55973 color RGB value is (165,89,115).

  • red value is 165;
  • green value is 89;
  • blue value is 115.
RGB:
(165,89,115)
(65%,35%,45%)

RGB channels and saturation

R 165 of 255 = 65%
G 89 of 255 = 35%
B 115 of 255 = 45%

165
89
115

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

Portions of RGB colors in percentages

R + G + B =
165 + 89 + 115 = 369 (100%)
R 165 of 369 ~ 44.72%
G 89 of 369 ~ 24.12%
B 115 of 369 ~ 31.17%

%44.72
%24.12
%31.17

CMYK color model

#A55973 color CMYK value is (0,46,30,35).

  • cyan value is 0.00%
  • magenta value is 46.06%
  • yellow value is 30.30%
  • key color value is 35.29%
CMYK:
(0,46,30,35)
C0M46Y30K35 
(0%,46%,30%,35%)
(0.00/0.46/0.30/0.35)	

CMYK percentages

%0
%46.06
%30.3
%35.29

Codes

Color #A55973 in popluar color models

A55973
RGB16589115
HSL339°29.92%49.80%
HSB/HSV339°46.06%64.71%
CMYK0.00%46.06%30.30%
35.29%

Color #A55973 in popluar number systems.

HEXA55973
Decimal16589115
Binary1010010110110011110011
Octal245131163

Shades and tints

Shades of #A55973

#A55973
(165,89,115)
#965169
(150,81,105)
#87495F
(135,73,95)
#784155
(120,65,85)
#69394B
(105,57,75)
#5A3141
(90,49,65)
#4B2937
(75,41,55)
#3C212D
(60,33,45)
#2D1923
(45,25,35)
#1E1119
(30,17,25)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #A55973

#A55973
(165,89,115)
#AD687F
(173,104,127)
#B5778B
(181,119,139)
#BD8697
(189,134,151)
#C595A3
(197,149,163)
#CDA4AF
(205,164,175)
#D5B3BB
(213,179,187)
#DDC2C7
(221,194,199)
#E5D1D3
(229,209,211)
#EDE0DF
(237,224,223)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55973; }

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

This text font color is #A55973.


Background Color

.myBgColor { background-color: #A55973; }

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

This div background color is #A55973.


Border color

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

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

This div border color is #A55973.


Opacity

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

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

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

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

This text has shadow with #A55973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55973 on black background.


Color preview on white background

This text has color #A55973 on white background.



Black color preview on #A55973 background

This text has black color on #A55973 background.


White color preview on #A55973 background

This text has white color on #A55973 background.