COLOR #A46159

HEX: #A46159
RGB: (164,97,89)

Color info

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

RGB color model

#A46159 color RGB value is (164,97,89).

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

RGB channels and saturation

R 164 of 255 = 64%
G 97 of 255 = 38%
B 89 of 255 = 35%

164
97
89

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

Portions of RGB colors in percentages

R + G + B =
164 + 97 + 89 = 350 (100%)
R 164 of 350 ~ 46.86%
G 97 of 350 ~ 27.71%
B 89 of 350 ~ 25.43%

%46.86
%27.71
%25.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.85%
  • yellow value is 45.73%
  • key color value is 35.69%
CMYK:
(0,41,46,36)
C0M41Y46K36 
(0%,41%,46%,36%)
(0.00/0.41/0.46/0.36)	

CMYK percentages

%0
%40.85
%45.73
%35.69

Codes

Color #A46159 in popluar color models

A46159
RGB1649789
HSL29.64%49.61%
HSB/HSV45.73%64.31%
CMYK0.00%40.85%45.73%
35.69%

Color #A46159 in popluar number systems.

HEXA46159
Decimal1649789
Binary1010010011000011011001
Octal244141131

Shades and tints

Shades of #A46159

#A46159
(164,97,89)
#965951
(150,89,81)
#885149
(136,81,73)
#7A4941
(122,73,65)
#6C4139
(108,65,57)
#5E3931
(94,57,49)
#503129
(80,49,41)
#422921
(66,41,33)
#342119
(52,33,25)
#261911
(38,25,17)
#181109
(24,17,9)
#000000
(0,0,0)

Tints of #A46159

#A46159
(164,97,89)
#AC6F68
(172,111,104)
#B47D77
(180,125,119)
#BC8B86
(188,139,134)
#C49995
(196,153,149)
#CCA7A4
(204,167,164)
#D4B5B3
(212,181,179)
#DCC3C2
(220,195,194)
#E4D1D1
(228,209,209)
#ECDFE0
(236,223,224)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46159; }

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

This text font color is #A46159.


Background Color

.myBgColor { background-color: #A46159; }

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

This div background color is #A46159.


Border color

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

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

This div border color is #A46159.


Opacity

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

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

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

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

This text has shadow with #A46159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46159 on black background.


Color preview on white background

This text has color #A46159 on white background.



Black color preview on #A46159 background

This text has black color on #A46159 background.


White color preview on #A46159 background

This text has white color on #A46159 background.