COLOR #A38794

HEX: #A38794
RGB: (163,135,148)

Color info

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

RGB color model

#A38794 color RGB value is (163,135,148).

  • red value is 163;
  • green value is 135;
  • blue value is 148.
RGB:
(163,135,148)
(64%,53%,58%)

RGB channels and saturation

R 163 of 255 = 64%
G 135 of 255 = 53%
B 148 of 255 = 58%

163
135
148

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

Portions of RGB colors in percentages

R + G + B =
163 + 135 + 148 = 446 (100%)
R 163 of 446 ~ 36.55%
G 135 of 446 ~ 30.27%
B 148 of 446 ~ 33.18%

%36.55
%30.27
%33.18

CMYK color model

#A38794 color CMYK value is (0,17,9,36).

  • cyan value is 0.00%
  • magenta value is 17.18%
  • yellow value is 9.20%
  • key color value is 36.08%
CMYK:
(0,17,9,36)
C0M17Y9K36 
(0%,17%,9%,36%)
(0.00/0.17/0.09/0.36)	

CMYK percentages

%0
%17.18
%9.2
%36.08

Codes

Color #A38794 in popluar color models

A38794
RGB163135148
HSL332°13.21%58.43%
HSB/HSV332°17.18%63.92%
CMYK0.00%17.18%9.20%
36.08%

Color #A38794 in popluar number systems.

HEXA38794
Decimal163135148
Binary101000111000011110010100
Octal243207224

Shades and tints

Shades of #A38794

#A38794
(163,135,148)
#957B87
(149,123,135)
#876F7A
(135,111,122)
#79636D
(121,99,109)
#6B5760
(107,87,96)
#5D4B53
(93,75,83)
#4F3F46
(79,63,70)
#413339
(65,51,57)
#33272C
(51,39,44)
#251B1F
(37,27,31)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #A38794

#A38794
(163,135,148)
#AB919D
(171,145,157)
#B39BA6
(179,155,166)
#BBA5AF
(187,165,175)
#C3AFB8
(195,175,184)
#CBB9C1
(203,185,193)
#D3C3CA
(211,195,202)
#DBCDD3
(219,205,211)
#E3D7DC
(227,215,220)
#EBE1E5
(235,225,229)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38794 color. Also use rgb(163,135,148) instead hex code.

Text Font Color

.myTextColor { color: #A38794; }

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

This text font color is #A38794.


Background Color

.myBgColor { background-color: #A38794; }

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

This div background color is #A38794.


Border color

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

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

This div border color is #A38794.


Opacity

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

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

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

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

This text has shadow with #A38794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38794 on black background.


Color preview on white background

This text has color #A38794 on white background.



Black color preview on #A38794 background

This text has black color on #A38794 background.


White color preview on #A38794 background

This text has white color on #A38794 background.