COLOR #A39991

HEX: #A39991 RGB: (163,153,145)

Color info

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

RGB color model

#A39991 color RGB value is (163,153,145).

RGB: (163,153,145) (64%, 60%, 57%)

RGB channels and saturation

R 163 of 255 = 64%
G 153 of 255 = 60%
B 145 of 255 = 57%

163
153
145

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

Portions of RGB colors in percentages

R + G + B = 163 + 153 + 145 = 461 (100%)
R 163 of 461 ~ 35.36%
G 153 of 461 ~ 33.19%
B 145 of 461 ~ 31.45'%

%35.36
%33.19
%31.45

CMYK color model

#A39991 color CMYK value is (0,6,11,36).

  • cyan value is 0.00%
  • magenta value is 6.13%
  • yellow value is 11.04%
  • key color value is 36.08%

CMYK: (0,6,11,36)
C0M6Y11K36 (0%, 6%, 11%, 36%)
(0.00 / 0.06 / 0.11 / 0.36)

CMYK percentages

%0
%6.13
%11.04
%36.08

Codes

Color #A39991 in popluar color models

A3 99 91
RGB 163 153 145
HSL 27° 8.91% 60.39%
HSB/HSV 27° 11.04% 63.92%
CMYK 0.00% 6.13% 11.04%
36.08%

Color #A39991 in popluar number systems.

HEX A3 99 91
Decimal 163 153 145
Binary 10100011 10011001 10010001
Octal 243 231 221

Shades and tints

Shades of #A39991

#A39991
(163,153,145)
#958C84
(149,140,132)
#877F77
(135,127,119)
#79726A
(121,114,106)
#6B655D
(107,101,93)
#5D5850
(93,88,80)
#4F4B43
(79,75,67)
#413E36
(65,62,54)
#333129
(51,49,41)
#25241C
(37,36,28)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #A39991

#A39991
(163,153,145)
#ABA29B
(171,162,155)
#B3ABA5
(179,171,165)
#BBB4AF
(187,180,175)
#C3BDB9
(195,189,185)
#CBC6C3
(203,198,195)
#D3CFCD
(211,207,205)
#DBD8D7
(219,216,215)
#E3E1E1
(227,225,225)
#EBEAEB
(235,234,235)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39991; }

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

This text font color is #A39991.

Background Color

.myBgColor { background-color: #A39991; }

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

This div background color is #A39991.

Border color

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

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

This div border color is #A39991.

Opacity

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

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

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

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

This text has shadow with #A39991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39991.

Preview

Color preview on black background

This text has color #A39991 on black background.


Color preview on white background

This text has color #A39991 on white background.


Black color preview on #A39991 background

This text has black color on #A39991 background.


White color preview on #A39991 background

This text has white color on #A39991 background.


Related colors

Complementary color

Complementary color for #hex is #5C666E.


I love getcolorcode.com

Triadic colors

1 #91A399 and #9991A3 with #A39991 are triadic colors.

2 #9199A3 and #99A391 with #A39991 are triadic colors.