COLOR #A46073

HEX: #A46073
RGB: (164,96,115)

Color info

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

RGB color model

#A46073 color RGB value is (164,96,115).

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

RGB channels and saturation

R 164 of 255 = 64%
G 96 of 255 = 38%
B 115 of 255 = 45%

164
96
115

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

Portions of RGB colors in percentages

R + G + B =
164 + 96 + 115 = 375 (100%)
R 164 of 375 ~ 43.73%
G 96 of 375 ~ 25.6%
B 115 of 375 ~ 30.67%

%43.73
%25.6
%30.67

CMYK color model

#A46073 color CMYK value is (0,41,30,36).

  • cyan value is 0.00%
  • magenta value is 41.46%
  • yellow value is 29.88%
  • key color value is 35.69%
CMYK:
(0,41,30,36)
C0M41Y30K36 
(0%,41%,30%,36%)
(0.00/0.41/0.30/0.36)	

CMYK percentages

%0
%41.46
%29.88
%35.69

Codes

Color #A46073 in popluar color models

A46073
RGB16496115
HSL343°27.20%50.98%
HSB/HSV343°41.46%64.31%
CMYK0.00%41.46%29.88%
35.69%

Color #A46073 in popluar number systems.

HEXA46073
Decimal16496115
Binary1010010011000001110011
Octal244140163

Shades and tints

Shades of #A46073

#A46073
(164,96,115)
#965869
(150,88,105)
#88505F
(136,80,95)
#7A4855
(122,72,85)
#6C404B
(108,64,75)
#5E3841
(94,56,65)
#503037
(80,48,55)
#42282D
(66,40,45)
#342023
(52,32,35)
#261819
(38,24,25)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #A46073

#A46073
(164,96,115)
#AC6E7F
(172,110,127)
#B47C8B
(180,124,139)
#BC8A97
(188,138,151)
#C498A3
(196,152,163)
#CCA6AF
(204,166,175)
#D4B4BB
(212,180,187)
#DCC2C7
(220,194,199)
#E4D0D3
(228,208,211)
#ECDEDF
(236,222,223)
#F4ECEB
(244,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46073; }

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

This text font color is #A46073.


Background Color

.myBgColor { background-color: #A46073; }

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

This div background color is #A46073.


Border color

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

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

This div border color is #A46073.


Opacity

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

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

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

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

This text has shadow with #A46073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46073 on black background.


Color preview on white background

This text has color #A46073 on white background.



Black color preview on #A46073 background

This text has black color on #A46073 background.


White color preview on #A46073 background

This text has white color on #A46073 background.