COLOR #A46C6E

HEX: #A46C6E RGB: (164,108,110)

Color info

#A46C6E contains red, green and blue colors in about the same proportion. Web safe color of #A46C6E is #996666 (or #966).

RGB color model

#A46C6E color RGB value is (164,108,110).

RGB: (164,108,110) (64%, 42%, 43%)

RGB channels and saturation

R 164 of 255 = 64%
G 108 of 255 = 42%
B 110 of 255 = 43%

164
108
110

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

Portions of RGB colors in percentages

R + G + B = 164 + 108 + 110 = 382 (100%)
R 164 of 382 ~ 42.93%
G 108 of 382 ~ 28.27%
B 110 of 382 ~ 28.8'%

%42.93
%28.27
%28.8

CMYK color model

#A46C6E color CMYK value is (0,34,33,36).

  • cyan value is 0.00%
  • magenta value is 34.15%
  • yellow value is 32.93%
  • key color value is 35.69%

CMYK: (0,34,33,36)
C0M34Y33K36 (0%, 34%, 33%, 36%)
(0.00 / 0.34 / 0.33 / 0.36)

CMYK percentages

%0
%34.15
%32.93
%35.69

Codes

Color #A46C6E in popluar color models

A4 6C 6E
RGB 164 108 110
HSL 358° 23.53% 53.33%
HSB/HSV 358° 34.15% 64.31%
CMYK 0.00% 34.15% 32.93%
35.69%

Color #A46C6E in popluar number systems.

HEX A4 6C 6E
Decimal 164 108 110
Binary 10100100 1101100 1101110
Octal 244 154 156

Shades and tints

Shades of #A46C6E

#A46C6E
(164,108,110)
#966364
(150,99,100)
#885A5A
(136,90,90)
#7A5150
(122,81,80)
#6C4846
(108,72,70)
#5E3F3C
(94,63,60)
#503632
(80,54,50)
#422D28
(66,45,40)
#34241E
(52,36,30)
#261B14
(38,27,20)
#18120A
(24,18,10)
#000000
(0,0,0)

Tints of #A46C6E

#A46C6E
(164,108,110)
#AC797B
(172,121,123)
#B48688
(180,134,136)
#BC9395
(188,147,149)
#C4A0A2
(196,160,162)
#CCADAF
(204,173,175)
#D4BABC
(212,186,188)
#DCC7C9
(220,199,201)
#E4D4D6
(228,212,214)
#ECE1E3
(236,225,227)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46C6E; }

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

This text font color is #A46C6E.

Background Color

.myBgColor { background-color: #A46C6E; }

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

This div background color is #A46C6E.

Border color

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

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

This div border color is #A46C6E.

Opacity

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

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

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

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

This text has shadow with #A46C6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A46C6E.

Preview

Color preview on black background

This text has color #A46C6E on black background.


Color preview on white background

This text has color #A46C6E on white background.


Black color preview on #A46C6E background

This text has black color on #A46C6E background.


White color preview on #A46C6E background

This text has white color on #A46C6E background.


Related colors

Complementary color

Complementary color for #hex is #5B9391.


I love getcolorcode.com

Triadic colors

1 #6EA46C and #6C6EA4 with #A46C6E are triadic colors.

2 #6E6CA4 and #6CA46E with #A46C6E are triadic colors.