COLOR #A6968F

HEX: #A6968F
RGB: (166,150,143)

Color info

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

RGB color model

#A6968F color RGB value is (166,150,143).

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

RGB channels and saturation

R 166 of 255 = 65%
G 150 of 255 = 59%
B 143 of 255 = 56%

166
150
143

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

Portions of RGB colors in percentages

R + G + B =
166 + 150 + 143 = 459 (100%)
R 166 of 459 ~ 36.17%
G 150 of 459 ~ 32.68%
B 143 of 459 ~ 31.15%

%36.17
%32.68
%31.15

CMYK color model

#A6968F color CMYK value is (0,10,14,35).

  • cyan value is 0.00%
  • magenta value is 9.64%
  • yellow value is 13.86%
  • key color value is 34.90%
CMYK:
(0,10,14,35)
C0M10Y14K35 
(0%,10%,14%,35%)
(0.00/0.10/0.14/0.35)	

CMYK percentages

%0
%9.64
%13.86
%34.9

Codes

Color #A6968F in popluar color models

A6968F
RGB166150143
HSL18°11.44%60.59%
HSB/HSV18°13.86%65.10%
CMYK0.00%9.64%13.86%
34.90%

Color #A6968F in popluar number systems.

HEXA6968F
Decimal166150143
Binary101001101001011010001111
Octal246226217

Shades and tints

Shades of #A6968F

#A6968F
(166,150,143)
#978982
(151,137,130)
#887C75
(136,124,117)
#796F68
(121,111,104)
#6A625B
(106,98,91)
#5B554E
(91,85,78)
#4C4841
(76,72,65)
#3D3B34
(61,59,52)
#2E2E27
(46,46,39)
#1F211A
(31,33,26)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #A6968F

#A6968F
(166,150,143)
#AE9F99
(174,159,153)
#B6A8A3
(182,168,163)
#BEB1AD
(190,177,173)
#C6BAB7
(198,186,183)
#CEC3C1
(206,195,193)
#D6CCCB
(214,204,203)
#DED5D5
(222,213,213)
#E6DEDF
(230,222,223)
#EEE7E9
(238,231,233)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6968F; }

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

This text font color is #A6968F.


Background Color

.myBgColor { background-color: #A6968F; }

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

This div background color is #A6968F.


Border color

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

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

This div border color is #A6968F.


Opacity

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

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

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

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

This text has shadow with #A6968F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6968F on black background.


Color preview on white background

This text has color #A6968F on white background.



Black color preview on #A6968F background

This text has black color on #A6968F background.


White color preview on #A6968F background

This text has white color on #A6968F background.