COLOR #A38F91

HEX: #A38F91
RGB: (163,143,145)

Color info

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

RGB color model

#A38F91 color RGB value is (163,143,145).

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

RGB channels and saturation

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

163
143
145

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

Portions of RGB colors in percentages

R + G + B =
163 + 143 + 145 = 451 (100%)
R 163 of 451 ~ 36.14%
G 143 of 451 ~ 31.71%
B 145 of 451 ~ 32.15%

%36.14
%31.71
%32.15

CMYK color model

#A38F91 color CMYK value is (0,12,11,36).

  • cyan value is 0.00%
  • magenta value is 12.27%
  • yellow value is 11.04%
  • key color value is 36.08%
CMYK:
(0,12,11,36)
C0M12Y11K36 
(0%,12%,11%,36%)
(0.00/0.12/0.11/0.36)	

CMYK percentages

%0
%12.27
%11.04
%36.08

Codes

Color #A38F91 in popluar color models

A38F91
RGB163143145
HSL354°9.80%60.00%
HSB/HSV354°12.27%63.92%
CMYK0.00%12.27%11.04%
36.08%

Color #A38F91 in popluar number systems.

HEXA38F91
Decimal163143145
Binary101000111000111110010001
Octal243217221

Shades and tints

Shades of #A38F91

#A38F91
(163,143,145)
#958284
(149,130,132)
#877577
(135,117,119)
#79686A
(121,104,106)
#6B5B5D
(107,91,93)
#5D4E50
(93,78,80)
#4F4143
(79,65,67)
#413436
(65,52,54)
#332729
(51,39,41)
#251A1C
(37,26,28)
#170D0F
(23,13,15)
#000000
(0,0,0)

Tints of #A38F91

#A38F91
(163,143,145)
#AB999B
(171,153,155)
#B3A3A5
(179,163,165)
#BBADAF
(187,173,175)
#C3B7B9
(195,183,185)
#CBC1C3
(203,193,195)
#D3CBCD
(211,203,205)
#DBD5D7
(219,213,215)
#E3DFE1
(227,223,225)
#EBE9EB
(235,233,235)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38F91; }

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

This text font color is #A38F91.


Background Color

.myBgColor { background-color: #A38F91; }

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

This div background color is #A38F91.


Border color

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

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

This div border color is #A38F91.


Opacity

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

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

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

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

This text has shadow with #A38F91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38F91 on black background.


Color preview on white background

This text has color #A38F91 on white background.



Black color preview on #A38F91 background

This text has black color on #A38F91 background.


White color preview on #A38F91 background

This text has white color on #A38F91 background.