COLOR #A77E67

HEX: #A77E67
RGB: (167,126,103)

Color info

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

RGB color model

#A77E67 color RGB value is (167,126,103).

  • red value is 167;
  • green value is 126;
  • blue value is 103.
RGB:
(167,126,103)
(65%,49%,40%)

RGB channels and saturation

R 167 of 255 = 65%
G 126 of 255 = 49%
B 103 of 255 = 40%

167
126
103

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

Portions of RGB colors in percentages

R + G + B =
167 + 126 + 103 = 396 (100%)
R 167 of 396 ~ 42.17%
G 126 of 396 ~ 31.82%
B 103 of 396 ~ 26.01%

%42.17
%31.82
%26.01

CMYK color model

#A77E67 color CMYK value is (0,25,38,35).

  • cyan value is 0.00%
  • magenta value is 24.55%
  • yellow value is 38.32%
  • key color value is 34.51%
CMYK:
(0,25,38,35)
C0M25Y38K35 
(0%,25%,38%,35%)
(0.00/0.25/0.38/0.35)	

CMYK percentages

%0
%24.55
%38.32
%34.51

Codes

Color #A77E67 in popluar color models

A77E67
RGB167126103
HSL22°26.67%52.94%
HSB/HSV22°38.32%65.49%
CMYK0.00%24.55%38.32%
34.51%

Color #A77E67 in popluar number systems.

HEXA77E67
Decimal167126103
Binary1010011111111101100111
Octal247176147

Shades and tints

Shades of #A77E67

#A77E67
(167,126,103)
#98735E
(152,115,94)
#896855
(137,104,85)
#7A5D4C
(122,93,76)
#6B5243
(107,82,67)
#5C473A
(92,71,58)
#4D3C31
(77,60,49)
#3E3128
(62,49,40)
#2F261F
(47,38,31)
#201B16
(32,27,22)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #A77E67

#A77E67
(167,126,103)
#AF8974
(175,137,116)
#B79481
(183,148,129)
#BF9F8E
(191,159,142)
#C7AA9B
(199,170,155)
#CFB5A8
(207,181,168)
#D7C0B5
(215,192,181)
#DFCBC2
(223,203,194)
#E7D6CF
(231,214,207)
#EFE1DC
(239,225,220)
#F7ECE9
(247,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77E67 color. Also use rgb(167,126,103) instead hex code.

Text Font Color

.myTextColor { color: #A77E67; }

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

This text font color is #A77E67.


Background Color

.myBgColor { background-color: #A77E67; }

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

This div background color is #A77E67.


Border color

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

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

This div border color is #A77E67.


Opacity

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

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

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

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

This text has shadow with #A77E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77E67 on black background.


Color preview on white background

This text has color #A77E67 on white background.



Black color preview on #A77E67 background

This text has black color on #A77E67 background.


White color preview on #A77E67 background

This text has white color on #A77E67 background.