COLOR #A46074

HEX: #A46074
RGB: (164,96,116)

Color info

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

RGB color model

#A46074 color RGB value is (164,96,116).

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

RGB channels and saturation

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

164
96
116

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

Portions of RGB colors in percentages

R + G + B =
164 + 96 + 116 = 376 (100%)
R 164 of 376 ~ 43.62%
G 96 of 376 ~ 25.53%
B 116 of 376 ~ 30.85%

%43.62
%25.53
%30.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.46%
  • yellow value is 29.27%
  • key color value is 35.69%
CMYK:
(0,41,29,36)
C0M41Y29K36 
(0%,41%,29%,36%)
(0.00/0.41/0.29/0.36)	

CMYK percentages

%0
%41.46
%29.27
%35.69

Codes

Color #A46074 in popluar color models

A46074
RGB16496116
HSL342°27.20%50.98%
HSB/HSV342°41.46%64.31%
CMYK0.00%41.46%29.27%
35.69%

Color #A46074 in popluar number systems.

HEXA46074
Decimal16496116
Binary1010010011000001110100
Octal244140164

Shades and tints

Shades of #A46074

#A46074
(164,96,116)
#96586A
(150,88,106)
#885060
(136,80,96)
#7A4856
(122,72,86)
#6C404C
(108,64,76)
#5E3842
(94,56,66)
#503038
(80,48,56)
#42282E
(66,40,46)
#342024
(52,32,36)
#26181A
(38,24,26)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #A46074

#A46074
(164,96,116)
#AC6E80
(172,110,128)
#B47C8C
(180,124,140)
#BC8A98
(188,138,152)
#C498A4
(196,152,164)
#CCA6B0
(204,166,176)
#D4B4BC
(212,180,188)
#DCC2C8
(220,194,200)
#E4D0D4
(228,208,212)
#ECDEE0
(236,222,224)
#F4ECEC
(244,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46074; }

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

This text font color is #A46074.


Background Color

.myBgColor { background-color: #A46074; }

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

This div background color is #A46074.


Border color

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

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

This div border color is #A46074.


Opacity

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

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

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

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

This text has shadow with #A46074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46074 on black background.


Color preview on white background

This text has color #A46074 on white background.



Black color preview on #A46074 background

This text has black color on #A46074 background.


White color preview on #A46074 background

This text has white color on #A46074 background.