COLOR #A48E8C

HEX: #A48E8C
RGB: (164,142,140)

Color info

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

RGB color model

#A48E8C color RGB value is (164,142,140).

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

RGB channels and saturation

R 164 of 255 = 64%
G 142 of 255 = 56%
B 140 of 255 = 55%

164
142
140

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

Portions of RGB colors in percentages

R + G + B =
164 + 142 + 140 = 446 (100%)
R 164 of 446 ~ 36.77%
G 142 of 446 ~ 31.84%
B 140 of 446 ~ 31.39%

%36.77
%31.84
%31.39

CMYK color model

#A48E8C color CMYK value is (0,13,15,36).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 14.63%
  • key color value is 35.69%
CMYK:
(0,13,15,36)
C0M13Y15K36 
(0%,13%,15%,36%)
(0.00/0.13/0.15/0.36)	

CMYK percentages

%0
%13.41
%14.63
%35.69

Codes

Color #A48E8C in popluar color models

A48E8C
RGB164142140
HSL11.65%59.61%
HSB/HSV14.63%64.31%
CMYK0.00%13.41%14.63%
35.69%

Color #A48E8C in popluar number systems.

HEXA48E8C
Decimal164142140
Binary101001001000111010001100
Octal244216214

Shades and tints

Shades of #A48E8C

#A48E8C
(164,142,140)
#968280
(150,130,128)
#887674
(136,118,116)
#7A6A68
(122,106,104)
#6C5E5C
(108,94,92)
#5E5250
(94,82,80)
#504644
(80,70,68)
#423A38
(66,58,56)
#342E2C
(52,46,44)
#262220
(38,34,32)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #A48E8C

#A48E8C
(164,142,140)
#AC9896
(172,152,150)
#B4A2A0
(180,162,160)
#BCACAA
(188,172,170)
#C4B6B4
(196,182,180)
#CCC0BE
(204,192,190)
#D4CAC8
(212,202,200)
#DCD4D2
(220,212,210)
#E4DEDC
(228,222,220)
#ECE8E6
(236,232,230)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48E8C; }

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

This text font color is #A48E8C.


Background Color

.myBgColor { background-color: #A48E8C; }

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

This div background color is #A48E8C.


Border color

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

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

This div border color is #A48E8C.


Opacity

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

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

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

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

This text has shadow with #A48E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48E8C on black background.


Color preview on white background

This text has color #A48E8C on white background.



Black color preview on #A48E8C background

This text has black color on #A48E8C background.


White color preview on #A48E8C background

This text has white color on #A48E8C background.