COLOR #A55E5D

HEX: #A55E5D
RGB: (165,94,93)

Color info

#A55E5D contains mainly red color. Web safe color of #A55E5D is #996666 (or #966).

RGB color model

#A55E5D color RGB value is (165,94,93).

  • red value is 165;
  • green value is 94;
  • blue value is 93.
RGB:
(165,94,93)
(65%,37%,36%)

RGB channels and saturation

R 165 of 255 = 65%
G 94 of 255 = 37%
B 93 of 255 = 36%

165
94
93

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

Portions of RGB colors in percentages

R + G + B =
165 + 94 + 93 = 352 (100%)
R 165 of 352 ~ 46.88%
G 94 of 352 ~ 26.7%
B 93 of 352 ~ 26.42%

%46.88
%26.7
%26.42

CMYK color model

#A55E5D color CMYK value is (0,43,44,35).

  • cyan value is 0.00%
  • magenta value is 43.03%
  • yellow value is 43.64%
  • key color value is 35.29%
CMYK:
(0,43,44,35)
C0M43Y44K35 
(0%,43%,44%,35%)
(0.00/0.43/0.44/0.35)	

CMYK percentages

%0
%43.03
%43.64
%35.29

Codes

Color #A55E5D in popluar color models

A55E5D
RGB1659493
HSL28.57%50.59%
HSB/HSV43.64%64.71%
CMYK0.00%43.03%43.64%
35.29%

Color #A55E5D in popluar number systems.

HEXA55E5D
Decimal1659493
Binary1010010110111101011101
Octal245136135

Shades and tints

Shades of #A55E5D

#A55E5D
(165,94,93)
#965655
(150,86,85)
#874E4D
(135,78,77)
#784645
(120,70,69)
#693E3D
(105,62,61)
#5A3635
(90,54,53)
#4B2E2D
(75,46,45)
#3C2625
(60,38,37)
#2D1E1D
(45,30,29)
#1E1615
(30,22,21)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #A55E5D

#A55E5D
(165,94,93)
#AD6C6B
(173,108,107)
#B57A79
(181,122,121)
#BD8887
(189,136,135)
#C59695
(197,150,149)
#CDA4A3
(205,164,163)
#D5B2B1
(213,178,177)
#DDC0BF
(221,192,191)
#E5CECD
(229,206,205)
#EDDCDB
(237,220,219)
#F5EAE9
(245,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55E5D color. Also use rgb(165,94,93) instead hex code.

Text Font Color

.myTextColor { color: #A55E5D; }

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

This text font color is #A55E5D.


Background Color

.myBgColor { background-color: #A55E5D; }

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

This div background color is #A55E5D.


Border color

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

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

This div border color is #A55E5D.


Opacity

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

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

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

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

This text has shadow with #A55E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55E5D on black background.


Color preview on white background

This text has color #A55E5D on white background.



Black color preview on #A55E5D background

This text has black color on #A55E5D background.


White color preview on #A55E5D background

This text has white color on #A55E5D background.