COLOR #A38C7A

HEX: #A38C7A
RGB: (163,140,122)

Color info

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

RGB color model

#A38C7A color RGB value is (163,140,122).

  • red value is 163;
  • green value is 140;
  • blue value is 122.
RGB:
(163,140,122)
(64%,55%,48%)

RGB channels and saturation

R 163 of 255 = 64%
G 140 of 255 = 55%
B 122 of 255 = 48%

163
140
122

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

Portions of RGB colors in percentages

R + G + B =
163 + 140 + 122 = 425 (100%)
R 163 of 425 ~ 38.35%
G 140 of 425 ~ 32.94%
B 122 of 425 ~ 28.71%

%38.35
%32.94
%28.71

CMYK color model

#A38C7A color CMYK value is (0,14,25,36).

  • cyan value is 0.00%
  • magenta value is 14.11%
  • yellow value is 25.15%
  • key color value is 36.08%
CMYK:
(0,14,25,36)
C0M14Y25K36 
(0%,14%,25%,36%)
(0.00/0.14/0.25/0.36)	

CMYK percentages

%0
%14.11
%25.15
%36.08

Codes

Color #A38C7A in popluar color models

A38C7A
RGB163140122
HSL26°18.22%55.88%
HSB/HSV26°25.15%63.92%
CMYK0.00%14.11%25.15%
36.08%

Color #A38C7A in popluar number systems.

HEXA38C7A
Decimal163140122
Binary10100011100011001111010
Octal243214172

Shades and tints

Shades of #A38C7A

#A38C7A
(163,140,122)
#95806F
(149,128,111)
#877464
(135,116,100)
#796859
(121,104,89)
#6B5C4E
(107,92,78)
#5D5043
(93,80,67)
#4F4438
(79,68,56)
#41382D
(65,56,45)
#332C22
(51,44,34)
#252017
(37,32,23)
#17140C
(23,20,12)
#000000
(0,0,0)

Tints of #A38C7A

#A38C7A
(163,140,122)
#AB9686
(171,150,134)
#B3A092
(179,160,146)
#BBAA9E
(187,170,158)
#C3B4AA
(195,180,170)
#CBBEB6
(203,190,182)
#D3C8C2
(211,200,194)
#DBD2CE
(219,210,206)
#E3DCDA
(227,220,218)
#EBE6E6
(235,230,230)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38C7A color. Also use rgb(163,140,122) instead hex code.

Text Font Color

.myTextColor { color: #A38C7A; }

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

This text font color is #A38C7A.


Background Color

.myBgColor { background-color: #A38C7A; }

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

This div background color is #A38C7A.


Border color

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

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

This div border color is #A38C7A.


Opacity

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

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

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

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

This text has shadow with #A38C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38C7A on black background.


Color preview on white background

This text has color #A38C7A on white background.



Black color preview on #A38C7A background

This text has black color on #A38C7A background.


White color preview on #A38C7A background

This text has white color on #A38C7A background.