COLOR #A69977

HEX: #A69977
RGB: (166,153,119)

Color info

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

RGB color model

#A69977 color RGB value is (166,153,119).

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

RGB channels and saturation

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

166
153
119

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

Portions of RGB colors in percentages

R + G + B =
166 + 153 + 119 = 438 (100%)
R 166 of 438 ~ 37.9%
G 153 of 438 ~ 34.93%
B 119 of 438 ~ 27.17%

%37.9
%34.93
%27.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.83%
  • 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
%7.83
%28.31
%34.9

Codes

Color #A69977 in popluar color models

A69977
RGB166153119
HSL43°20.89%55.88%
HSB/HSV43°28.31%65.10%
CMYK0.00%7.83%28.31%
34.90%

Color #A69977 in popluar number systems.

HEXA69977
Decimal166153119
Binary10100110100110011110111
Octal246231167

Shades and tints

Shades of #A69977

#A69977
(166,153,119)
#978C6D
(151,140,109)
#887F63
(136,127,99)
#797259
(121,114,89)
#6A654F
(106,101,79)
#5B5845
(91,88,69)
#4C4B3B
(76,75,59)
#3D3E31
(61,62,49)
#2E3127
(46,49,39)
#1F241D
(31,36,29)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #A69977

#A69977
(166,153,119)
#AEA283
(174,162,131)
#B6AB8F
(182,171,143)
#BEB49B
(190,180,155)
#C6BDA7
(198,189,167)
#CEC6B3
(206,198,179)
#D6CFBF
(214,207,191)
#DED8CB
(222,216,203)
#E6E1D7
(230,225,215)
#EEEAE3
(238,234,227)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69977; }

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

This text font color is #A69977.


Background Color

.myBgColor { background-color: #A69977; }

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

This div background color is #A69977.


Border color

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

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

This div border color is #A69977.


Opacity

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

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

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

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

This text has shadow with #A69977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69977 on black background.


Color preview on white background

This text has color #A69977 on white background.



Black color preview on #A69977 background

This text has black color on #A69977 background.


White color preview on #A69977 background

This text has white color on #A69977 background.