COLOR #A48C9C

HEX: #A48C9C
RGB: (164,140,156)

Color info

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

RGB color model

#A48C9C color RGB value is (164,140,156).

  • red value is 164;
  • green value is 140;
  • blue value is 156.
RGB:
(164,140,156)
(64%,55%,61%)

RGB channels and saturation

R 164 of 255 = 64%
G 140 of 255 = 55%
B 156 of 255 = 61%

164
140
156

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

Portions of RGB colors in percentages

R + G + B =
164 + 140 + 156 = 460 (100%)
R 164 of 460 ~ 35.65%
G 140 of 460 ~ 30.43%
B 156 of 460 ~ 33.91%

%35.65
%30.43
%33.91

CMYK color model

#A48C9C color CMYK value is (0,15,5,36).

  • cyan value is 0.00%
  • magenta value is 14.63%
  • yellow value is 4.88%
  • key color value is 35.69%
CMYK:
(0,15,5,36)
C0M15Y5K36 
(0%,15%,5%,36%)
(0.00/0.15/0.05/0.36)	

CMYK percentages

%0
%14.63
%4.88
%35.69

Codes

Color #A48C9C in popluar color models

A48C9C
RGB164140156
HSL320°11.65%59.61%
HSB/HSV320°14.63%64.31%
CMYK0.00%14.63%4.88%
35.69%

Color #A48C9C in popluar number systems.

HEXA48C9C
Decimal164140156
Binary101001001000110010011100
Octal244214234

Shades and tints

Shades of #A48C9C

#A48C9C
(164,140,156)
#96808E
(150,128,142)
#887480
(136,116,128)
#7A6872
(122,104,114)
#6C5C64
(108,92,100)
#5E5056
(94,80,86)
#504448
(80,68,72)
#42383A
(66,56,58)
#342C2C
(52,44,44)
#26201E
(38,32,30)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #A48C9C

#A48C9C
(164,140,156)
#AC96A5
(172,150,165)
#B4A0AE
(180,160,174)
#BCAAB7
(188,170,183)
#C4B4C0
(196,180,192)
#CCBEC9
(204,190,201)
#D4C8D2
(212,200,210)
#DCD2DB
(220,210,219)
#E4DCE4
(228,220,228)
#ECE6ED
(236,230,237)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48C9C color. Also use rgb(164,140,156) instead hex code.

Text Font Color

.myTextColor { color: #A48C9C; }

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

This text font color is #A48C9C.


Background Color

.myBgColor { background-color: #A48C9C; }

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

This div background color is #A48C9C.


Border color

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

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

This div border color is #A48C9C.


Opacity

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

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

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

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

This text has shadow with #A48C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48C9C on black background.


Color preview on white background

This text has color #A48C9C on white background.



Black color preview on #A48C9C background

This text has black color on #A48C9C background.


White color preview on #A48C9C background

This text has white color on #A48C9C background.