COLOR #A69877

HEX: #A69877
RGB: (166,152,119)

Color info

#A69877 contains red, green and blue colors in about the same proportion. Web safe color of #A69877 is #999966 (or #996).

RGB color model

#A69877 color RGB value is (166,152,119).

  • red value is 166;
  • green value is 152;
  • blue value is 119.
RGB:
(166,152,119)
(65%,60%,47%)

RGB channels and saturation

R 166 of 255 = 65%
G 152 of 255 = 60%
B 119 of 255 = 47%

166
152
119

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

Portions of RGB colors in percentages

R + G + B =
166 + 152 + 119 = 437 (100%)
R 166 of 437 ~ 37.99%
G 152 of 437 ~ 34.78%
B 119 of 437 ~ 27.23%

%37.99
%34.78
%27.23

CMYK color model

#A69877 color CMYK value is (0,8,28,35).

  • cyan value is 0.00%
  • magenta value is 8.43%
  • yellow value is 28.31%
  • key color value is 34.90%
CMYK:
(0,8,28,35)
C0M8Y28K35 
(0%,8%,28%,35%)
(0.00/0.08/0.28/0.35)	

CMYK percentages

%0
%8.43
%28.31
%34.9

Codes

Color #A69877 in popluar color models

A69877
RGB166152119
HSL42°20.89%55.88%
HSB/HSV42°28.31%65.10%
CMYK0.00%8.43%28.31%
34.90%

Color #A69877 in popluar number systems.

HEXA69877
Decimal166152119
Binary10100110100110001110111
Octal246230167

Shades and tints

Shades of #A69877

#A69877
(166,152,119)
#978B6D
(151,139,109)
#887E63
(136,126,99)
#797159
(121,113,89)
#6A644F
(106,100,79)
#5B5745
(91,87,69)
#4C4A3B
(76,74,59)
#3D3D31
(61,61,49)
#2E3027
(46,48,39)
#1F231D
(31,35,29)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #A69877

#A69877
(166,152,119)
#AEA183
(174,161,131)
#B6AA8F
(182,170,143)
#BEB39B
(190,179,155)
#C6BCA7
(198,188,167)
#CEC5B3
(206,197,179)
#D6CEBF
(214,206,191)
#DED7CB
(222,215,203)
#E6E0D7
(230,224,215)
#EEE9E3
(238,233,227)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69877 color. Also use rgb(166,152,119) instead hex code.

Text Font Color

.myTextColor { color: #A69877; }

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

This text font color is #A69877.


Background Color

.myBgColor { background-color: #A69877; }

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

This div background color is #A69877.


Border color

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

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

This div border color is #A69877.


Opacity

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

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

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

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

This text has shadow with #A69877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69877 on black background.


Color preview on white background

This text has color #A69877 on white background.



Black color preview on #A69877 background

This text has black color on #A69877 background.


White color preview on #A69877 background

This text has white color on #A69877 background.