COLOR #A55755

HEX: #A55755
RGB: (165,87,85)

Color info

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

RGB color model

#A55755 color RGB value is (165,87,85).

  • red value is 165;
  • green value is 87;
  • blue value is 85.
RGB:
(165,87,85)
(65%,34%,33%)

RGB channels and saturation

R 165 of 255 = 65%
G 87 of 255 = 34%
B 85 of 255 = 33%

165
87
85

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

Portions of RGB colors in percentages

R + G + B =
165 + 87 + 85 = 337 (100%)
R 165 of 337 ~ 48.96%
G 87 of 337 ~ 25.82%
B 85 of 337 ~ 25.22%

%48.96
%25.82
%25.22

CMYK color model

#A55755 color CMYK value is (0,47,48,35).

  • cyan value is 0.00%
  • magenta value is 47.27%
  • yellow value is 48.48%
  • key color value is 35.29%
CMYK:
(0,47,48,35)
C0M47Y48K35 
(0%,47%,48%,35%)
(0.00/0.47/0.48/0.35)	

CMYK percentages

%0
%47.27
%48.48
%35.29

Codes

Color #A55755 in popluar color models

A55755
RGB1658785
HSL32.00%49.02%
HSB/HSV48.48%64.71%
CMYK0.00%47.27%48.48%
35.29%

Color #A55755 in popluar number systems.

HEXA55755
Decimal1658785
Binary1010010110101111010101
Octal245127125

Shades and tints

Shades of #A55755

#A55755
(165,87,85)
#96504E
(150,80,78)
#874947
(135,73,71)
#784240
(120,66,64)
#693B39
(105,59,57)
#5A3432
(90,52,50)
#4B2D2B
(75,45,43)
#3C2624
(60,38,36)
#2D1F1D
(45,31,29)
#1E1816
(30,24,22)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #A55755

#A55755
(165,87,85)
#AD6664
(173,102,100)
#B57573
(181,117,115)
#BD8482
(189,132,130)
#C59391
(197,147,145)
#CDA2A0
(205,162,160)
#D5B1AF
(213,177,175)
#DDC0BE
(221,192,190)
#E5CFCD
(229,207,205)
#EDDEDC
(237,222,220)
#F5EDEB
(245,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55755 color. Also use rgb(165,87,85) instead hex code.

Text Font Color

.myTextColor { color: #A55755; }

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

This text font color is #A55755.


Background Color

.myBgColor { background-color: #A55755; }

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

This div background color is #A55755.


Border color

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

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

This div border color is #A55755.


Opacity

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

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

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

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

This text has shadow with #A55755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55755 on black background.


Color preview on white background

This text has color #A55755 on white background.



Black color preview on #A55755 background

This text has black color on #A55755 background.


White color preview on #A55755 background

This text has white color on #A55755 background.