COLOR #A69777

HEX: #A69777
RGB: (166,151,119)

Color info

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

RGB color model

#A69777 color RGB value is (166,151,119).

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

RGB channels and saturation

R 166 of 255 = 65%
G 151 of 255 = 59%
B 119 of 255 = 47%

166
151
119

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

Portions of RGB colors in percentages

R + G + B =
166 + 151 + 119 = 436 (100%)
R 166 of 436 ~ 38.07%
G 151 of 436 ~ 34.63%
B 119 of 436 ~ 27.29%

%38.07
%34.63
%27.29

CMYK color model

#A69777 color CMYK value is (0,9,28,35).

  • cyan value is 0.00%
  • magenta value is 9.04%
  • yellow value is 28.31%
  • key color value is 34.90%
CMYK:
(0,9,28,35)
C0M9Y28K35 
(0%,9%,28%,35%)
(0.00/0.09/0.28/0.35)	

CMYK percentages

%0
%9.04
%28.31
%34.9

Codes

Color #A69777 in popluar color models

A69777
RGB166151119
HSL41°20.89%55.88%
HSB/HSV41°28.31%65.10%
CMYK0.00%9.04%28.31%
34.90%

Color #A69777 in popluar number systems.

HEXA69777
Decimal166151119
Binary10100110100101111110111
Octal246227167

Shades and tints

Shades of #A69777

#A69777
(166,151,119)
#978A6D
(151,138,109)
#887D63
(136,125,99)
#797059
(121,112,89)
#6A634F
(106,99,79)
#5B5645
(91,86,69)
#4C493B
(76,73,59)
#3D3C31
(61,60,49)
#2E2F27
(46,47,39)
#1F221D
(31,34,29)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #A69777

#A69777
(166,151,119)
#AEA083
(174,160,131)
#B6A98F
(182,169,143)
#BEB29B
(190,178,155)
#C6BBA7
(198,187,167)
#CEC4B3
(206,196,179)
#D6CDBF
(214,205,191)
#DED6CB
(222,214,203)
#E6DFD7
(230,223,215)
#EEE8E3
(238,232,227)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69777; }

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

This text font color is #A69777.


Background Color

.myBgColor { background-color: #A69777; }

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

This div background color is #A69777.


Border color

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

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

This div border color is #A69777.


Opacity

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

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

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

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

This text has shadow with #A69777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69777 on black background.


Color preview on white background

This text has color #A69777 on white background.



Black color preview on #A69777 background

This text has black color on #A69777 background.


White color preview on #A69777 background

This text has white color on #A69777 background.