COLOR #A67E5E

HEX: #A67E5E
RGB: (166,126,94)

Color info

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

RGB color model

#A67E5E color RGB value is (166,126,94).

  • red value is 166;
  • green value is 126;
  • blue value is 94.
RGB:
(166,126,94)
(65%,49%,37%)

RGB channels and saturation

R 166 of 255 = 65%
G 126 of 255 = 49%
B 94 of 255 = 37%

166
126
94

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

Portions of RGB colors in percentages

R + G + B =
166 + 126 + 94 = 386 (100%)
R 166 of 386 ~ 43.01%
G 126 of 386 ~ 32.64%
B 94 of 386 ~ 24.35%

%43.01
%32.64
%24.35

CMYK color model

#A67E5E color CMYK value is (0,24,43,35).

  • cyan value is 0.00%
  • magenta value is 24.10%
  • yellow value is 43.37%
  • key color value is 34.90%
CMYK:
(0,24,43,35)
C0M24Y43K35 
(0%,24%,43%,35%)
(0.00/0.24/0.43/0.35)	

CMYK percentages

%0
%24.1
%43.37
%34.9

Codes

Color #A67E5E in popluar color models

A67E5E
RGB16612694
HSL27°28.80%50.98%
HSB/HSV27°43.37%65.10%
CMYK0.00%24.10%43.37%
34.90%

Color #A67E5E in popluar number systems.

HEXA67E5E
Decimal16612694
Binary1010011011111101011110
Octal246176136

Shades and tints

Shades of #A67E5E

#A67E5E
(166,126,94)
#977356
(151,115,86)
#88684E
(136,104,78)
#795D46
(121,93,70)
#6A523E
(106,82,62)
#5B4736
(91,71,54)
#4C3C2E
(76,60,46)
#3D3126
(61,49,38)
#2E261E
(46,38,30)
#1F1B16
(31,27,22)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #A67E5E

#A67E5E
(166,126,94)
#AE896C
(174,137,108)
#B6947A
(182,148,122)
#BE9F88
(190,159,136)
#C6AA96
(198,170,150)
#CEB5A4
(206,181,164)
#D6C0B2
(214,192,178)
#DECBC0
(222,203,192)
#E6D6CE
(230,214,206)
#EEE1DC
(238,225,220)
#F6ECEA
(246,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67E5E color. Also use rgb(166,126,94) instead hex code.

Text Font Color

.myTextColor { color: #A67E5E; }

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

This text font color is #A67E5E.


Background Color

.myBgColor { background-color: #A67E5E; }

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

This div background color is #A67E5E.


Border color

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

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

This div border color is #A67E5E.


Opacity

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

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

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

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

This text has shadow with #A67E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67E5E on black background.


Color preview on white background

This text has color #A67E5E on white background.



Black color preview on #A67E5E background

This text has black color on #A67E5E background.


White color preview on #A67E5E background

This text has white color on #A67E5E background.