COLOR #A9947C

HEX: #A9947C
RGB: (169,148,124)

Color info

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

RGB color model

#A9947C color RGB value is (169,148,124).

  • red value is 169;
  • green value is 148;
  • blue value is 124.
RGB:
(169,148,124)
(66%,58%,49%)

RGB channels and saturation

R 169 of 255 = 66%
G 148 of 255 = 58%
B 124 of 255 = 49%

169
148
124

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

Portions of RGB colors in percentages

R + G + B =
169 + 148 + 124 = 441 (100%)
R 169 of 441 ~ 38.32%
G 148 of 441 ~ 33.56%
B 124 of 441 ~ 28.12%

%38.32
%33.56
%28.12

CMYK color model

#A9947C color CMYK value is (0,12,27,34).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 26.63%
  • key color value is 33.73%
CMYK:
(0,12,27,34)
C0M12Y27K34 
(0%,12%,27%,34%)
(0.00/0.12/0.27/0.34)	

CMYK percentages

%0
%12.43
%26.63
%33.73

Codes

Color #A9947C in popluar color models

A9947C
RGB169148124
HSL32°20.74%57.45%
HSB/HSV32°26.63%66.27%
CMYK0.00%12.43%26.63%
33.73%

Color #A9947C in popluar number systems.

HEXA9947C
Decimal169148124
Binary10101001100101001111100
Octal251224174

Shades and tints

Shades of #A9947C

#A9947C
(169,148,124)
#9A8771
(154,135,113)
#8B7A66
(139,122,102)
#7C6D5B
(124,109,91)
#6D6050
(109,96,80)
#5E5345
(94,83,69)
#4F463A
(79,70,58)
#40392F
(64,57,47)
#312C24
(49,44,36)
#221F19
(34,31,25)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #A9947C

#A9947C
(169,148,124)
#B09D87
(176,157,135)
#B7A692
(183,166,146)
#BEAF9D
(190,175,157)
#C5B8A8
(197,184,168)
#CCC1B3
(204,193,179)
#D3CABE
(211,202,190)
#DAD3C9
(218,211,201)
#E1DCD4
(225,220,212)
#E8E5DF
(232,229,223)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9947C color. Also use rgb(169,148,124) instead hex code.

Text Font Color

.myTextColor { color: #A9947C; }

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

This text font color is #A9947C.


Background Color

.myBgColor { background-color: #A9947C; }

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

This div background color is #A9947C.


Border color

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

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

This div border color is #A9947C.


Opacity

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

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

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

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

This text has shadow with #A9947C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9947C on black background.


Color preview on white background

This text has color #A9947C on white background.



Black color preview on #A9947C background

This text has black color on #A9947C background.


White color preview on #A9947C background

This text has white color on #A9947C background.