COLOR #A38193

HEX: #A38193
RGB: (163,129,147)

Color info

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

RGB color model

#A38193 color RGB value is (163,129,147).

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

RGB channels and saturation

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

163
129
147

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

Portions of RGB colors in percentages

R + G + B =
163 + 129 + 147 = 439 (100%)
R 163 of 439 ~ 37.13%
G 129 of 439 ~ 29.38%
B 147 of 439 ~ 33.49%

%37.13
%29.38
%33.49

CMYK color model

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

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

CMYK percentages

%0
%20.86
%9.82
%36.08

Codes

Color #A38193 in popluar color models

A38193
RGB163129147
HSL328°15.60%57.25%
HSB/HSV328°20.86%63.92%
CMYK0.00%20.86%9.82%
36.08%

Color #A38193 in popluar number systems.

HEXA38193
Decimal163129147
Binary101000111000000110010011
Octal243201223

Shades and tints

Shades of #A38193

#A38193
(163,129,147)
#957686
(149,118,134)
#876B79
(135,107,121)
#79606C
(121,96,108)
#6B555F
(107,85,95)
#5D4A52
(93,74,82)
#4F3F45
(79,63,69)
#413438
(65,52,56)
#33292B
(51,41,43)
#251E1E
(37,30,30)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #A38193

#A38193
(163,129,147)
#AB8C9C
(171,140,156)
#B397A5
(179,151,165)
#BBA2AE
(187,162,174)
#C3ADB7
(195,173,183)
#CBB8C0
(203,184,192)
#D3C3C9
(211,195,201)
#DBCED2
(219,206,210)
#E3D9DB
(227,217,219)
#EBE4E4
(235,228,228)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38193; }

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

This text font color is #A38193.


Background Color

.myBgColor { background-color: #A38193; }

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

This div background color is #A38193.


Border color

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

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

This div border color is #A38193.


Opacity

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

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

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

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

This text has shadow with #A38193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38193 on black background.


Color preview on white background

This text has color #A38193 on white background.



Black color preview on #A38193 background

This text has black color on #A38193 background.


White color preview on #A38193 background

This text has white color on #A38193 background.