COLOR #A45972

HEX: #A45972
RGB: (164,89,114)

Color info

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

RGB color model

#A45972 color RGB value is (164,89,114).

  • red value is 164;
  • green value is 89;
  • blue value is 114.
RGB:
(164,89,114)
(64%,35%,45%)

RGB channels and saturation

R 164 of 255 = 64%
G 89 of 255 = 35%
B 114 of 255 = 45%

164
89
114

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

Portions of RGB colors in percentages

R + G + B =
164 + 89 + 114 = 367 (100%)
R 164 of 367 ~ 44.69%
G 89 of 367 ~ 24.25%
B 114 of 367 ~ 31.06%

%44.69
%24.25
%31.06

CMYK color model

#A45972 color CMYK value is (0,46,30,36).

  • cyan value is 0.00%
  • magenta value is 45.73%
  • yellow value is 30.49%
  • key color value is 35.69%
CMYK:
(0,46,30,36)
C0M46Y30K36 
(0%,46%,30%,36%)
(0.00/0.46/0.30/0.36)	

CMYK percentages

%0
%45.73
%30.49
%35.69

Codes

Color #A45972 in popluar color models

A45972
RGB16489114
HSL340°29.64%49.61%
HSB/HSV340°45.73%64.31%
CMYK0.00%45.73%30.49%
35.69%

Color #A45972 in popluar number systems.

HEXA45972
Decimal16489114
Binary1010010010110011110010
Octal244131162

Shades and tints

Shades of #A45972

#A45972
(164,89,114)
#965168
(150,81,104)
#88495E
(136,73,94)
#7A4154
(122,65,84)
#6C394A
(108,57,74)
#5E3140
(94,49,64)
#502936
(80,41,54)
#42212C
(66,33,44)
#341922
(52,25,34)
#261118
(38,17,24)
#18090E
(24,9,14)
#000000
(0,0,0)

Tints of #A45972

#A45972
(164,89,114)
#AC687E
(172,104,126)
#B4778A
(180,119,138)
#BC8696
(188,134,150)
#C495A2
(196,149,162)
#CCA4AE
(204,164,174)
#D4B3BA
(212,179,186)
#DCC2C6
(220,194,198)
#E4D1D2
(228,209,210)
#ECE0DE
(236,224,222)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A45972 color. Also use rgb(164,89,114) instead hex code.

Text Font Color

.myTextColor { color: #A45972; }

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

This text font color is #A45972.


Background Color

.myBgColor { background-color: #A45972; }

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

This div background color is #A45972.


Border color

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

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

This div border color is #A45972.


Opacity

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

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

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

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

This text has shadow with #A45972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A45972 on black background.


Color preview on white background

This text has color #A45972 on white background.



Black color preview on #A45972 background

This text has black color on #A45972 background.


White color preview on #A45972 background

This text has white color on #A45972 background.