COLOR #A45E76

HEX: #A45E76
RGB: (164,94,118)

Color info

#A45E76 contains mainly red and blue colors. Web safe color of #A45E76 is #996666 (or #966).

RGB color model

#A45E76 color RGB value is (164,94,118).

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

RGB channels and saturation

R 164 of 255 = 64%
G 94 of 255 = 37%
B 118 of 255 = 46%

164
94
118

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

Portions of RGB colors in percentages

R + G + B =
164 + 94 + 118 = 376 (100%)
R 164 of 376 ~ 43.62%
G 94 of 376 ~ 25%
B 118 of 376 ~ 31.38%

%43.62
%25
%31.38

CMYK color model

#A45E76 color CMYK value is (0,43,28,36).

  • cyan value is 0.00%
  • magenta value is 42.68%
  • yellow value is 28.05%
  • key color value is 35.69%
CMYK:
(0,43,28,36)
C0M43Y28K36 
(0%,43%,28%,36%)
(0.00/0.43/0.28/0.36)	

CMYK percentages

%0
%42.68
%28.05
%35.69

Codes

Color #A45E76 in popluar color models

A45E76
RGB16494118
HSL339°27.78%50.59%
HSB/HSV339°42.68%64.31%
CMYK0.00%42.68%28.05%
35.69%

Color #A45E76 in popluar number systems.

HEXA45E76
Decimal16494118
Binary1010010010111101110110
Octal244136166

Shades and tints

Shades of #A45E76

#A45E76
(164,94,118)
#96566C
(150,86,108)
#884E62
(136,78,98)
#7A4658
(122,70,88)
#6C3E4E
(108,62,78)
#5E3644
(94,54,68)
#502E3A
(80,46,58)
#422630
(66,38,48)
#341E26
(52,30,38)
#26161C
(38,22,28)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #A45E76

#A45E76
(164,94,118)
#AC6C82
(172,108,130)
#B47A8E
(180,122,142)
#BC889A
(188,136,154)
#C496A6
(196,150,166)
#CCA4B2
(204,164,178)
#D4B2BE
(212,178,190)
#DCC0CA
(220,192,202)
#E4CED6
(228,206,214)
#ECDCE2
(236,220,226)
#F4EAEE
(244,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A45E76; }

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

This text font color is #A45E76.


Background Color

.myBgColor { background-color: #A45E76; }

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

This div background color is #A45E76.


Border color

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

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

This div border color is #A45E76.


Opacity

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

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

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

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

This text has shadow with #A45E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A45E76 on black background.


Color preview on white background

This text has color #A45E76 on white background.



Black color preview on #A45E76 background

This text has black color on #A45E76 background.


White color preview on #A45E76 background

This text has white color on #A45E76 background.