COLOR #A77769

HEX: #A77769
RGB: (167,119,105)

Color info

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

RGB color model

#A77769 color RGB value is (167,119,105).

  • red value is 167;
  • green value is 119;
  • blue value is 105.
RGB:
(167,119,105)
(65%,47%,41%)

RGB channels and saturation

R 167 of 255 = 65%
G 119 of 255 = 47%
B 105 of 255 = 41%

167
119
105

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

Portions of RGB colors in percentages

R + G + B =
167 + 119 + 105 = 391 (100%)
R 167 of 391 ~ 42.71%
G 119 of 391 ~ 30.43%
B 105 of 391 ~ 26.85%

%42.71
%30.43
%26.85

CMYK color model

#A77769 color CMYK value is (0,29,37,35).

  • cyan value is 0.00%
  • magenta value is 28.74%
  • yellow value is 37.13%
  • key color value is 34.51%
CMYK:
(0,29,37,35)
C0M29Y37K35 
(0%,29%,37%,35%)
(0.00/0.29/0.37/0.35)	

CMYK percentages

%0
%28.74
%37.13
%34.51

Codes

Color #A77769 in popluar color models

A77769
RGB167119105
HSL14°26.05%53.33%
HSB/HSV14°37.13%65.49%
CMYK0.00%28.74%37.13%
34.51%

Color #A77769 in popluar number systems.

HEXA77769
Decimal167119105
Binary1010011111101111101001
Octal247167151

Shades and tints

Shades of #A77769

#A77769
(167,119,105)
#986D60
(152,109,96)
#896357
(137,99,87)
#7A594E
(122,89,78)
#6B4F45
(107,79,69)
#5C453C
(92,69,60)
#4D3B33
(77,59,51)
#3E312A
(62,49,42)
#2F2721
(47,39,33)
#201D18
(32,29,24)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #A77769

#A77769
(167,119,105)
#AF8376
(175,131,118)
#B78F83
(183,143,131)
#BF9B90
(191,155,144)
#C7A79D
(199,167,157)
#CFB3AA
(207,179,170)
#D7BFB7
(215,191,183)
#DFCBC4
(223,203,196)
#E7D7D1
(231,215,209)
#EFE3DE
(239,227,222)
#F7EFEB
(247,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77769 color. Also use rgb(167,119,105) instead hex code.

Text Font Color

.myTextColor { color: #A77769; }

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

This text font color is #A77769.


Background Color

.myBgColor { background-color: #A77769; }

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

This div background color is #A77769.


Border color

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

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

This div border color is #A77769.


Opacity

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

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

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

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

This text has shadow with #A77769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77769 on black background.


Color preview on white background

This text has color #A77769 on white background.



Black color preview on #A77769 background

This text has black color on #A77769 background.


White color preview on #A77769 background

This text has white color on #A77769 background.