COLOR #A67857

HEX: #A67857
RGB: (166,120,87)

Color info

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

RGB color model

#A67857 color RGB value is (166,120,87).

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

RGB channels and saturation

R 166 of 255 = 65%
G 120 of 255 = 47%
B 87 of 255 = 34%

166
120
87

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

Portions of RGB colors in percentages

R + G + B =
166 + 120 + 87 = 373 (100%)
R 166 of 373 ~ 44.5%
G 120 of 373 ~ 32.17%
B 87 of 373 ~ 23.32%

%44.5
%32.17
%23.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.71%
  • yellow value is 47.59%
  • 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
%27.71
%47.59
%34.9

Codes

Color #A67857 in popluar color models

A67857
RGB16612087
HSL25°31.23%49.61%
HSB/HSV25°47.59%65.10%
CMYK0.00%27.71%47.59%
34.90%

Color #A67857 in popluar number systems.

HEXA67857
Decimal16612087
Binary1010011011110001010111
Octal246170127

Shades and tints

Shades of #A67857

#A67857
(166,120,87)
#976E50
(151,110,80)
#886449
(136,100,73)
#795A42
(121,90,66)
#6A503B
(106,80,59)
#5B4634
(91,70,52)
#4C3C2D
(76,60,45)
#3D3226
(61,50,38)
#2E281F
(46,40,31)
#1F1E18
(31,30,24)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #A67857

#A67857
(166,120,87)
#AE8466
(174,132,102)
#B69075
(182,144,117)
#BE9C84
(190,156,132)
#C6A893
(198,168,147)
#CEB4A2
(206,180,162)
#D6C0B1
(214,192,177)
#DECCC0
(222,204,192)
#E6D8CF
(230,216,207)
#EEE4DE
(238,228,222)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67857 color. Also use rgb(166,120,87) instead hex code.

Text Font Color

.myTextColor { color: #A67857; }

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

This text font color is #A67857.


Background Color

.myBgColor { background-color: #A67857; }

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

This div background color is #A67857.


Border color

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

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

This div border color is #A67857.


Opacity

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

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

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

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

This text has shadow with #A67857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67857 on black background.


Color preview on white background

This text has color #A67857 on white background.



Black color preview on #A67857 background

This text has black color on #A67857 background.


White color preview on #A67857 background

This text has white color on #A67857 background.