COLOR #A45B55

HEX: #A45B55
RGB: (164,91,85)

Color info

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

RGB color model

#A45B55 color RGB value is (164,91,85).

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

RGB channels and saturation

R 164 of 255 = 64%
G 91 of 255 = 36%
B 85 of 255 = 33%

164
91
85

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

Portions of RGB colors in percentages

R + G + B =
164 + 91 + 85 = 340 (100%)
R 164 of 340 ~ 48.24%
G 91 of 340 ~ 26.76%
B 85 of 340 ~ 25%

%48.24
%26.76
%25

CMYK color model

#A45B55 color CMYK value is (0,45,48,36).

  • cyan value is 0.00%
  • magenta value is 44.51%
  • yellow value is 48.17%
  • key color value is 35.69%
CMYK:
(0,45,48,36)
C0M45Y48K36 
(0%,45%,48%,36%)
(0.00/0.45/0.48/0.36)	

CMYK percentages

%0
%44.51
%48.17
%35.69

Codes

Color #A45B55 in popluar color models

A45B55
RGB1649185
HSL31.73%48.82%
HSB/HSV48.17%64.31%
CMYK0.00%44.51%48.17%
35.69%

Color #A45B55 in popluar number systems.

HEXA45B55
Decimal1649185
Binary1010010010110111010101
Octal244133125

Shades and tints

Shades of #A45B55

#A45B55
(164,91,85)
#96534E
(150,83,78)
#884B47
(136,75,71)
#7A4340
(122,67,64)
#6C3B39
(108,59,57)
#5E3332
(94,51,50)
#502B2B
(80,43,43)
#422324
(66,35,36)
#341B1D
(52,27,29)
#261316
(38,19,22)
#180B0F
(24,11,15)
#000000
(0,0,0)

Tints of #A45B55

#A45B55
(164,91,85)
#AC6964
(172,105,100)
#B47773
(180,119,115)
#BC8582
(188,133,130)
#C49391
(196,147,145)
#CCA1A0
(204,161,160)
#D4AFAF
(212,175,175)
#DCBDBE
(220,189,190)
#E4CBCD
(228,203,205)
#ECD9DC
(236,217,220)
#F4E7EB
(244,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A45B55; }

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

This text font color is #A45B55.


Background Color

.myBgColor { background-color: #A45B55; }

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

This div background color is #A45B55.


Border color

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

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

This div border color is #A45B55.


Opacity

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

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

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

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

This text has shadow with #A45B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A45B55 on black background.


Color preview on white background

This text has color #A45B55 on white background.



Black color preview on #A45B55 background

This text has black color on #A45B55 background.


White color preview on #A45B55 background

This text has white color on #A45B55 background.