COLOR #A4555E

HEX: #A4555E
RGB: (164,85,94)

Color info

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

RGB color model

#A4555E color RGB value is (164,85,94).

  • red value is 164;
  • green value is 85;
  • blue value is 94.
RGB:
(164,85,94)
(64%,33%,37%)

RGB channels and saturation

R 164 of 255 = 64%
G 85 of 255 = 33%
B 94 of 255 = 37%

164
85
94

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

Portions of RGB colors in percentages

R + G + B =
164 + 85 + 94 = 343 (100%)
R 164 of 343 ~ 47.81%
G 85 of 343 ~ 24.78%
B 94 of 343 ~ 27.41%

%47.81
%24.78
%27.41

CMYK color model

#A4555E color CMYK value is (0,48,43,36).

  • cyan value is 0.00%
  • magenta value is 48.17%
  • yellow value is 42.68%
  • key color value is 35.69%
CMYK:
(0,48,43,36)
C0M48Y43K36 
(0%,48%,43%,36%)
(0.00/0.48/0.43/0.36)	

CMYK percentages

%0
%48.17
%42.68
%35.69

Codes

Color #A4555E in popluar color models

A4555E
RGB1648594
HSL353°31.73%48.82%
HSB/HSV353°48.17%64.31%
CMYK0.00%48.17%42.68%
35.69%

Color #A4555E in popluar number systems.

HEXA4555E
Decimal1648594
Binary1010010010101011011110
Octal244125136

Shades and tints

Shades of #A4555E

#A4555E
(164,85,94)
#964E56
(150,78,86)
#88474E
(136,71,78)
#7A4046
(122,64,70)
#6C393E
(108,57,62)
#5E3236
(94,50,54)
#502B2E
(80,43,46)
#422426
(66,36,38)
#341D1E
(52,29,30)
#261616
(38,22,22)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #A4555E

#A4555E
(164,85,94)
#AC646C
(172,100,108)
#B4737A
(180,115,122)
#BC8288
(188,130,136)
#C49196
(196,145,150)
#CCA0A4
(204,160,164)
#D4AFB2
(212,175,178)
#DCBEC0
(220,190,192)
#E4CDCE
(228,205,206)
#ECDCDC
(236,220,220)
#F4EBEA
(244,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4555E color. Also use rgb(164,85,94) instead hex code.

Text Font Color

.myTextColor { color: #A4555E; }

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

This text font color is #A4555E.


Background Color

.myBgColor { background-color: #A4555E; }

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

This div background color is #A4555E.


Border color

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

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

This div border color is #A4555E.


Opacity

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

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

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

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

This text has shadow with #A4555E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4555E on black background.


Color preview on white background

This text has color #A4555E on white background.



Black color preview on #A4555E background

This text has black color on #A4555E background.


White color preview on #A4555E background

This text has white color on #A4555E background.