COLOR #A77869

HEX: #A77869
RGB: (167,120,105)

Color info

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

RGB color model

#A77869 color RGB value is (167,120,105).

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

RGB channels and saturation

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

167
120
105

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

Portions of RGB colors in percentages

R + G + B =
167 + 120 + 105 = 392 (100%)
R 167 of 392 ~ 42.6%
G 120 of 392 ~ 30.61%
B 105 of 392 ~ 26.79%

%42.6
%30.61
%26.79

CMYK color model

#A77869 color CMYK value is (0,28,37,35).

  • cyan value is 0.00%
  • magenta value is 28.14%
  • yellow value is 37.13%
  • key color value is 34.51%
CMYK:
(0,28,37,35)
C0M28Y37K35 
(0%,28%,37%,35%)
(0.00/0.28/0.37/0.35)	

CMYK percentages

%0
%28.14
%37.13
%34.51

Codes

Color #A77869 in popluar color models

A77869
RGB167120105
HSL15°26.05%53.33%
HSB/HSV15°37.13%65.49%
CMYK0.00%28.14%37.13%
34.51%

Color #A77869 in popluar number systems.

HEXA77869
Decimal167120105
Binary1010011111110001101001
Octal247170151

Shades and tints

Shades of #A77869

#A77869
(167,120,105)
#986E60
(152,110,96)
#896457
(137,100,87)
#7A5A4E
(122,90,78)
#6B5045
(107,80,69)
#5C463C
(92,70,60)
#4D3C33
(77,60,51)
#3E322A
(62,50,42)
#2F2821
(47,40,33)
#201E18
(32,30,24)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #A77869

#A77869
(167,120,105)
#AF8476
(175,132,118)
#B79083
(183,144,131)
#BF9C90
(191,156,144)
#C7A89D
(199,168,157)
#CFB4AA
(207,180,170)
#D7C0B7
(215,192,183)
#DFCCC4
(223,204,196)
#E7D8D1
(231,216,209)
#EFE4DE
(239,228,222)
#F7F0EB
(247,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77869; }

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

This text font color is #A77869.


Background Color

.myBgColor { background-color: #A77869; }

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

This div background color is #A77869.


Border color

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

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

This div border color is #A77869.


Opacity

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

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

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

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

This text has shadow with #A77869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77869 on black background.


Color preview on white background

This text has color #A77869 on white background.



Black color preview on #A77869 background

This text has black color on #A77869 background.


White color preview on #A77869 background

This text has white color on #A77869 background.