COLOR #A9948E

HEX: #A9948E
RGB: (169,148,142)

Color info

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

RGB color model

#A9948E color RGB value is (169,148,142).

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

RGB channels and saturation

R 169 of 255 = 66%
G 148 of 255 = 58%
B 142 of 255 = 56%

169
148
142

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

Portions of RGB colors in percentages

R + G + B =
169 + 148 + 142 = 459 (100%)
R 169 of 459 ~ 36.82%
G 148 of 459 ~ 32.24%
B 142 of 459 ~ 30.94%

%36.82
%32.24
%30.94

CMYK color model

#A9948E color CMYK value is (0,12,16,34).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 15.98%
  • key color value is 33.73%
CMYK:
(0,12,16,34)
C0M12Y16K34 
(0%,12%,16%,34%)
(0.00/0.12/0.16/0.34)	

CMYK percentages

%0
%12.43
%15.98
%33.73

Codes

Color #A9948E in popluar color models

A9948E
RGB169148142
HSL13°13.57%60.98%
HSB/HSV13°15.98%66.27%
CMYK0.00%12.43%15.98%
33.73%

Color #A9948E in popluar number systems.

HEXA9948E
Decimal169148142
Binary101010011001010010001110
Octal251224216

Shades and tints

Shades of #A9948E

#A9948E
(169,148,142)
#9A8782
(154,135,130)
#8B7A76
(139,122,118)
#7C6D6A
(124,109,106)
#6D605E
(109,96,94)
#5E5352
(94,83,82)
#4F4646
(79,70,70)
#40393A
(64,57,58)
#312C2E
(49,44,46)
#221F22
(34,31,34)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #A9948E

#A9948E
(169,148,142)
#B09D98
(176,157,152)
#B7A6A2
(183,166,162)
#BEAFAC
(190,175,172)
#C5B8B6
(197,184,182)
#CCC1C0
(204,193,192)
#D3CACA
(211,202,202)
#DAD3D4
(218,211,212)
#E1DCDE
(225,220,222)
#E8E5E8
(232,229,232)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9948E; }

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

This text font color is #A9948E.


Background Color

.myBgColor { background-color: #A9948E; }

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

This div background color is #A9948E.


Border color

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

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

This div border color is #A9948E.


Opacity

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

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

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

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

This text has shadow with #A9948E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9948E on black background.


Color preview on white background

This text has color #A9948E on white background.



Black color preview on #A9948E background

This text has black color on #A9948E background.


White color preview on #A9948E background

This text has white color on #A9948E background.