COLOR #A38593

HEX: #A38593
RGB: (163,133,147)

Color info

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

RGB color model

#A38593 color RGB value is (163,133,147).

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

RGB channels and saturation

R 163 of 255 = 64%
G 133 of 255 = 52%
B 147 of 255 = 58%

163
133
147

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

Portions of RGB colors in percentages

R + G + B =
163 + 133 + 147 = 443 (100%)
R 163 of 443 ~ 36.79%
G 133 of 443 ~ 30.02%
B 147 of 443 ~ 33.18%

%36.79
%30.02
%33.18

CMYK color model

#A38593 color CMYK value is (0,18,10,36).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 9.82%
  • key color value is 36.08%
CMYK:
(0,18,10,36)
C0M18Y10K36 
(0%,18%,10%,36%)
(0.00/0.18/0.10/0.36)	

CMYK percentages

%0
%18.4
%9.82
%36.08

Codes

Color #A38593 in popluar color models

A38593
RGB163133147
HSL332°14.02%58.04%
HSB/HSV332°18.40%63.92%
CMYK0.00%18.40%9.82%
36.08%

Color #A38593 in popluar number systems.

HEXA38593
Decimal163133147
Binary101000111000010110010011
Octal243205223

Shades and tints

Shades of #A38593

#A38593
(163,133,147)
#957986
(149,121,134)
#876D79
(135,109,121)
#79616C
(121,97,108)
#6B555F
(107,85,95)
#5D4952
(93,73,82)
#4F3D45
(79,61,69)
#413138
(65,49,56)
#33252B
(51,37,43)
#25191E
(37,25,30)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #A38593

#A38593
(163,133,147)
#AB909C
(171,144,156)
#B39BA5
(179,155,165)
#BBA6AE
(187,166,174)
#C3B1B7
(195,177,183)
#CBBCC0
(203,188,192)
#D3C7C9
(211,199,201)
#DBD2D2
(219,210,210)
#E3DDDB
(227,221,219)
#EBE8E4
(235,232,228)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38593; }

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

This text font color is #A38593.


Background Color

.myBgColor { background-color: #A38593; }

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

This div background color is #A38593.


Border color

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

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

This div border color is #A38593.


Opacity

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

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

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

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

This text has shadow with #A38593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38593 on black background.


Color preview on white background

This text has color #A38593 on white background.



Black color preview on #A38593 background

This text has black color on #A38593 background.


White color preview on #A38593 background

This text has white color on #A38593 background.