COLOR #A6968D

HEX: #A6968D RGB: (166,150,141)

Color info

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

RGB color model

#A6968D color RGB value is (166,150,141).

RGB: (166,150,141) (65%, 59%, 55%)

RGB channels and saturation

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

166
150
141

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

Portions of RGB colors in percentages

R + G + B = 166 + 150 + 141 = 457 (100%)
R 166 of 457 ~ 36.32%
G 150 of 457 ~ 32.82%
B 141 of 457 ~ 30.85'%

%36.32
%32.82
%30.85

CMYK color model

#A6968D color CMYK value is (0,10,15,35).

  • cyan value is 0.00%
  • magenta value is 9.64%
  • yellow value is 15.06%
  • key color value is 34.90%

CMYK: (0,10,15,35)
C0M10Y15K35 (0%, 10%, 15%, 35%)
(0.00 / 0.10 / 0.15 / 0.35)

CMYK percentages

%0
%9.64
%15.06
%34.9

Codes

Color #A6968D in popluar color models

A6 96 8D
RGB 166 150 141
HSL 22° 12.32% 60.20%
HSB/HSV 22° 15.06% 65.10%
CMYK 0.00% 9.64% 15.06%
34.90%

Color #A6968D in popluar number systems.

HEX A6 96 8D
Decimal 166 150 141
Binary 10100110 10010110 10001101
Octal 246 226 215

Shades and tints

Shades of #A6968D

#A6968D
(166,150,141)
#978981
(151,137,129)
#887C75
(136,124,117)
#796F69
(121,111,105)
#6A625D
(106,98,93)
#5B5551
(91,85,81)
#4C4845
(76,72,69)
#3D3B39
(61,59,57)
#2E2E2D
(46,46,45)
#1F2121
(31,33,33)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #A6968D

#A6968D
(166,150,141)
#AE9F97
(174,159,151)
#B6A8A1
(182,168,161)
#BEB1AB
(190,177,171)
#C6BAB5
(198,186,181)
#CEC3BF
(206,195,191)
#D6CCC9
(214,204,201)
#DED5D3
(222,213,211)
#E6DEDD
(230,222,221)
#EEE7E7
(238,231,231)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6968D; }

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

This text font color is #A6968D.

Background Color

.myBgColor { background-color: #A6968D; }

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

This div background color is #A6968D.

Border color

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

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

This div border color is #A6968D.

Opacity

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

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

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

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

This text has shadow with #A6968D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6968D.

Preview

Color preview on black background

This text has color #A6968D on black background.


Color preview on white background

This text has color #A6968D on white background.


Black color preview on #A6968D background

This text has black color on #A6968D background.


White color preview on #A6968D background

This text has white color on #A6968D background.


Related colors

Complementary color

Complementary color for #hex is #596972.


I love getcolorcode.com

Triadic colors

1 #8DA696 and #968DA6 with #A6968D are triadic colors.

2 #8D96A6 and #96A68D with #A6968D are triadic colors.