COLOR #A6967D

HEX: #A6967D
RGB: (166,150,125)

Color info

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

RGB color model

#A6967D color RGB value is (166,150,125).

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

RGB channels and saturation

R 166 of 255 = 65%
G 150 of 255 = 59%
B 125 of 255 = 49%

166
150
125

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

Portions of RGB colors in percentages

R + G + B =
166 + 150 + 125 = 441 (100%)
R 166 of 441 ~ 37.64%
G 150 of 441 ~ 34.01%
B 125 of 441 ~ 28.34%

%37.64
%34.01
%28.34

CMYK color model

#A6967D color CMYK value is (0,10,25,35).

  • cyan value is 0.00%
  • magenta value is 9.64%
  • yellow value is 24.70%
  • key color value is 34.90%
CMYK:
(0,10,25,35)
C0M10Y25K35 
(0%,10%,25%,35%)
(0.00/0.10/0.25/0.35)	

CMYK percentages

%0
%9.64
%24.7
%34.9

Codes

Color #A6967D in popluar color models

A6967D
RGB166150125
HSL37°18.72%57.06%
HSB/HSV37°24.70%65.10%
CMYK0.00%9.64%24.70%
34.90%

Color #A6967D in popluar number systems.

HEXA6967D
Decimal166150125
Binary10100110100101101111101
Octal246226175

Shades and tints

Shades of #A6967D

#A6967D
(166,150,125)
#978972
(151,137,114)
#887C67
(136,124,103)
#796F5C
(121,111,92)
#6A6251
(106,98,81)
#5B5546
(91,85,70)
#4C483B
(76,72,59)
#3D3B30
(61,59,48)
#2E2E25
(46,46,37)
#1F211A
(31,33,26)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #A6967D

#A6967D
(166,150,125)
#AE9F88
(174,159,136)
#B6A893
(182,168,147)
#BEB19E
(190,177,158)
#C6BAA9
(198,186,169)
#CEC3B4
(206,195,180)
#D6CCBF
(214,204,191)
#DED5CA
(222,213,202)
#E6DED5
(230,222,213)
#EEE7E0
(238,231,224)
#F6F0EB
(246,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6967D; }

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

This text font color is #A6967D.


Background Color

.myBgColor { background-color: #A6967D; }

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

This div background color is #A6967D.


Border color

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

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

This div border color is #A6967D.


Opacity

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

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

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

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

This text has shadow with #A6967D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6967D on black background.


Color preview on white background

This text has color #A6967D on white background.



Black color preview on #A6967D background

This text has black color on #A6967D background.


White color preview on #A6967D background

This text has white color on #A6967D background.