COLOR #A55E64

HEX: #A55E64
RGB: (165,94,100)

Color info

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

RGB color model

#A55E64 color RGB value is (165,94,100).

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

RGB channels and saturation

R 165 of 255 = 65%
G 94 of 255 = 37%
B 100 of 255 = 39%

165
94
100

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

Portions of RGB colors in percentages

R + G + B =
165 + 94 + 100 = 359 (100%)
R 165 of 359 ~ 45.96%
G 94 of 359 ~ 26.18%
B 100 of 359 ~ 27.86%

%45.96
%26.18
%27.86

CMYK color model

#A55E64 color CMYK value is (0,43,39,35).

  • cyan value is 0.00%
  • magenta value is 43.03%
  • yellow value is 39.39%
  • key color value is 35.29%
CMYK:
(0,43,39,35)
C0M43Y39K35 
(0%,43%,39%,35%)
(0.00/0.43/0.39/0.35)	

CMYK percentages

%0
%43.03
%39.39
%35.29

Codes

Color #A55E64 in popluar color models

A55E64
RGB16594100
HSL355°28.29%50.78%
HSB/HSV355°43.03%64.71%
CMYK0.00%43.03%39.39%
35.29%

Color #A55E64 in popluar number systems.

HEXA55E64
Decimal16594100
Binary1010010110111101100100
Octal245136144

Shades and tints

Shades of #A55E64

#A55E64
(165,94,100)
#96565B
(150,86,91)
#874E52
(135,78,82)
#784649
(120,70,73)
#693E40
(105,62,64)
#5A3637
(90,54,55)
#4B2E2E
(75,46,46)
#3C2625
(60,38,37)
#2D1E1C
(45,30,28)
#1E1613
(30,22,19)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #A55E64

#A55E64
(165,94,100)
#AD6C72
(173,108,114)
#B57A80
(181,122,128)
#BD888E
(189,136,142)
#C5969C
(197,150,156)
#CDA4AA
(205,164,170)
#D5B2B8
(213,178,184)
#DDC0C6
(221,192,198)
#E5CED4
(229,206,212)
#EDDCE2
(237,220,226)
#F5EAF0
(245,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55E64; }

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

This text font color is #A55E64.


Background Color

.myBgColor { background-color: #A55E64; }

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

This div background color is #A55E64.


Border color

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

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

This div border color is #A55E64.


Opacity

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

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

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

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

This text has shadow with #A55E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55E64 on black background.


Color preview on white background

This text has color #A55E64 on white background.



Black color preview on #A55E64 background

This text has black color on #A55E64 background.


White color preview on #A55E64 background

This text has white color on #A55E64 background.