COLOR #A46473

HEX: #A46473
RGB: (164,100,115)

Color info

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

RGB color model

#A46473 color RGB value is (164,100,115).

  • red value is 164;
  • green value is 100;
  • blue value is 115.
RGB:
(164,100,115)
(64%,39%,45%)

RGB channels and saturation

R 164 of 255 = 64%
G 100 of 255 = 39%
B 115 of 255 = 45%

164
100
115

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

Portions of RGB colors in percentages

R + G + B =
164 + 100 + 115 = 379 (100%)
R 164 of 379 ~ 43.27%
G 100 of 379 ~ 26.39%
B 115 of 379 ~ 30.34%

%43.27
%26.39
%30.34

CMYK color model

#A46473 color CMYK value is (0,39,30,36).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 29.88%
  • key color value is 35.69%
CMYK:
(0,39,30,36)
C0M39Y30K36 
(0%,39%,30%,36%)
(0.00/0.39/0.30/0.36)	

CMYK percentages

%0
%39.02
%29.88
%35.69

Codes

Color #A46473 in popluar color models

A46473
RGB164100115
HSL346°26.02%51.76%
HSB/HSV346°39.02%64.31%
CMYK0.00%39.02%29.88%
35.69%

Color #A46473 in popluar number systems.

HEXA46473
Decimal164100115
Binary1010010011001001110011
Octal244144163

Shades and tints

Shades of #A46473

#A46473
(164,100,115)
#965B69
(150,91,105)
#88525F
(136,82,95)
#7A4955
(122,73,85)
#6C404B
(108,64,75)
#5E3741
(94,55,65)
#502E37
(80,46,55)
#42252D
(66,37,45)
#341C23
(52,28,35)
#261319
(38,19,25)
#180A0F
(24,10,15)
#000000
(0,0,0)

Tints of #A46473

#A46473
(164,100,115)
#AC727F
(172,114,127)
#B4808B
(180,128,139)
#BC8E97
(188,142,151)
#C49CA3
(196,156,163)
#CCAAAF
(204,170,175)
#D4B8BB
(212,184,187)
#DCC6C7
(220,198,199)
#E4D4D3
(228,212,211)
#ECE2DF
(236,226,223)
#F4F0EB
(244,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46473 color. Also use rgb(164,100,115) instead hex code.

Text Font Color

.myTextColor { color: #A46473; }

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

This text font color is #A46473.


Background Color

.myBgColor { background-color: #A46473; }

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

This div background color is #A46473.


Border color

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

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

This div border color is #A46473.


Opacity

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

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

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

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

This text has shadow with #A46473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46473 on black background.


Color preview on white background

This text has color #A46473 on white background.



Black color preview on #A46473 background

This text has black color on #A46473 background.


White color preview on #A46473 background

This text has white color on #A46473 background.