COLOR #A46767

HEX: #A46767
RGB: (164,103,103)

Color info

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

RGB color model

#A46767 color RGB value is (164,103,103).

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

RGB channels and saturation

R 164 of 255 = 64%
G 103 of 255 = 40%
B 103 of 255 = 40%

164
103
103

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

Portions of RGB colors in percentages

R + G + B =
164 + 103 + 103 = 370 (100%)
R 164 of 370 ~ 44.32%
G 103 of 370 ~ 27.84%
B 103 of 370 ~ 27.84%

%44.32
%27.84
%27.84

CMYK color model

#A46767 color CMYK value is (0,37,37,36).

  • cyan value is 0.00%
  • magenta value is 37.20%
  • yellow value is 37.20%
  • key color value is 35.69%
CMYK:
(0,37,37,36)
C0M37Y37K36 
(0%,37%,37%,36%)
(0.00/0.37/0.37/0.36)	

CMYK percentages

%0
%37.2
%37.2
%35.69

Codes

Color #A46767 in popluar color models

A46767
RGB164103103
HSL25.10%52.35%
HSB/HSV37.20%64.31%
CMYK0.00%37.20%37.20%
35.69%

Color #A46767 in popluar number systems.

HEXA46767
Decimal164103103
Binary1010010011001111100111
Octal244147147

Shades and tints

Shades of #A46767

#A46767
(164,103,103)
#965E5E
(150,94,94)
#885555
(136,85,85)
#7A4C4C
(122,76,76)
#6C4343
(108,67,67)
#5E3A3A
(94,58,58)
#503131
(80,49,49)
#422828
(66,40,40)
#341F1F
(52,31,31)
#261616
(38,22,22)
#180D0D
(24,13,13)
#000000
(0,0,0)

Tints of #A46767

#A46767
(164,103,103)
#AC7474
(172,116,116)
#B48181
(180,129,129)
#BC8E8E
(188,142,142)
#C49B9B
(196,155,155)
#CCA8A8
(204,168,168)
#D4B5B5
(212,181,181)
#DCC2C2
(220,194,194)
#E4CFCF
(228,207,207)
#ECDCDC
(236,220,220)
#F4E9E9
(244,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46767; }

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

This text font color is #A46767.


Background Color

.myBgColor { background-color: #A46767; }

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

This div background color is #A46767.


Border color

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

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

This div border color is #A46767.


Opacity

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

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

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

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

This text has shadow with #A46767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46767 on black background.


Color preview on white background

This text has color #A46767 on white background.



Black color preview on #A46767 background

This text has black color on #A46767 background.


White color preview on #A46767 background

This text has white color on #A46767 background.