COLOR #A38F95

HEX: #A38F95 RGB: (163,143,149)

Color info

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

RGB color model

#A38F95 color RGB value is (163,143,149).

RGB: (163,143,149) (64%, 56%, 58%)

RGB channels and saturation

R 163 of 255 = 64%
G 143 of 255 = 56%
B 149 of 255 = 58%

163
143
149

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

Portions of RGB colors in percentages

R + G + B = 163 + 143 + 149 = 455 (100%)
R 163 of 455 ~ 35.82%
G 143 of 455 ~ 31.43%
B 149 of 455 ~ 32.75'%

%35.82
%31.43
%32.75

CMYK color model

#A38F95 color CMYK value is (0,12,9,36).

  • cyan value is 0.00%
  • magenta value is 12.27%
  • yellow value is 8.59%
  • key color value is 36.08%

CMYK: (0,12,9,36)
C0M12Y9K36 (0%, 12%, 9%, 36%)
(0.00 / 0.12 / 0.09 / 0.36)

CMYK percentages

%0
%12.27
%8.59
%36.08

Codes

Color #A38F95 in popluar color models

A3 8F 95
RGB 163 143 149
HSL 342° 9.80% 60.00%
HSB/HSV 342° 12.27% 63.92%
CMYK 0.00% 12.27% 8.59%
36.08%

Color #A38F95 in popluar number systems.

HEX A3 8F 95
Decimal 163 143 149
Binary 10100011 10001111 10010101
Octal 243 217 225

Shades and tints

Shades of #A38F95

#A38F95
(163,143,149)
#958288
(149,130,136)
#87757B
(135,117,123)
#79686E
(121,104,110)
#6B5B61
(107,91,97)
#5D4E54
(93,78,84)
#4F4147
(79,65,71)
#41343A
(65,52,58)
#33272D
(51,39,45)
#251A20
(37,26,32)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #A38F95

#A38F95
(163,143,149)
#AB999E
(171,153,158)
#B3A3A7
(179,163,167)
#BBADB0
(187,173,176)
#C3B7B9
(195,183,185)
#CBC1C2
(203,193,194)
#D3CBCB
(211,203,203)
#DBD5D4
(219,213,212)
#E3DFDD
(227,223,221)
#EBE9E6
(235,233,230)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38F95; }

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

This text font color is #A38F95.

Background Color

.myBgColor { background-color: #A38F95; }

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

This div background color is #A38F95.

Border color

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

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

This div border color is #A38F95.

Opacity

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

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

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

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

This text has shadow with #A38F95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38F95.

Preview

Color preview on black background

This text has color #A38F95 on black background.


Color preview on white background

This text has color #A38F95 on white background.


Black color preview on #A38F95 background

This text has black color on #A38F95 background.


White color preview on #A38F95 background

This text has white color on #A38F95 background.


Related colors

Complementary color

Complementary color for #hex is #5C706A.


I love getcolorcode.com

Triadic colors

1 #95A38F and #8F95A3 with #A38F95 are triadic colors.

2 #958FA3 and #8FA395 with #A38F95 are triadic colors.