COLOR #A48F8C

HEX: #A48F8C
RGB: (164,143,140)

Color info

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

RGB color model

#A48F8C color RGB value is (164,143,140).

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

RGB channels and saturation

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

164
143
140

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

Portions of RGB colors in percentages

R + G + B =
164 + 143 + 140 = 447 (100%)
R 164 of 447 ~ 36.69%
G 143 of 447 ~ 31.99%
B 140 of 447 ~ 31.32%

%36.69
%31.99
%31.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.80%
  • 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
%12.8
%14.63
%35.69

Codes

Color #A48F8C in popluar color models

A48F8C
RGB164143140
HSL11.65%59.61%
HSB/HSV14.63%64.31%
CMYK0.00%12.80%14.63%
35.69%

Color #A48F8C in popluar number systems.

HEXA48F8C
Decimal164143140
Binary101001001000111110001100
Octal244217214

Shades and tints

Shades of #A48F8C

#A48F8C
(164,143,140)
#968280
(150,130,128)
#887574
(136,117,116)
#7A6868
(122,104,104)
#6C5B5C
(108,91,92)
#5E4E50
(94,78,80)
#504144
(80,65,68)
#423438
(66,52,56)
#34272C
(52,39,44)
#261A20
(38,26,32)
#180D14
(24,13,20)
#000000
(0,0,0)

Tints of #A48F8C

#A48F8C
(164,143,140)
#AC9996
(172,153,150)
#B4A3A0
(180,163,160)
#BCADAA
(188,173,170)
#C4B7B4
(196,183,180)
#CCC1BE
(204,193,190)
#D4CBC8
(212,203,200)
#DCD5D2
(220,213,210)
#E4DFDC
(228,223,220)
#ECE9E6
(236,233,230)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48F8C; }

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

This text font color is #A48F8C.


Background Color

.myBgColor { background-color: #A48F8C; }

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

This div background color is #A48F8C.


Border color

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

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

This div border color is #A48F8C.


Opacity

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

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

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

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

This text has shadow with #A48F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48F8C on black background.


Color preview on white background

This text has color #A48F8C on white background.



Black color preview on #A48F8C background

This text has black color on #A48F8C background.


White color preview on #A48F8C background

This text has white color on #A48F8C background.