COLOR #A38E91

HEX: #A38E91
RGB: (163,142,145)

Color info

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

RGB color model

#A38E91 color RGB value is (163,142,145).

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

RGB channels and saturation

R 163 of 255 = 64%
G 142 of 255 = 56%
B 145 of 255 = 57%

163
142
145

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

Portions of RGB colors in percentages

R + G + B =
163 + 142 + 145 = 450 (100%)
R 163 of 450 ~ 36.22%
G 142 of 450 ~ 31.56%
B 145 of 450 ~ 32.22%

%36.22
%31.56
%32.22

CMYK color model

#A38E91 color CMYK value is (0,13,11,36).

  • cyan value is 0.00%
  • magenta value is 12.88%
  • yellow value is 11.04%
  • key color value is 36.08%
CMYK:
(0,13,11,36)
C0M13Y11K36 
(0%,13%,11%,36%)
(0.00/0.13/0.11/0.36)	

CMYK percentages

%0
%12.88
%11.04
%36.08

Codes

Color #A38E91 in popluar color models

A38E91
RGB163142145
HSL351°10.24%59.80%
HSB/HSV351°12.88%63.92%
CMYK0.00%12.88%11.04%
36.08%

Color #A38E91 in popluar number systems.

HEXA38E91
Decimal163142145
Binary101000111000111010010001
Octal243216221

Shades and tints

Shades of #A38E91

#A38E91
(163,142,145)
#958284
(149,130,132)
#877677
(135,118,119)
#796A6A
(121,106,106)
#6B5E5D
(107,94,93)
#5D5250
(93,82,80)
#4F4643
(79,70,67)
#413A36
(65,58,54)
#332E29
(51,46,41)
#25221C
(37,34,28)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #A38E91

#A38E91
(163,142,145)
#AB989B
(171,152,155)
#B3A2A5
(179,162,165)
#BBACAF
(187,172,175)
#C3B6B9
(195,182,185)
#CBC0C3
(203,192,195)
#D3CACD
(211,202,205)
#DBD4D7
(219,212,215)
#E3DEE1
(227,222,225)
#EBE8EB
(235,232,235)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38E91; }

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

This text font color is #A38E91.


Background Color

.myBgColor { background-color: #A38E91; }

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

This div background color is #A38E91.


Border color

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

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

This div border color is #A38E91.


Opacity

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

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

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

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

This text has shadow with #A38E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38E91 on black background.


Color preview on white background

This text has color #A38E91 on white background.



Black color preview on #A38E91 background

This text has black color on #A38E91 background.


White color preview on #A38E91 background

This text has white color on #A38E91 background.