COLOR #A69D80

HEX: #A69D80
RGB: (166,157,128)

Color info

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

RGB color model

#A69D80 color RGB value is (166,157,128).

  • red value is 166;
  • green value is 157;
  • blue value is 128.
RGB:
(166,157,128)
(65%,62%,50%)

RGB channels and saturation

R 166 of 255 = 65%
G 157 of 255 = 62%
B 128 of 255 = 50%

166
157
128

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

Portions of RGB colors in percentages

R + G + B =
166 + 157 + 128 = 451 (100%)
R 166 of 451 ~ 36.81%
G 157 of 451 ~ 34.81%
B 128 of 451 ~ 28.38%

%36.81
%34.81
%28.38

CMYK color model

#A69D80 color CMYK value is (0,5,23,35).

  • cyan value is 0.00%
  • magenta value is 5.42%
  • yellow value is 22.89%
  • key color value is 34.90%
CMYK:
(0,5,23,35)
C0M5Y23K35 
(0%,5%,23%,35%)
(0.00/0.05/0.23/0.35)	

CMYK percentages

%0
%5.42
%22.89
%34.9

Codes

Color #A69D80 in popluar color models

A69D80
RGB166157128
HSL46°17.59%57.65%
HSB/HSV46°22.89%65.10%
CMYK0.00%5.42%22.89%
34.90%

Color #A69D80 in popluar number systems.

HEXA69D80
Decimal166157128
Binary101001101001110110000000
Octal246235200

Shades and tints

Shades of #A69D80

#A69D80
(166,157,128)
#978F75
(151,143,117)
#88816A
(136,129,106)
#79735F
(121,115,95)
#6A6554
(106,101,84)
#5B5749
(91,87,73)
#4C493E
(76,73,62)
#3D3B33
(61,59,51)
#2E2D28
(46,45,40)
#1F1F1D
(31,31,29)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #A69D80

#A69D80
(166,157,128)
#AEA58B
(174,165,139)
#B6AD96
(182,173,150)
#BEB5A1
(190,181,161)
#C6BDAC
(198,189,172)
#CEC5B7
(206,197,183)
#D6CDC2
(214,205,194)
#DED5CD
(222,213,205)
#E6DDD8
(230,221,216)
#EEE5E3
(238,229,227)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69D80 color. Also use rgb(166,157,128) instead hex code.

Text Font Color

.myTextColor { color: #A69D80; }

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

This text font color is #A69D80.


Background Color

.myBgColor { background-color: #A69D80; }

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

This div background color is #A69D80.


Border color

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

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

This div border color is #A69D80.


Opacity

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

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

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

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

This text has shadow with #A69D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69D80 on black background.


Color preview on white background

This text has color #A69D80 on white background.



Black color preview on #A69D80 background

This text has black color on #A69D80 background.


White color preview on #A69D80 background

This text has white color on #A69D80 background.