COLOR #A38975

HEX: #A38975
RGB: (163,137,117)

Color info

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

RGB color model

#A38975 color RGB value is (163,137,117).

  • red value is 163;
  • green value is 137;
  • blue value is 117.
RGB:
(163,137,117)
(64%,54%,46%)

RGB channels and saturation

R 163 of 255 = 64%
G 137 of 255 = 54%
B 117 of 255 = 46%

163
137
117

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

Portions of RGB colors in percentages

R + G + B =
163 + 137 + 117 = 417 (100%)
R 163 of 417 ~ 39.09%
G 137 of 417 ~ 32.85%
B 117 of 417 ~ 28.06%

%39.09
%32.85
%28.06

CMYK color model

#A38975 color CMYK value is (0,16,28,36).

  • cyan value is 0.00%
  • magenta value is 15.95%
  • yellow value is 28.22%
  • key color value is 36.08%
CMYK:
(0,16,28,36)
C0M16Y28K36 
(0%,16%,28%,36%)
(0.00/0.16/0.28/0.36)	

CMYK percentages

%0
%15.95
%28.22
%36.08

Codes

Color #A38975 in popluar color models

A38975
RGB163137117
HSL26°20.00%54.90%
HSB/HSV26°28.22%63.92%
CMYK0.00%15.95%28.22%
36.08%

Color #A38975 in popluar number systems.

HEXA38975
Decimal163137117
Binary10100011100010011110101
Octal243211165

Shades and tints

Shades of #A38975

#A38975
(163,137,117)
#957D6B
(149,125,107)
#877161
(135,113,97)
#796557
(121,101,87)
#6B594D
(107,89,77)
#5D4D43
(93,77,67)
#4F4139
(79,65,57)
#41352F
(65,53,47)
#332925
(51,41,37)
#251D1B
(37,29,27)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #A38975

#A38975
(163,137,117)
#AB9381
(171,147,129)
#B39D8D
(179,157,141)
#BBA799
(187,167,153)
#C3B1A5
(195,177,165)
#CBBBB1
(203,187,177)
#D3C5BD
(211,197,189)
#DBCFC9
(219,207,201)
#E3D9D5
(227,217,213)
#EBE3E1
(235,227,225)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38975; }

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

This text font color is #A38975.


Background Color

.myBgColor { background-color: #A38975; }

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

This div background color is #A38975.


Border color

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

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

This div border color is #A38975.


Opacity

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

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

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

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

This text has shadow with #A38975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38975 on black background.


Color preview on white background

This text has color #A38975 on white background.



Black color preview on #A38975 background

This text has black color on #A38975 background.


White color preview on #A38975 background

This text has white color on #A38975 background.