COLOR #A9947D

HEX: #A9947D
RGB: (169,148,125)

Color info

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

RGB color model

#A9947D color RGB value is (169,148,125).

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

RGB channels and saturation

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

169
148
125

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

Portions of RGB colors in percentages

R + G + B =
169 + 148 + 125 = 442 (100%)
R 169 of 442 ~ 38.24%
G 148 of 442 ~ 33.48%
B 125 of 442 ~ 28.28%

%38.24
%33.48
%28.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.43%
  • 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
%12.43
%26.04
%33.73

Codes

Color #A9947D in popluar color models

A9947D
RGB169148125
HSL31°20.37%57.65%
HSB/HSV31°26.04%66.27%
CMYK0.00%12.43%26.04%
33.73%

Color #A9947D in popluar number systems.

HEXA9947D
Decimal169148125
Binary10101001100101001111101
Octal251224175

Shades and tints

Shades of #A9947D

#A9947D
(169,148,125)
#9A8772
(154,135,114)
#8B7A67
(139,122,103)
#7C6D5C
(124,109,92)
#6D6051
(109,96,81)
#5E5346
(94,83,70)
#4F463B
(79,70,59)
#403930
(64,57,48)
#312C25
(49,44,37)
#221F1A
(34,31,26)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #A9947D

#A9947D
(169,148,125)
#B09D88
(176,157,136)
#B7A693
(183,166,147)
#BEAF9E
(190,175,158)
#C5B8A9
(197,184,169)
#CCC1B4
(204,193,180)
#D3CABF
(211,202,191)
#DAD3CA
(218,211,202)
#E1DCD5
(225,220,213)
#E8E5E0
(232,229,224)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9947D; }

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

This text font color is #A9947D.


Background Color

.myBgColor { background-color: #A9947D; }

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

This div background color is #A9947D.


Border color

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

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

This div border color is #A9947D.


Opacity

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

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

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

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

This text has shadow with #A9947D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9947D on black background.


Color preview on white background

This text has color #A9947D on white background.



Black color preview on #A9947D background

This text has black color on #A9947D background.


White color preview on #A9947D background

This text has white color on #A9947D background.