COLOR #A6957D

HEX: #A6957D
RGB: (166,149,125)

Color info

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

RGB color model

#A6957D color RGB value is (166,149,125).

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

RGB channels and saturation

R 166 of 255 = 65%
G 149 of 255 = 58%
B 125 of 255 = 49%

166
149
125

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

Portions of RGB colors in percentages

R + G + B =
166 + 149 + 125 = 440 (100%)
R 166 of 440 ~ 37.73%
G 149 of 440 ~ 33.86%
B 125 of 440 ~ 28.41%

%37.73
%33.86
%28.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.24%
  • 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
%10.24
%24.7
%34.9

Codes

Color #A6957D in popluar color models

A6957D
RGB166149125
HSL35°18.72%57.06%
HSB/HSV35°24.70%65.10%
CMYK0.00%10.24%24.70%
34.90%

Color #A6957D in popluar number systems.

HEXA6957D
Decimal166149125
Binary10100110100101011111101
Octal246225175

Shades and tints

Shades of #A6957D

#A6957D
(166,149,125)
#978872
(151,136,114)
#887B67
(136,123,103)
#796E5C
(121,110,92)
#6A6151
(106,97,81)
#5B5446
(91,84,70)
#4C473B
(76,71,59)
#3D3A30
(61,58,48)
#2E2D25
(46,45,37)
#1F201A
(31,32,26)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #A6957D

#A6957D
(166,149,125)
#AE9E88
(174,158,136)
#B6A793
(182,167,147)
#BEB09E
(190,176,158)
#C6B9A9
(198,185,169)
#CEC2B4
(206,194,180)
#D6CBBF
(214,203,191)
#DED4CA
(222,212,202)
#E6DDD5
(230,221,213)
#EEE6E0
(238,230,224)
#F6EFEB
(246,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6957D; }

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

This text font color is #A6957D.


Background Color

.myBgColor { background-color: #A6957D; }

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

This div background color is #A6957D.


Border color

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

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

This div border color is #A6957D.


Opacity

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

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

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

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

This text has shadow with #A6957D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6957D on black background.


Color preview on white background

This text has color #A6957D on white background.



Black color preview on #A6957D background

This text has black color on #A6957D background.


White color preview on #A6957D background

This text has white color on #A6957D background.