COLOR #A55247

HEX: #A55247
RGB: (165,82,71)

Color info

#A55247 contains mainly red color. Web safe color of #A55247 is #996633 (or #963).

RGB color model

#A55247 color RGB value is (165,82,71).

  • red value is 165;
  • green value is 82;
  • blue value is 71.
RGB:
(165,82,71)
(65%,32%,28%)

RGB channels and saturation

R 165 of 255 = 65%
G 82 of 255 = 32%
B 71 of 255 = 28%

165
82
71

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

Portions of RGB colors in percentages

R + G + B =
165 + 82 + 71 = 318 (100%)
R 165 of 318 ~ 51.89%
G 82 of 318 ~ 25.79%
B 71 of 318 ~ 22.33%

%51.89
%25.79
%22.33

CMYK color model

#A55247 color CMYK value is (0,50,57,35).

  • cyan value is 0.00%
  • magenta value is 50.30%
  • yellow value is 56.97%
  • key color value is 35.29%
CMYK:
(0,50,57,35)
C0M50Y57K35 
(0%,50%,57%,35%)
(0.00/0.50/0.57/0.35)	

CMYK percentages

%0
%50.3
%56.97
%35.29

Codes

Color #A55247 in popluar color models

A55247
RGB1658271
HSL39.83%46.27%
HSB/HSV56.97%64.71%
CMYK0.00%50.30%56.97%
35.29%

Color #A55247 in popluar number systems.

HEXA55247
Decimal1658271
Binary1010010110100101000111
Octal245122107

Shades and tints

Shades of #A55247

#A55247
(165,82,71)
#964B41
(150,75,65)
#87443B
(135,68,59)
#783D35
(120,61,53)
#69362F
(105,54,47)
#5A2F29
(90,47,41)
#4B2823
(75,40,35)
#3C211D
(60,33,29)
#2D1A17
(45,26,23)
#1E1311
(30,19,17)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #A55247

#A55247
(165,82,71)
#AD6157
(173,97,87)
#B57067
(181,112,103)
#BD7F77
(189,127,119)
#C58E87
(197,142,135)
#CD9D97
(205,157,151)
#D5ACA7
(213,172,167)
#DDBBB7
(221,187,183)
#E5CAC7
(229,202,199)
#EDD9D7
(237,217,215)
#F5E8E7
(245,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55247 color. Also use rgb(165,82,71) instead hex code.

Text Font Color

.myTextColor { color: #A55247; }

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

This text font color is #A55247.


Background Color

.myBgColor { background-color: #A55247; }

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

This div background color is #A55247.


Border color

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

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

This div border color is #A55247.


Opacity

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

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

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

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

This text has shadow with #A55247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55247 on black background.


Color preview on white background

This text has color #A55247 on white background.



Black color preview on #A55247 background

This text has black color on #A55247 background.


White color preview on #A55247 background

This text has white color on #A55247 background.