COLOR #A39775

HEX: #A39775 RGB: (163,151,117)

Color info

#A39775 contains red, green and blue colors in about the same proportion. Web safe color of #A39775 is #999966 (or #996).

RGB color model

#A39775 color RGB value is (163,151,117).

RGB: (163,151,117) (64%, 59%, 46%)

RGB channels and saturation

R 163 of 255 = 64%
G 151 of 255 = 59%
B 117 of 255 = 46%

163
151
117

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

Portions of RGB colors in percentages

R + G + B = 163 + 151 + 117 = 431 (100%)
R 163 of 431 ~ 37.82%
G 151 of 431 ~ 35.03%
B 117 of 431 ~ 27.15'%

%37.82
%35.03
%27.15

CMYK color model

#A39775 color CMYK value is (0,7,28,36).

  • cyan value is 0.00%
  • magenta value is 7.36%
  • yellow value is 28.22%
  • key color value is 36.08%

CMYK: (0,7,28,36)
C0M7Y28K36 (0%, 7%, 28%, 36%)
(0.00 / 0.07 / 0.28 / 0.36)

CMYK percentages

%0
%7.36
%28.22
%36.08

Codes

Color #A39775 in popluar color models

A3 97 75
RGB 163 151 117
HSL 44° 20.00% 54.90%
HSB/HSV 44° 28.22% 63.92%
CMYK 0.00% 7.36% 28.22%
36.08%

Color #A39775 in popluar number systems.

HEX A3 97 75
Decimal 163 151 117
Binary 10100011 10010111 1110101
Octal 243 227 165

Shades and tints

Shades of #A39775

#A39775
(163,151,117)
#958A6B
(149,138,107)
#877D61
(135,125,97)
#797057
(121,112,87)
#6B634D
(107,99,77)
#5D5643
(93,86,67)
#4F4939
(79,73,57)
#413C2F
(65,60,47)
#332F25
(51,47,37)
#25221B
(37,34,27)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #A39775

#A39775
(163,151,117)
#ABA081
(171,160,129)
#B3A98D
(179,169,141)
#BBB299
(187,178,153)
#C3BBA5
(195,187,165)
#CBC4B1
(203,196,177)
#D3CDBD
(211,205,189)
#DBD6C9
(219,214,201)
#E3DFD5
(227,223,213)
#EBE8E1
(235,232,225)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39775; }

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

This text font color is #A39775.

Background Color

.myBgColor { background-color: #A39775; }

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

This div background color is #A39775.

Border color

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

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

This div border color is #A39775.

Opacity

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

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

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

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

This text has shadow with #A39775 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A39775.

Preview

Color preview on black background

This text has color #A39775 on black background.


Color preview on white background

This text has color #A39775 on white background.


Black color preview on #A39775 background

This text has black color on #A39775 background.


White color preview on #A39775 background

This text has white color on #A39775 background.


Related colors

Complementary color

Complementary color for #hex is #5C688A.


I love getcolorcode.com

Triadic colors

1 #75A397 and #9775A3 with #A39775 are triadic colors.

2 #7597A3 and #97A375 with #A39775 are triadic colors.