COLOR #A38E94

HEX: #A38E94
RGB: (163,142,148)

Color info

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

RGB color model

#A38E94 color RGB value is (163,142,148).

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

RGB channels and saturation

R 163 of 255 = 64%
G 142 of 255 = 56%
B 148 of 255 = 58%

163
142
148

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

Portions of RGB colors in percentages

R + G + B =
163 + 142 + 148 = 453 (100%)
R 163 of 453 ~ 35.98%
G 142 of 453 ~ 31.35%
B 148 of 453 ~ 32.67%

%35.98
%31.35
%32.67

CMYK color model

#A38E94 color CMYK value is (0,13,9,36).

  • cyan value is 0.00%
  • magenta value is 12.88%
  • yellow value is 9.20%
  • key color value is 36.08%
CMYK:
(0,13,9,36)
C0M13Y9K36 
(0%,13%,9%,36%)
(0.00/0.13/0.09/0.36)	

CMYK percentages

%0
%12.88
%9.2
%36.08

Codes

Color #A38E94 in popluar color models

A38E94
RGB163142148
HSL343°10.24%59.80%
HSB/HSV343°12.88%63.92%
CMYK0.00%12.88%9.20%
36.08%

Color #A38E94 in popluar number systems.

HEXA38E94
Decimal163142148
Binary101000111000111010010100
Octal243216224

Shades and tints

Shades of #A38E94

#A38E94
(163,142,148)
#958287
(149,130,135)
#87767A
(135,118,122)
#796A6D
(121,106,109)
#6B5E60
(107,94,96)
#5D5253
(93,82,83)
#4F4646
(79,70,70)
#413A39
(65,58,57)
#332E2C
(51,46,44)
#25221F
(37,34,31)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #A38E94

#A38E94
(163,142,148)
#AB989D
(171,152,157)
#B3A2A6
(179,162,166)
#BBACAF
(187,172,175)
#C3B6B8
(195,182,184)
#CBC0C1
(203,192,193)
#D3CACA
(211,202,202)
#DBD4D3
(219,212,211)
#E3DEDC
(227,222,220)
#EBE8E5
(235,232,229)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38E94; }

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

This text font color is #A38E94.


Background Color

.myBgColor { background-color: #A38E94; }

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

This div background color is #A38E94.


Border color

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

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

This div border color is #A38E94.


Opacity

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

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

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

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

This text has shadow with #A38E94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38E94 on black background.


Color preview on white background

This text has color #A38E94 on white background.



Black color preview on #A38E94 background

This text has black color on #A38E94 background.


White color preview on #A38E94 background

This text has white color on #A38E94 background.