COLOR #A38F82

HEX: #A38F82
RGB: (163,143,130)

Color info

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

RGB color model

#A38F82 color RGB value is (163,143,130).

  • red value is 163;
  • green value is 143;
  • blue value is 130.
RGB:
(163,143,130)
(64%,56%,51%)

RGB channels and saturation

R 163 of 255 = 64%
G 143 of 255 = 56%
B 130 of 255 = 51%

163
143
130

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

Portions of RGB colors in percentages

R + G + B =
163 + 143 + 130 = 436 (100%)
R 163 of 436 ~ 37.39%
G 143 of 436 ~ 32.8%
B 130 of 436 ~ 29.82%

%37.39
%32.8
%29.82

CMYK color model

#A38F82 color CMYK value is (0,12,20,36).

  • cyan value is 0.00%
  • magenta value is 12.27%
  • yellow value is 20.25%
  • key color value is 36.08%
CMYK:
(0,12,20,36)
C0M12Y20K36 
(0%,12%,20%,36%)
(0.00/0.12/0.20/0.36)	

CMYK percentages

%0
%12.27
%20.25
%36.08

Codes

Color #A38F82 in popluar color models

A38F82
RGB163143130
HSL24°15.21%57.45%
HSB/HSV24°20.25%63.92%
CMYK0.00%12.27%20.25%
36.08%

Color #A38F82 in popluar number systems.

HEXA38F82
Decimal163143130
Binary101000111000111110000010
Octal243217202

Shades and tints

Shades of #A38F82

#A38F82
(163,143,130)
#958277
(149,130,119)
#87756C
(135,117,108)
#796861
(121,104,97)
#6B5B56
(107,91,86)
#5D4E4B
(93,78,75)
#4F4140
(79,65,64)
#413435
(65,52,53)
#33272A
(51,39,42)
#251A1F
(37,26,31)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #A38F82

#A38F82
(163,143,130)
#AB998D
(171,153,141)
#B3A398
(179,163,152)
#BBADA3
(187,173,163)
#C3B7AE
(195,183,174)
#CBC1B9
(203,193,185)
#D3CBC4
(211,203,196)
#DBD5CF
(219,213,207)
#E3DFDA
(227,223,218)
#EBE9E5
(235,233,229)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38F82; }

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

This text font color is #A38F82.


Background Color

.myBgColor { background-color: #A38F82; }

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

This div background color is #A38F82.


Border color

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

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

This div border color is #A38F82.


Opacity

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

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

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

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

This text has shadow with #A38F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38F82 on black background.


Color preview on white background

This text has color #A38F82 on white background.



Black color preview on #A38F82 background

This text has black color on #A38F82 background.


White color preview on #A38F82 background

This text has white color on #A38F82 background.