COLOR #A9957D

HEX: #A9957D RGB: (169,149,125)

Color info

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

RGB color model

#A9957D color RGB value is (169,149,125).

RGB: (169,149,125) (66%, 58%, 49%)

RGB channels and saturation

R 169 of 255 = 66%
G 149 of 255 = 58%
B 125 of 255 = 49%

169
149
125

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

Portions of RGB colors in percentages

R + G + B = 169 + 149 + 125 = 443 (100%)
R 169 of 443 ~ 38.15%
G 149 of 443 ~ 33.63%
B 125 of 443 ~ 28.22'%

%38.15
%33.63
%28.22

CMYK color model

#A9957D color CMYK value is (0,12,26,34).

  • cyan value is 0.00%
  • magenta value is 11.83%
  • yellow value is 26.04%
  • key color value is 33.73%

CMYK: (0,12,26,34)
C0M12Y26K34 (0%, 12%, 26%, 34%)
(0.00 / 0.12 / 0.26 / 0.34)

CMYK percentages

%0
%11.83
%26.04
%33.73

Codes

Color #A9957D in popluar color models

A9 95 7D
RGB 169 149 125
HSL 33° 20.37% 57.65%
HSB/HSV 33° 26.04% 66.27%
CMYK 0.00% 11.83% 26.04%
33.73%

Color #A9957D in popluar number systems.

HEX A9 95 7D
Decimal 169 149 125
Binary 10101001 10010101 1111101
Octal 251 225 175

Shades and tints

Shades of #A9957D

#A9957D
(169,149,125)
#9A8872
(154,136,114)
#8B7B67
(139,123,103)
#7C6E5C
(124,110,92)
#6D6151
(109,97,81)
#5E5446
(94,84,70)
#4F473B
(79,71,59)
#403A30
(64,58,48)
#312D25
(49,45,37)
#22201A
(34,32,26)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #A9957D

#A9957D
(169,149,125)
#B09E88
(176,158,136)
#B7A793
(183,167,147)
#BEB09E
(190,176,158)
#C5B9A9
(197,185,169)
#CCC2B4
(204,194,180)
#D3CBBF
(211,203,191)
#DAD4CA
(218,212,202)
#E1DDD5
(225,221,213)
#E8E6E0
(232,230,224)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9957D; }

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

This text font color is #A9957D.

Background Color

.myBgColor { background-color: #A9957D; }

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

This div background color is #A9957D.

Border color

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

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

This div border color is #A9957D.

Opacity

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

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

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

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

This text has shadow with #A9957D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9957D.

Preview

Color preview on black background

This text has color #A9957D on black background.


Color preview on white background

This text has color #A9957D on white background.


Black color preview on #A9957D background

This text has black color on #A9957D background.


White color preview on #A9957D background

This text has white color on #A9957D background.


Related colors

Complementary color

Complementary color for #hex is #566A82.


I love getcolorcode.com

Triadic colors

1 #7DA995 and #957DA9 with #A9957D are triadic colors.

2 #7D95A9 and #95A97D with #A9957D are triadic colors.