COLOR #A48193

HEX: #A48193
RGB: (164,129,147)

Color info

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

RGB color model

#A48193 color RGB value is (164,129,147).

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

RGB channels and saturation

R 164 of 255 = 64%
G 129 of 255 = 51%
B 147 of 255 = 58%

164
129
147

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

Portions of RGB colors in percentages

R + G + B =
164 + 129 + 147 = 440 (100%)
R 164 of 440 ~ 37.27%
G 129 of 440 ~ 29.32%
B 147 of 440 ~ 33.41%

%37.27
%29.32
%33.41

CMYK color model

#A48193 color CMYK value is (0,21,10,36).

  • cyan value is 0.00%
  • magenta value is 21.34%
  • yellow value is 10.37%
  • key color value is 35.69%
CMYK:
(0,21,10,36)
C0M21Y10K36 
(0%,21%,10%,36%)
(0.00/0.21/0.10/0.36)	

CMYK percentages

%0
%21.34
%10.37
%35.69

Codes

Color #A48193 in popluar color models

A48193
RGB164129147
HSL329°16.13%57.45%
HSB/HSV329°21.34%64.31%
CMYK0.00%21.34%10.37%
35.69%

Color #A48193 in popluar number systems.

HEXA48193
Decimal164129147
Binary101001001000000110010011
Octal244201223

Shades and tints

Shades of #A48193

#A48193
(164,129,147)
#967686
(150,118,134)
#886B79
(136,107,121)
#7A606C
(122,96,108)
#6C555F
(108,85,95)
#5E4A52
(94,74,82)
#503F45
(80,63,69)
#423438
(66,52,56)
#34292B
(52,41,43)
#261E1E
(38,30,30)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #A48193

#A48193
(164,129,147)
#AC8C9C
(172,140,156)
#B497A5
(180,151,165)
#BCA2AE
(188,162,174)
#C4ADB7
(196,173,183)
#CCB8C0
(204,184,192)
#D4C3C9
(212,195,201)
#DCCED2
(220,206,210)
#E4D9DB
(228,217,219)
#ECE4E4
(236,228,228)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48193; }

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

This text font color is #A48193.


Background Color

.myBgColor { background-color: #A48193; }

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

This div background color is #A48193.


Border color

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

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

This div border color is #A48193.


Opacity

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

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

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

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

This text has shadow with #A48193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48193 on black background.


Color preview on white background

This text has color #A48193 on white background.



Black color preview on #A48193 background

This text has black color on #A48193 background.


White color preview on #A48193 background

This text has white color on #A48193 background.