COLOR #A45C8F

HEX: #A45C8F
RGB: (164,92,143)

Color info

#A45C8F contains mainly red and blue colors. Web safe color of #A45C8F is #996699 (or #969).

RGB color model

#A45C8F color RGB value is (164,92,143).

  • red value is 164;
  • green value is 92;
  • blue value is 143.
RGB:
(164,92,143)
(64%,36%,56%)

RGB channels and saturation

R 164 of 255 = 64%
G 92 of 255 = 36%
B 143 of 255 = 56%

164
92
143

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

Portions of RGB colors in percentages

R + G + B =
164 + 92 + 143 = 399 (100%)
R 164 of 399 ~ 41.1%
G 92 of 399 ~ 23.06%
B 143 of 399 ~ 35.84%

%41.1
%23.06
%35.84

CMYK color model

#A45C8F color CMYK value is (0,44,13,36).

  • cyan value is 0.00%
  • magenta value is 43.90%
  • yellow value is 12.80%
  • key color value is 35.69%
CMYK:
(0,44,13,36)
C0M44Y13K36 
(0%,44%,13%,36%)
(0.00/0.44/0.13/0.36)	

CMYK percentages

%0
%43.9
%12.8
%35.69

Codes

Color #A45C8F in popluar color models

A45C8F
RGB16492143
HSL318°28.35%50.20%
HSB/HSV318°43.90%64.31%
CMYK0.00%43.90%12.80%
35.69%

Color #A45C8F in popluar number systems.

HEXA45C8F
Decimal16492143
Binary10100100101110010001111
Octal244134217

Shades and tints

Shades of #A45C8F

#A45C8F
(164,92,143)
#965482
(150,84,130)
#884C75
(136,76,117)
#7A4468
(122,68,104)
#6C3C5B
(108,60,91)
#5E344E
(94,52,78)
#502C41
(80,44,65)
#422434
(66,36,52)
#341C27
(52,28,39)
#26141A
(38,20,26)
#180C0D
(24,12,13)
#000000
(0,0,0)

Tints of #A45C8F

#A45C8F
(164,92,143)
#AC6A99
(172,106,153)
#B478A3
(180,120,163)
#BC86AD
(188,134,173)
#C494B7
(196,148,183)
#CCA2C1
(204,162,193)
#D4B0CB
(212,176,203)
#DCBED5
(220,190,213)
#E4CCDF
(228,204,223)
#ECDAE9
(236,218,233)
#F4E8F3
(244,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A45C8F color. Also use rgb(164,92,143) instead hex code.

Text Font Color

.myTextColor { color: #A45C8F; }

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

This text font color is #A45C8F.


Background Color

.myBgColor { background-color: #A45C8F; }

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

This div background color is #A45C8F.


Border color

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

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

This div border color is #A45C8F.


Opacity

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

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

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

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

This text has shadow with #A45C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A45C8F on black background.


Color preview on white background

This text has color #A45C8F on white background.



Black color preview on #A45C8F background

This text has black color on #A45C8F background.


White color preview on #A45C8F background

This text has white color on #A45C8F background.