COLOR #A38A75

HEX: #A38A75
RGB: (163,138,117)

Color info

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

RGB color model

#A38A75 color RGB value is (163,138,117).

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

RGB channels and saturation

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

163
138
117

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

Portions of RGB colors in percentages

R + G + B =
163 + 138 + 117 = 418 (100%)
R 163 of 418 ~ 39%
G 138 of 418 ~ 33.01%
B 117 of 418 ~ 27.99%

%39
%33.01
%27.99

CMYK color model

#A38A75 color CMYK value is (0,15,28,36).

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 28.22%
  • key color value is 36.08%
CMYK:
(0,15,28,36)
C0M15Y28K36 
(0%,15%,28%,36%)
(0.00/0.15/0.28/0.36)	

CMYK percentages

%0
%15.34
%28.22
%36.08

Codes

Color #A38A75 in popluar color models

A38A75
RGB163138117
HSL27°20.00%54.90%
HSB/HSV27°28.22%63.92%
CMYK0.00%15.34%28.22%
36.08%

Color #A38A75 in popluar number systems.

HEXA38A75
Decimal163138117
Binary10100011100010101110101
Octal243212165

Shades and tints

Shades of #A38A75

#A38A75
(163,138,117)
#957E6B
(149,126,107)
#877261
(135,114,97)
#796657
(121,102,87)
#6B5A4D
(107,90,77)
#5D4E43
(93,78,67)
#4F4239
(79,66,57)
#41362F
(65,54,47)
#332A25
(51,42,37)
#251E1B
(37,30,27)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #A38A75

#A38A75
(163,138,117)
#AB9481
(171,148,129)
#B39E8D
(179,158,141)
#BBA899
(187,168,153)
#C3B2A5
(195,178,165)
#CBBCB1
(203,188,177)
#D3C6BD
(211,198,189)
#DBD0C9
(219,208,201)
#E3DAD5
(227,218,213)
#EBE4E1
(235,228,225)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38A75; }

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

This text font color is #A38A75.


Background Color

.myBgColor { background-color: #A38A75; }

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

This div background color is #A38A75.


Border color

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

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

This div border color is #A38A75.


Opacity

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

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

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

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

This text has shadow with #A38A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38A75 on black background.


Color preview on white background

This text has color #A38A75 on white background.



Black color preview on #A38A75 background

This text has black color on #A38A75 background.


White color preview on #A38A75 background

This text has white color on #A38A75 background.