COLOR #A48493

HEX: #A48493
RGB: (164,132,147)

Color info

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

RGB color model

#A48493 color RGB value is (164,132,147).

  • red value is 164;
  • green value is 132;
  • blue value is 147.
RGB:
(164,132,147)
(64%,52%,58%)

RGB channels and saturation

R 164 of 255 = 64%
G 132 of 255 = 52%
B 147 of 255 = 58%

164
132
147

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

Portions of RGB colors in percentages

R + G + B =
164 + 132 + 147 = 443 (100%)
R 164 of 443 ~ 37.02%
G 132 of 443 ~ 29.8%
B 147 of 443 ~ 33.18%

%37.02
%29.8
%33.18

CMYK color model

#A48493 color CMYK value is (0,20,10,36).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 10.37%
  • key color value is 35.69%
CMYK:
(0,20,10,36)
C0M20Y10K36 
(0%,20%,10%,36%)
(0.00/0.20/0.10/0.36)	

CMYK percentages

%0
%19.51
%10.37
%35.69

Codes

Color #A48493 in popluar color models

A48493
RGB164132147
HSL332°14.95%58.04%
HSB/HSV332°19.51%64.31%
CMYK0.00%19.51%10.37%
35.69%

Color #A48493 in popluar number systems.

HEXA48493
Decimal164132147
Binary101001001000010010010011
Octal244204223

Shades and tints

Shades of #A48493

#A48493
(164,132,147)
#967886
(150,120,134)
#886C79
(136,108,121)
#7A606C
(122,96,108)
#6C545F
(108,84,95)
#5E4852
(94,72,82)
#503C45
(80,60,69)
#423038
(66,48,56)
#34242B
(52,36,43)
#26181E
(38,24,30)
#180C11
(24,12,17)
#000000
(0,0,0)

Tints of #A48493

#A48493
(164,132,147)
#AC8F9C
(172,143,156)
#B49AA5
(180,154,165)
#BCA5AE
(188,165,174)
#C4B0B7
(196,176,183)
#CCBBC0
(204,187,192)
#D4C6C9
(212,198,201)
#DCD1D2
(220,209,210)
#E4DCDB
(228,220,219)
#ECE7E4
(236,231,228)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48493 color. Also use rgb(164,132,147) instead hex code.

Text Font Color

.myTextColor { color: #A48493; }

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

This text font color is #A48493.


Background Color

.myBgColor { background-color: #A48493; }

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

This div background color is #A48493.


Border color

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

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

This div border color is #A48493.


Opacity

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

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

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

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

This text has shadow with #A48493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48493 on black background.


Color preview on white background

This text has color #A48493 on white background.



Black color preview on #A48493 background

This text has black color on #A48493 background.


White color preview on #A48493 background

This text has white color on #A48493 background.