COLOR #A5504E

HEX: #A5504E
RGB: (165,80,78)

Color info

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

RGB color model

#A5504E color RGB value is (165,80,78).

  • red value is 165;
  • green value is 80;
  • blue value is 78.
RGB:
(165,80,78)
(65%,31%,31%)

RGB channels and saturation

R 165 of 255 = 65%
G 80 of 255 = 31%
B 78 of 255 = 31%

165
80
78

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

Portions of RGB colors in percentages

R + G + B =
165 + 80 + 78 = 323 (100%)
R 165 of 323 ~ 51.08%
G 80 of 323 ~ 24.77%
B 78 of 323 ~ 24.15%

%51.08
%24.77
%24.15

CMYK color model

#A5504E color CMYK value is (0,52,53,35).

  • cyan value is 0.00%
  • magenta value is 51.52%
  • yellow value is 52.73%
  • key color value is 35.29%
CMYK:
(0,52,53,35)
C0M52Y53K35 
(0%,52%,53%,35%)
(0.00/0.52/0.53/0.35)	

CMYK percentages

%0
%51.52
%52.73
%35.29

Codes

Color #A5504E in popluar color models

A5504E
RGB1658078
HSL35.80%47.65%
HSB/HSV52.73%64.71%
CMYK0.00%51.52%52.73%
35.29%

Color #A5504E in popluar number systems.

HEXA5504E
Decimal1658078
Binary1010010110100001001110
Octal245120116

Shades and tints

Shades of #A5504E

#A5504E
(165,80,78)
#964947
(150,73,71)
#874240
(135,66,64)
#783B39
(120,59,57)
#693432
(105,52,50)
#5A2D2B
(90,45,43)
#4B2624
(75,38,36)
#3C1F1D
(60,31,29)
#2D1816
(45,24,22)
#1E110F
(30,17,15)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #A5504E

#A5504E
(165,80,78)
#AD5F5E
(173,95,94)
#B56E6E
(181,110,110)
#BD7D7E
(189,125,126)
#C58C8E
(197,140,142)
#CD9B9E
(205,155,158)
#D5AAAE
(213,170,174)
#DDB9BE
(221,185,190)
#E5C8CE
(229,200,206)
#EDD7DE
(237,215,222)
#F5E6EE
(245,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5504E color. Also use rgb(165,80,78) instead hex code.

Text Font Color

.myTextColor { color: #A5504E; }

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

This text font color is #A5504E.


Background Color

.myBgColor { background-color: #A5504E; }

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

This div background color is #A5504E.


Border color

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

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

This div border color is #A5504E.


Opacity

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

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

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

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

This text has shadow with #A5504E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5504E on black background.


Color preview on white background

This text has color #A5504E on white background.



Black color preview on #A5504E background

This text has black color on #A5504E background.


White color preview on #A5504E background

This text has white color on #A5504E background.