COLOR #A55F60

HEX: #A55F60
RGB: (165,95,96)

Color info

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

RGB color model

#A55F60 color RGB value is (165,95,96).

  • red value is 165;
  • green value is 95;
  • blue value is 96.
RGB:
(165,95,96)
(65%,37%,38%)

RGB channels and saturation

R 165 of 255 = 65%
G 95 of 255 = 37%
B 96 of 255 = 38%

165
95
96

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

Portions of RGB colors in percentages

R + G + B =
165 + 95 + 96 = 356 (100%)
R 165 of 356 ~ 46.35%
G 95 of 356 ~ 26.69%
B 96 of 356 ~ 26.97%

%46.35
%26.69
%26.97

CMYK color model

#A55F60 color CMYK value is (0,42,42,35).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 41.82%
  • key color value is 35.29%
CMYK:
(0,42,42,35)
C0M42Y42K35 
(0%,42%,42%,35%)
(0.00/0.42/0.42/0.35)	

CMYK percentages

%0
%42.42
%41.82
%35.29

Codes

Color #A55F60 in popluar color models

A55F60
RGB1659596
HSL359°28.00%50.98%
HSB/HSV359°42.42%64.71%
CMYK0.00%42.42%41.82%
35.29%

Color #A55F60 in popluar number systems.

HEXA55F60
Decimal1659596
Binary1010010110111111100000
Octal245137140

Shades and tints

Shades of #A55F60

#A55F60
(165,95,96)
#965758
(150,87,88)
#874F50
(135,79,80)
#784748
(120,71,72)
#693F40
(105,63,64)
#5A3738
(90,55,56)
#4B2F30
(75,47,48)
#3C2728
(60,39,40)
#2D1F20
(45,31,32)
#1E1718
(30,23,24)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #A55F60

#A55F60
(165,95,96)
#AD6D6E
(173,109,110)
#B57B7C
(181,123,124)
#BD898A
(189,137,138)
#C59798
(197,151,152)
#CDA5A6
(205,165,166)
#D5B3B4
(213,179,180)
#DDC1C2
(221,193,194)
#E5CFD0
(229,207,208)
#EDDDDE
(237,221,222)
#F5EBEC
(245,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55F60 color. Also use rgb(165,95,96) instead hex code.

Text Font Color

.myTextColor { color: #A55F60; }

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

This text font color is #A55F60.


Background Color

.myBgColor { background-color: #A55F60; }

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

This div background color is #A55F60.


Border color

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

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

This div border color is #A55F60.


Opacity

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

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

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

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

This text has shadow with #A55F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55F60 on black background.


Color preview on white background

This text has color #A55F60 on white background.



Black color preview on #A55F60 background

This text has black color on #A55F60 background.


White color preview on #A55F60 background

This text has white color on #A55F60 background.