COLOR #A38F97

HEX: #A38F97
RGB: (163,143,151)

Color info

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

RGB color model

#A38F97 color RGB value is (163,143,151).

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

RGB channels and saturation

R 163 of 255 = 64%
G 143 of 255 = 56%
B 151 of 255 = 59%

163
143
151

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

Portions of RGB colors in percentages

R + G + B =
163 + 143 + 151 = 457 (100%)
R 163 of 457 ~ 35.67%
G 143 of 457 ~ 31.29%
B 151 of 457 ~ 33.04%

%35.67
%31.29
%33.04

CMYK color model

#A38F97 color CMYK value is (0,12,7,36).

  • cyan value is 0.00%
  • magenta value is 12.27%
  • yellow value is 7.36%
  • key color value is 36.08%
CMYK:
(0,12,7,36)
C0M12Y7K36 
(0%,12%,7%,36%)
(0.00/0.12/0.07/0.36)	

CMYK percentages

%0
%12.27
%7.36
%36.08

Codes

Color #A38F97 in popluar color models

A38F97
RGB163143151
HSL336°9.80%60.00%
HSB/HSV336°12.27%63.92%
CMYK0.00%12.27%7.36%
36.08%

Color #A38F97 in popluar number systems.

HEXA38F97
Decimal163143151
Binary101000111000111110010111
Octal243217227

Shades and tints

Shades of #A38F97

#A38F97
(163,143,151)
#95828A
(149,130,138)
#87757D
(135,117,125)
#796870
(121,104,112)
#6B5B63
(107,91,99)
#5D4E56
(93,78,86)
#4F4149
(79,65,73)
#41343C
(65,52,60)
#33272F
(51,39,47)
#251A22
(37,26,34)
#170D15
(23,13,21)
#000000
(0,0,0)

Tints of #A38F97

#A38F97
(163,143,151)
#AB99A0
(171,153,160)
#B3A3A9
(179,163,169)
#BBADB2
(187,173,178)
#C3B7BB
(195,183,187)
#CBC1C4
(203,193,196)
#D3CBCD
(211,203,205)
#DBD5D6
(219,213,214)
#E3DFDF
(227,223,223)
#EBE9E8
(235,233,232)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38F97; }

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

This text font color is #A38F97.


Background Color

.myBgColor { background-color: #A38F97; }

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

This div background color is #A38F97.


Border color

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

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

This div border color is #A38F97.


Opacity

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

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

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

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

This text has shadow with #A38F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38F97 on black background.


Color preview on white background

This text has color #A38F97 on white background.



Black color preview on #A38F97 background

This text has black color on #A38F97 background.


White color preview on #A38F97 background

This text has white color on #A38F97 background.