COLOR #A69C8C

HEX: #A69C8C
RGB: (166,156,140)

Color info

#A69C8C contains red, green and blue colors in about the same proportion. Web safe color of #A69C8C is #999999 (or #999).

RGB color model

#A69C8C color RGB value is (166,156,140).

  • red value is 166;
  • green value is 156;
  • blue value is 140.
RGB:
(166,156,140)
(65%,61%,55%)

RGB channels and saturation

R 166 of 255 = 65%
G 156 of 255 = 61%
B 140 of 255 = 55%

166
156
140

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

Portions of RGB colors in percentages

R + G + B =
166 + 156 + 140 = 462 (100%)
R 166 of 462 ~ 35.93%
G 156 of 462 ~ 33.77%
B 140 of 462 ~ 30.3%

%35.93
%33.77
%30.3

CMYK color model

#A69C8C color CMYK value is (0,6,16,35).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 15.66%
  • key color value is 34.90%
CMYK:
(0,6,16,35)
C0M6Y16K35 
(0%,6%,16%,35%)
(0.00/0.06/0.16/0.35)	

CMYK percentages

%0
%6.02
%15.66
%34.9

Codes

Color #A69C8C in popluar color models

A69C8C
RGB166156140
HSL37°12.75%60.00%
HSB/HSV37°15.66%65.10%
CMYK0.00%6.02%15.66%
34.90%

Color #A69C8C in popluar number systems.

HEXA69C8C
Decimal166156140
Binary101001101001110010001100
Octal246234214

Shades and tints

Shades of #A69C8C

#A69C8C
(166,156,140)
#978E80
(151,142,128)
#888074
(136,128,116)
#797268
(121,114,104)
#6A645C
(106,100,92)
#5B5650
(91,86,80)
#4C4844
(76,72,68)
#3D3A38
(61,58,56)
#2E2C2C
(46,44,44)
#1F1E20
(31,30,32)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #A69C8C

#A69C8C
(166,156,140)
#AEA596
(174,165,150)
#B6AEA0
(182,174,160)
#BEB7AA
(190,183,170)
#C6C0B4
(198,192,180)
#CEC9BE
(206,201,190)
#D6D2C8
(214,210,200)
#DEDBD2
(222,219,210)
#E6E4DC
(230,228,220)
#EEEDE6
(238,237,230)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69C8C color. Also use rgb(166,156,140) instead hex code.

Text Font Color

.myTextColor { color: #A69C8C; }

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

This text font color is #A69C8C.


Background Color

.myBgColor { background-color: #A69C8C; }

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

This div background color is #A69C8C.


Border color

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

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

This div border color is #A69C8C.


Opacity

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

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

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

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

This text has shadow with #A69C8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69C8C on black background.


Color preview on white background

This text has color #A69C8C on white background.



Black color preview on #A69C8C background

This text has black color on #A69C8C background.


White color preview on #A69C8C background

This text has white color on #A69C8C background.