COLOR #A77871

HEX: #A77871
RGB: (167,120,113)

Color info

#A77871 contains red, green and blue colors in about the same proportion. Web safe color of #A77871 is #996666 (or #966).

RGB color model

#A77871 color RGB value is (167,120,113).

  • red value is 167;
  • green value is 120;
  • blue value is 113.
RGB:
(167,120,113)
(65%,47%,44%)

RGB channels and saturation

R 167 of 255 = 65%
G 120 of 255 = 47%
B 113 of 255 = 44%

167
120
113

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

Portions of RGB colors in percentages

R + G + B =
167 + 120 + 113 = 400 (100%)
R 167 of 400 ~ 41.75%
G 120 of 400 ~ 30%
B 113 of 400 ~ 28.25%

%41.75
%30
%28.25

CMYK color model

#A77871 color CMYK value is (0,28,32,35).

  • cyan value is 0.00%
  • magenta value is 28.14%
  • yellow value is 32.34%
  • key color value is 34.51%
CMYK:
(0,28,32,35)
C0M28Y32K35 
(0%,28%,32%,35%)
(0.00/0.28/0.32/0.35)	

CMYK percentages

%0
%28.14
%32.34
%34.51

Codes

Color #A77871 in popluar color models

A77871
RGB167120113
HSL23.48%54.90%
HSB/HSV32.34%65.49%
CMYK0.00%28.14%32.34%
34.51%

Color #A77871 in popluar number systems.

HEXA77871
Decimal167120113
Binary1010011111110001110001
Octal247170161

Shades and tints

Shades of #A77871

#A77871
(167,120,113)
#986E67
(152,110,103)
#89645D
(137,100,93)
#7A5A53
(122,90,83)
#6B5049
(107,80,73)
#5C463F
(92,70,63)
#4D3C35
(77,60,53)
#3E322B
(62,50,43)
#2F2821
(47,40,33)
#201E17
(32,30,23)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #A77871

#A77871
(167,120,113)
#AF847D
(175,132,125)
#B79089
(183,144,137)
#BF9C95
(191,156,149)
#C7A8A1
(199,168,161)
#CFB4AD
(207,180,173)
#D7C0B9
(215,192,185)
#DFCCC5
(223,204,197)
#E7D8D1
(231,216,209)
#EFE4DD
(239,228,221)
#F7F0E9
(247,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77871 color. Also use rgb(167,120,113) instead hex code.

Text Font Color

.myTextColor { color: #A77871; }

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

This text font color is #A77871.


Background Color

.myBgColor { background-color: #A77871; }

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

This div background color is #A77871.


Border color

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

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

This div border color is #A77871.


Opacity

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

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

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

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

This text has shadow with #A77871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77871 on black background.


Color preview on white background

This text has color #A77871 on white background.



Black color preview on #A77871 background

This text has black color on #A77871 background.


White color preview on #A77871 background

This text has white color on #A77871 background.