COLOR #A55D53

HEX: #A55D53
RGB: (165,93,83)

Color info

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

RGB color model

#A55D53 color RGB value is (165,93,83).

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

RGB channels and saturation

R 165 of 255 = 65%
G 93 of 255 = 36%
B 83 of 255 = 33%

165
93
83

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

Portions of RGB colors in percentages

R + G + B =
165 + 93 + 83 = 341 (100%)
R 165 of 341 ~ 48.39%
G 93 of 341 ~ 27.27%
B 83 of 341 ~ 24.34%

%48.39
%27.27
%24.34

CMYK color model

#A55D53 color CMYK value is (0,44,50,35).

  • cyan value is 0.00%
  • magenta value is 43.64%
  • yellow value is 49.70%
  • key color value is 35.29%
CMYK:
(0,44,50,35)
C0M44Y50K35 
(0%,44%,50%,35%)
(0.00/0.44/0.50/0.35)	

CMYK percentages

%0
%43.64
%49.7
%35.29

Codes

Color #A55D53 in popluar color models

A55D53
RGB1659383
HSL33.06%48.63%
HSB/HSV49.70%64.71%
CMYK0.00%43.64%49.70%
35.29%

Color #A55D53 in popluar number systems.

HEXA55D53
Decimal1659383
Binary1010010110111011010011
Octal245135123

Shades and tints

Shades of #A55D53

#A55D53
(165,93,83)
#96554C
(150,85,76)
#874D45
(135,77,69)
#78453E
(120,69,62)
#693D37
(105,61,55)
#5A3530
(90,53,48)
#4B2D29
(75,45,41)
#3C2522
(60,37,34)
#2D1D1B
(45,29,27)
#1E1514
(30,21,20)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #A55D53

#A55D53
(165,93,83)
#AD6B62
(173,107,98)
#B57971
(181,121,113)
#BD8780
(189,135,128)
#C5958F
(197,149,143)
#CDA39E
(205,163,158)
#D5B1AD
(213,177,173)
#DDBFBC
(221,191,188)
#E5CDCB
(229,205,203)
#EDDBDA
(237,219,218)
#F5E9E9
(245,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55D53; }

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

This text font color is #A55D53.


Background Color

.myBgColor { background-color: #A55D53; }

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

This div background color is #A55D53.


Border color

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

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

This div border color is #A55D53.


Opacity

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

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

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

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

This text has shadow with #A55D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55D53 on black background.


Color preview on white background

This text has color #A55D53 on white background.



Black color preview on #A55D53 background

This text has black color on #A55D53 background.


White color preview on #A55D53 background

This text has white color on #A55D53 background.