COLOR #A9948D

HEX: #A9948D RGB: (169,148,141)

Color info

#A9948D contains red, green and blue colors in about the same proportion. Web safe color of #A9948D is #999999 (or #999).

RGB color model

#A9948D color RGB value is (169,148,141).

RGB: (169,148,141) (66%, 58%, 55%)

RGB channels and saturation

R 169 of 255 = 66%
G 148 of 255 = 58%
B 141 of 255 = 55%

169
148
141

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

Portions of RGB colors in percentages

R + G + B = 169 + 148 + 141 = 458 (100%)
R 169 of 458 ~ 36.9%
G 148 of 458 ~ 32.31%
B 141 of 458 ~ 30.79'%

%36.9
%32.31
%30.79

CMYK color model

#A9948D color CMYK value is (0,12,17,34).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 16.57%
  • key color value is 33.73%

CMYK: (0,12,17,34)
C0M12Y17K34 (0%, 12%, 17%, 34%)
(0.00 / 0.12 / 0.17 / 0.34)

CMYK percentages

%0
%12.43
%16.57
%33.73

Codes

Color #A9948D in popluar color models

A9 94 8D
RGB 169 148 141
HSL 15° 14.00% 60.78%
HSB/HSV 15° 16.57% 66.27%
CMYK 0.00% 12.43% 16.57%
33.73%

Color #A9948D in popluar number systems.

HEX A9 94 8D
Decimal 169 148 141
Binary 10101001 10010100 10001101
Octal 251 224 215

Shades and tints

Shades of #A9948D

#A9948D
(169,148,141)
#9A8781
(154,135,129)
#8B7A75
(139,122,117)
#7C6D69
(124,109,105)
#6D605D
(109,96,93)
#5E5351
(94,83,81)
#4F4645
(79,70,69)
#403939
(64,57,57)
#312C2D
(49,44,45)
#221F21
(34,31,33)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #A9948D

#A9948D
(169,148,141)
#B09D97
(176,157,151)
#B7A6A1
(183,166,161)
#BEAFAB
(190,175,171)
#C5B8B5
(197,184,181)
#CCC1BF
(204,193,191)
#D3CAC9
(211,202,201)
#DAD3D3
(218,211,211)
#E1DCDD
(225,220,221)
#E8E5E7
(232,229,231)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9948D; }

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

This text font color is #A9948D.

Background Color

.myBgColor { background-color: #A9948D; }

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

This div background color is #A9948D.

Border color

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

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

This div border color is #A9948D.

Opacity

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

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

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

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

This text has shadow with #A9948D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9948D.

Preview

Color preview on black background

This text has color #A9948D on black background.


Color preview on white background

This text has color #A9948D on white background.


Black color preview on #A9948D background

This text has black color on #A9948D background.


White color preview on #A9948D background

This text has white color on #A9948D background.


Related colors

Complementary color

Complementary color for #hex is #566B72.


I love getcolorcode.com

Triadic colors

1 #8DA994 and #948DA9 with #A9948D are triadic colors.

2 #8D94A9 and #94A98D with #A9948D are triadic colors.