COLOR #A67756

HEX: #A67756
RGB: (166,119,86)

Color info

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

RGB color model

#A67756 color RGB value is (166,119,86).

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

RGB channels and saturation

R 166 of 255 = 65%
G 119 of 255 = 47%
B 86 of 255 = 34%

166
119
86

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

Portions of RGB colors in percentages

R + G + B =
166 + 119 + 86 = 371 (100%)
R 166 of 371 ~ 44.74%
G 119 of 371 ~ 32.08%
B 86 of 371 ~ 23.18%

%44.74
%32.08
%23.18

CMYK color model

#A67756 color CMYK value is (0,28,48,35).

  • cyan value is 0.00%
  • magenta value is 28.31%
  • yellow value is 48.19%
  • key color value is 34.90%
CMYK:
(0,28,48,35)
C0M28Y48K35 
(0%,28%,48%,35%)
(0.00/0.28/0.48/0.35)	

CMYK percentages

%0
%28.31
%48.19
%34.9

Codes

Color #A67756 in popluar color models

A67756
RGB16611986
HSL25°31.75%49.41%
HSB/HSV25°48.19%65.10%
CMYK0.00%28.31%48.19%
34.90%

Color #A67756 in popluar number systems.

HEXA67756
Decimal16611986
Binary1010011011101111010110
Octal246167126

Shades and tints

Shades of #A67756

#A67756
(166,119,86)
#976D4F
(151,109,79)
#886348
(136,99,72)
#795941
(121,89,65)
#6A4F3A
(106,79,58)
#5B4533
(91,69,51)
#4C3B2C
(76,59,44)
#3D3125
(61,49,37)
#2E271E
(46,39,30)
#1F1D17
(31,29,23)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #A67756

#A67756
(166,119,86)
#AE8365
(174,131,101)
#B68F74
(182,143,116)
#BE9B83
(190,155,131)
#C6A792
(198,167,146)
#CEB3A1
(206,179,161)
#D6BFB0
(214,191,176)
#DECBBF
(222,203,191)
#E6D7CE
(230,215,206)
#EEE3DD
(238,227,221)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67756; }

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

This text font color is #A67756.


Background Color

.myBgColor { background-color: #A67756; }

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

This div background color is #A67756.


Border color

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

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

This div border color is #A67756.


Opacity

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

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

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

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

This text has shadow with #A67756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67756 on black background.


Color preview on white background

This text has color #A67756 on white background.



Black color preview on #A67756 background

This text has black color on #A67756 background.


White color preview on #A67756 background

This text has white color on #A67756 background.