COLOR #A38495

HEX: #A38495
RGB: (163,132,149)

Color info

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

RGB color model

#A38495 color RGB value is (163,132,149).

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

RGB channels and saturation

R 163 of 255 = 64%
G 132 of 255 = 52%
B 149 of 255 = 58%

163
132
149

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

Portions of RGB colors in percentages

R + G + B =
163 + 132 + 149 = 444 (100%)
R 163 of 444 ~ 36.71%
G 132 of 444 ~ 29.73%
B 149 of 444 ~ 33.56%

%36.71
%29.73
%33.56

CMYK color model

#A38495 color CMYK value is (0,19,9,36).

  • cyan value is 0.00%
  • magenta value is 19.02%
  • yellow value is 8.59%
  • key color value is 36.08%
CMYK:
(0,19,9,36)
C0M19Y9K36 
(0%,19%,9%,36%)
(0.00/0.19/0.09/0.36)	

CMYK percentages

%0
%19.02
%8.59
%36.08

Codes

Color #A38495 in popluar color models

A38495
RGB163132149
HSL327°14.42%57.84%
HSB/HSV327°19.02%63.92%
CMYK0.00%19.02%8.59%
36.08%

Color #A38495 in popluar number systems.

HEXA38495
Decimal163132149
Binary101000111000010010010101
Octal243204225

Shades and tints

Shades of #A38495

#A38495
(163,132,149)
#957888
(149,120,136)
#876C7B
(135,108,123)
#79606E
(121,96,110)
#6B5461
(107,84,97)
#5D4854
(93,72,84)
#4F3C47
(79,60,71)
#41303A
(65,48,58)
#33242D
(51,36,45)
#251820
(37,24,32)
#170C13
(23,12,19)
#000000
(0,0,0)

Tints of #A38495

#A38495
(163,132,149)
#AB8F9E
(171,143,158)
#B39AA7
(179,154,167)
#BBA5B0
(187,165,176)
#C3B0B9
(195,176,185)
#CBBBC2
(203,187,194)
#D3C6CB
(211,198,203)
#DBD1D4
(219,209,212)
#E3DCDD
(227,220,221)
#EBE7E6
(235,231,230)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38495 color. Also use rgb(163,132,149) instead hex code.

Text Font Color

.myTextColor { color: #A38495; }

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

This text font color is #A38495.


Background Color

.myBgColor { background-color: #A38495; }

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

This div background color is #A38495.


Border color

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

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

This div border color is #A38495.


Opacity

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

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

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

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

This text has shadow with #A38495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38495 on black background.


Color preview on white background

This text has color #A38495 on white background.



Black color preview on #A38495 background

This text has black color on #A38495 background.


White color preview on #A38495 background

This text has white color on #A38495 background.