COLOR #A46670

HEX: #A46670
RGB: (164,102,112)

Color info

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

RGB color model

#A46670 color RGB value is (164,102,112).

  • red value is 164;
  • green value is 102;
  • blue value is 112.
RGB:
(164,102,112)
(64%,40%,44%)

RGB channels and saturation

R 164 of 255 = 64%
G 102 of 255 = 40%
B 112 of 255 = 44%

164
102
112

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

Portions of RGB colors in percentages

R + G + B =
164 + 102 + 112 = 378 (100%)
R 164 of 378 ~ 43.39%
G 102 of 378 ~ 26.98%
B 112 of 378 ~ 29.63%

%43.39
%26.98
%29.63

CMYK color model

#A46670 color CMYK value is (0,38,32,36).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 31.71%
  • key color value is 35.69%
CMYK:
(0,38,32,36)
C0M38Y32K36 
(0%,38%,32%,36%)
(0.00/0.38/0.32/0.36)	

CMYK percentages

%0
%37.8
%31.71
%35.69

Codes

Color #A46670 in popluar color models

A46670
RGB164102112
HSL350°25.41%52.16%
HSB/HSV350°37.80%64.31%
CMYK0.00%37.80%31.71%
35.69%

Color #A46670 in popluar number systems.

HEXA46670
Decimal164102112
Binary1010010011001101110000
Octal244146160

Shades and tints

Shades of #A46670

#A46670
(164,102,112)
#965D66
(150,93,102)
#88545C
(136,84,92)
#7A4B52
(122,75,82)
#6C4248
(108,66,72)
#5E393E
(94,57,62)
#503034
(80,48,52)
#42272A
(66,39,42)
#341E20
(52,30,32)
#261516
(38,21,22)
#180C0C
(24,12,12)
#000000
(0,0,0)

Tints of #A46670

#A46670
(164,102,112)
#AC737D
(172,115,125)
#B4808A
(180,128,138)
#BC8D97
(188,141,151)
#C49AA4
(196,154,164)
#CCA7B1
(204,167,177)
#D4B4BE
(212,180,190)
#DCC1CB
(220,193,203)
#E4CED8
(228,206,216)
#ECDBE5
(236,219,229)
#F4E8F2
(244,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46670 color. Also use rgb(164,102,112) instead hex code.

Text Font Color

.myTextColor { color: #A46670; }

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

This text font color is #A46670.


Background Color

.myBgColor { background-color: #A46670; }

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

This div background color is #A46670.


Border color

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

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

This div border color is #A46670.


Opacity

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

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

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

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

This text has shadow with #A46670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46670 on black background.


Color preview on white background

This text has color #A46670 on white background.



Black color preview on #A46670 background

This text has black color on #A46670 background.


White color preview on #A46670 background

This text has white color on #A46670 background.