COLOR #A6968C

HEX: #A6968C
RGB: (166,150,140)

Color info

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

RGB color model

#A6968C color RGB value is (166,150,140).

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

RGB channels and saturation

R 166 of 255 = 65%
G 150 of 255 = 59%
B 140 of 255 = 55%

166
150
140

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

Portions of RGB colors in percentages

R + G + B =
166 + 150 + 140 = 456 (100%)
R 166 of 456 ~ 36.4%
G 150 of 456 ~ 32.89%
B 140 of 456 ~ 30.7%

%36.4
%32.89
%30.7

CMYK color model

#A6968C color CMYK value is (0,10,16,35).

  • cyan value is 0.00%
  • magenta value is 9.64%
  • yellow value is 15.66%
  • key color value is 34.90%
CMYK:
(0,10,16,35)
C0M10Y16K35 
(0%,10%,16%,35%)
(0.00/0.10/0.16/0.35)	

CMYK percentages

%0
%9.64
%15.66
%34.9

Codes

Color #A6968C in popluar color models

A6968C
RGB166150140
HSL23°12.75%60.00%
HSB/HSV23°15.66%65.10%
CMYK0.00%9.64%15.66%
34.90%

Color #A6968C in popluar number systems.

HEXA6968C
Decimal166150140
Binary101001101001011010001100
Octal246226214

Shades and tints

Shades of #A6968C

#A6968C
(166,150,140)
#978980
(151,137,128)
#887C74
(136,124,116)
#796F68
(121,111,104)
#6A625C
(106,98,92)
#5B5550
(91,85,80)
#4C4844
(76,72,68)
#3D3B38
(61,59,56)
#2E2E2C
(46,46,44)
#1F2120
(31,33,32)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #A6968C

#A6968C
(166,150,140)
#AE9F96
(174,159,150)
#B6A8A0
(182,168,160)
#BEB1AA
(190,177,170)
#C6BAB4
(198,186,180)
#CEC3BE
(206,195,190)
#D6CCC8
(214,204,200)
#DED5D2
(222,213,210)
#E6DEDC
(230,222,220)
#EEE7E6
(238,231,230)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6968C; }

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

This text font color is #A6968C.


Background Color

.myBgColor { background-color: #A6968C; }

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

This div background color is #A6968C.


Border color

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

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

This div border color is #A6968C.


Opacity

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

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

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

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

This text has shadow with #A6968C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6968C on black background.


Color preview on white background

This text has color #A6968C on white background.



Black color preview on #A6968C background

This text has black color on #A6968C background.


White color preview on #A6968C background

This text has white color on #A6968C background.