COLOR #A67E56

HEX: #A67E56
RGB: (166,126,86)

Color info

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

RGB color model

#A67E56 color RGB value is (166,126,86).

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

RGB channels and saturation

R 166 of 255 = 65%
G 126 of 255 = 49%
B 86 of 255 = 34%

166
126
86

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

Portions of RGB colors in percentages

R + G + B =
166 + 126 + 86 = 378 (100%)
R 166 of 378 ~ 43.92%
G 126 of 378 ~ 33.33%
B 86 of 378 ~ 22.75%

%43.92
%33.33
%22.75

CMYK color model

#A67E56 color CMYK value is (0,24,48,35).

  • cyan value is 0.00%
  • magenta value is 24.10%
  • yellow value is 48.19%
  • key color value is 34.90%
CMYK:
(0,24,48,35)
C0M24Y48K35 
(0%,24%,48%,35%)
(0.00/0.24/0.48/0.35)	

CMYK percentages

%0
%24.1
%48.19
%34.9

Codes

Color #A67E56 in popluar color models

A67E56
RGB16612686
HSL30°31.75%49.41%
HSB/HSV30°48.19%65.10%
CMYK0.00%24.10%48.19%
34.90%

Color #A67E56 in popluar number systems.

HEXA67E56
Decimal16612686
Binary1010011011111101010110
Octal246176126

Shades and tints

Shades of #A67E56

#A67E56
(166,126,86)
#97734F
(151,115,79)
#886848
(136,104,72)
#795D41
(121,93,65)
#6A523A
(106,82,58)
#5B4733
(91,71,51)
#4C3C2C
(76,60,44)
#3D3125
(61,49,37)
#2E261E
(46,38,30)
#1F1B17
(31,27,23)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #A67E56

#A67E56
(166,126,86)
#AE8965
(174,137,101)
#B69474
(182,148,116)
#BE9F83
(190,159,131)
#C6AA92
(198,170,146)
#CEB5A1
(206,181,161)
#D6C0B0
(214,192,176)
#DECBBF
(222,203,191)
#E6D6CE
(230,214,206)
#EEE1DD
(238,225,221)
#F6ECEC
(246,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67E56; }

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

This text font color is #A67E56.


Background Color

.myBgColor { background-color: #A67E56; }

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

This div background color is #A67E56.


Border color

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

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

This div border color is #A67E56.


Opacity

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

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

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

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

This text has shadow with #A67E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67E56 on black background.


Color preview on white background

This text has color #A67E56 on white background.



Black color preview on #A67E56 background

This text has black color on #A67E56 background.


White color preview on #A67E56 background

This text has white color on #A67E56 background.