COLOR #A46371

HEX: #A46371
RGB: (164,99,113)

Color info

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

RGB color model

#A46371 color RGB value is (164,99,113).

  • red value is 164;
  • green value is 99;
  • blue value is 113.
RGB:
(164,99,113)
(64%,39%,44%)

RGB channels and saturation

R 164 of 255 = 64%
G 99 of 255 = 39%
B 113 of 255 = 44%

164
99
113

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

Portions of RGB colors in percentages

R + G + B =
164 + 99 + 113 = 376 (100%)
R 164 of 376 ~ 43.62%
G 99 of 376 ~ 26.33%
B 113 of 376 ~ 30.05%

%43.62
%26.33
%30.05

CMYK color model

#A46371 color CMYK value is (0,40,31,36).

  • cyan value is 0.00%
  • magenta value is 39.63%
  • yellow value is 31.10%
  • key color value is 35.69%
CMYK:
(0,40,31,36)
C0M40Y31K36 
(0%,40%,31%,36%)
(0.00/0.40/0.31/0.36)	

CMYK percentages

%0
%39.63
%31.1
%35.69

Codes

Color #A46371 in popluar color models

A46371
RGB16499113
HSL347°26.32%51.57%
HSB/HSV347°39.63%64.31%
CMYK0.00%39.63%31.10%
35.69%

Color #A46371 in popluar number systems.

HEXA46371
Decimal16499113
Binary1010010011000111110001
Octal244143161

Shades and tints

Shades of #A46371

#A46371
(164,99,113)
#965A67
(150,90,103)
#88515D
(136,81,93)
#7A4853
(122,72,83)
#6C3F49
(108,63,73)
#5E363F
(94,54,63)
#502D35
(80,45,53)
#42242B
(66,36,43)
#341B21
(52,27,33)
#261217
(38,18,23)
#18090D
(24,9,13)
#000000
(0,0,0)

Tints of #A46371

#A46371
(164,99,113)
#AC717D
(172,113,125)
#B47F89
(180,127,137)
#BC8D95
(188,141,149)
#C49BA1
(196,155,161)
#CCA9AD
(204,169,173)
#D4B7B9
(212,183,185)
#DCC5C5
(220,197,197)
#E4D3D1
(228,211,209)
#ECE1DD
(236,225,221)
#F4EFE9
(244,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46371 color. Also use rgb(164,99,113) instead hex code.

Text Font Color

.myTextColor { color: #A46371; }

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

This text font color is #A46371.


Background Color

.myBgColor { background-color: #A46371; }

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

This div background color is #A46371.


Border color

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

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

This div border color is #A46371.


Opacity

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

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

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

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

This text has shadow with #A46371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46371 on black background.


Color preview on white background

This text has color #A46371 on white background.



Black color preview on #A46371 background

This text has black color on #A46371 background.


White color preview on #A46371 background

This text has white color on #A46371 background.