COLOR #A46160

HEX: #A46160
RGB: (164,97,96)

Color info

#A46160 contains mainly red color. Web safe color of #A46160 is #996666 (or #966).

RGB color model

#A46160 color RGB value is (164,97,96).

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

RGB channels and saturation

R 164 of 255 = 64%
G 97 of 255 = 38%
B 96 of 255 = 38%

164
97
96

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

Portions of RGB colors in percentages

R + G + B =
164 + 97 + 96 = 357 (100%)
R 164 of 357 ~ 45.94%
G 97 of 357 ~ 27.17%
B 96 of 357 ~ 26.89%

%45.94
%27.17
%26.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.85%
  • yellow value is 41.46%
  • key color value is 35.69%
CMYK:
(0,41,41,36)
C0M41Y41K36 
(0%,41%,41%,36%)
(0.00/0.41/0.41/0.36)	

CMYK percentages

%0
%40.85
%41.46
%35.69

Codes

Color #A46160 in popluar color models

A46160
RGB1649796
HSL27.20%50.98%
HSB/HSV41.46%64.31%
CMYK0.00%40.85%41.46%
35.69%

Color #A46160 in popluar number systems.

HEXA46160
Decimal1649796
Binary1010010011000011100000
Octal244141140

Shades and tints

Shades of #A46160

#A46160
(164,97,96)
#965958
(150,89,88)
#885150
(136,81,80)
#7A4948
(122,73,72)
#6C4140
(108,65,64)
#5E3938
(94,57,56)
#503130
(80,49,48)
#422928
(66,41,40)
#342120
(52,33,32)
#261918
(38,25,24)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #A46160

#A46160
(164,97,96)
#AC6F6E
(172,111,110)
#B47D7C
(180,125,124)
#BC8B8A
(188,139,138)
#C49998
(196,153,152)
#CCA7A6
(204,167,166)
#D4B5B4
(212,181,180)
#DCC3C2
(220,195,194)
#E4D1D0
(228,209,208)
#ECDFDE
(236,223,222)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46160; }

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

This text font color is #A46160.


Background Color

.myBgColor { background-color: #A46160; }

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

This div background color is #A46160.


Border color

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

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

This div border color is #A46160.


Opacity

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

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

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

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

This text has shadow with #A46160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46160 on black background.


Color preview on white background

This text has color #A46160 on white background.



Black color preview on #A46160 background

This text has black color on #A46160 background.


White color preview on #A46160 background

This text has white color on #A46160 background.