COLOR #A8948D

HEX: #A8948D
RGB: (168,148,141)

Color info

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

RGB color model

#A8948D color RGB value is (168,148,141).

  • red value is 168;
  • green value is 148;
  • blue value is 141.
RGB:
(168,148,141)
(66%,58%,55%)

RGB channels and saturation

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

168
148
141

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

Portions of RGB colors in percentages

R + G + B =
168 + 148 + 141 = 457 (100%)
R 168 of 457 ~ 36.76%
G 148 of 457 ~ 32.39%
B 141 of 457 ~ 30.85%

%36.76
%32.39
%30.85

CMYK color model

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

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

CMYK percentages

%0
%11.9
%16.07
%34.12

Codes

Color #A8948D in popluar color models

A8948D
RGB168148141
HSL16°13.43%60.59%
HSB/HSV16°16.07%65.88%
CMYK0.00%11.90%16.07%
34.12%

Color #A8948D in popluar number systems.

HEXA8948D
Decimal168148141
Binary101010001001010010001101
Octal250224215

Shades and tints

Shades of #A8948D

#A8948D
(168,148,141)
#998781
(153,135,129)
#8A7A75
(138,122,117)
#7B6D69
(123,109,105)
#6C605D
(108,96,93)
#5D5351
(93,83,81)
#4E4645
(78,70,69)
#3F3939
(63,57,57)
#302C2D
(48,44,45)
#211F21
(33,31,33)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #A8948D

#A8948D
(168,148,141)
#AF9D97
(175,157,151)
#B6A6A1
(182,166,161)
#BDAFAB
(189,175,171)
#C4B8B5
(196,184,181)
#CBC1BF
(203,193,191)
#D2CAC9
(210,202,201)
#D9D3D3
(217,211,211)
#E0DCDD
(224,220,221)
#E7E5E7
(231,229,231)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8948D; }

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

This text font color is #A8948D.


Background Color

.myBgColor { background-color: #A8948D; }

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

This div background color is #A8948D.


Border color

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

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

This div border color is #A8948D.


Opacity

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

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

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

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

This text has shadow with #A8948D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8948D on black background.


Color preview on white background

This text has color #A8948D on white background.



Black color preview on #A8948D background

This text has black color on #A8948D background.


White color preview on #A8948D background

This text has white color on #A8948D background.