COLOR #A48F8D

HEX: #A48F8D
RGB: (164,143,141)

Color info

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

RGB color model

#A48F8D color RGB value is (164,143,141).

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

RGB channels and saturation

R 164 of 255 = 64%
G 143 of 255 = 56%
B 141 of 255 = 55%

164
143
141

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

Portions of RGB colors in percentages

R + G + B =
164 + 143 + 141 = 448 (100%)
R 164 of 448 ~ 36.61%
G 143 of 448 ~ 31.92%
B 141 of 448 ~ 31.47%

%36.61
%31.92
%31.47

CMYK color model

#A48F8D color CMYK value is (0,13,14,36).

  • cyan value is 0.00%
  • magenta value is 12.80%
  • yellow value is 14.02%
  • key color value is 35.69%
CMYK:
(0,13,14,36)
C0M13Y14K36 
(0%,13%,14%,36%)
(0.00/0.13/0.14/0.36)	

CMYK percentages

%0
%12.8
%14.02
%35.69

Codes

Color #A48F8D in popluar color models

A48F8D
RGB164143141
HSL11.22%59.80%
HSB/HSV14.02%64.31%
CMYK0.00%12.80%14.02%
35.69%

Color #A48F8D in popluar number systems.

HEXA48F8D
Decimal164143141
Binary101001001000111110001101
Octal244217215

Shades and tints

Shades of #A48F8D

#A48F8D
(164,143,141)
#968281
(150,130,129)
#887575
(136,117,117)
#7A6869
(122,104,105)
#6C5B5D
(108,91,93)
#5E4E51
(94,78,81)
#504145
(80,65,69)
#423439
(66,52,57)
#34272D
(52,39,45)
#261A21
(38,26,33)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #A48F8D

#A48F8D
(164,143,141)
#AC9997
(172,153,151)
#B4A3A1
(180,163,161)
#BCADAB
(188,173,171)
#C4B7B5
(196,183,181)
#CCC1BF
(204,193,191)
#D4CBC9
(212,203,201)
#DCD5D3
(220,213,211)
#E4DFDD
(228,223,221)
#ECE9E7
(236,233,231)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48F8D color. Also use rgb(164,143,141) instead hex code.

Text Font Color

.myTextColor { color: #A48F8D; }

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

This text font color is #A48F8D.


Background Color

.myBgColor { background-color: #A48F8D; }

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

This div background color is #A48F8D.


Border color

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

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

This div border color is #A48F8D.


Opacity

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

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

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

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

This text has shadow with #A48F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48F8D on black background.


Color preview on white background

This text has color #A48F8D on white background.



Black color preview on #A48F8D background

This text has black color on #A48F8D background.


White color preview on #A48F8D background

This text has white color on #A48F8D background.