COLOR #A38381

HEX: #A38381
RGB: (163,131,129)

Color info

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

RGB color model

#A38381 color RGB value is (163,131,129).

  • red value is 163;
  • green value is 131;
  • blue value is 129.
RGB:
(163,131,129)
(64%,51%,51%)

RGB channels and saturation

R 163 of 255 = 64%
G 131 of 255 = 51%
B 129 of 255 = 51%

163
131
129

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

Portions of RGB colors in percentages

R + G + B =
163 + 131 + 129 = 423 (100%)
R 163 of 423 ~ 38.53%
G 131 of 423 ~ 30.97%
B 129 of 423 ~ 30.5%

%38.53
%30.97
%30.5

CMYK color model

#A38381 color CMYK value is (0,20,21,36).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 20.86%
  • key color value is 36.08%
CMYK:
(0,20,21,36)
C0M20Y21K36 
(0%,20%,21%,36%)
(0.00/0.20/0.21/0.36)	

CMYK percentages

%0
%19.63
%20.86
%36.08

Codes

Color #A38381 in popluar color models

A38381
RGB163131129
HSL15.60%57.25%
HSB/HSV20.86%63.92%
CMYK0.00%19.63%20.86%
36.08%

Color #A38381 in popluar number systems.

HEXA38381
Decimal163131129
Binary101000111000001110000001
Octal243203201

Shades and tints

Shades of #A38381

#A38381
(163,131,129)
#957876
(149,120,118)
#876D6B
(135,109,107)
#796260
(121,98,96)
#6B5755
(107,87,85)
#5D4C4A
(93,76,74)
#4F413F
(79,65,63)
#413634
(65,54,52)
#332B29
(51,43,41)
#25201E
(37,32,30)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #A38381

#A38381
(163,131,129)
#AB8E8C
(171,142,140)
#B39997
(179,153,151)
#BBA4A2
(187,164,162)
#C3AFAD
(195,175,173)
#CBBAB8
(203,186,184)
#D3C5C3
(211,197,195)
#DBD0CE
(219,208,206)
#E3DBD9
(227,219,217)
#EBE6E4
(235,230,228)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38381 color. Also use rgb(163,131,129) instead hex code.

Text Font Color

.myTextColor { color: #A38381; }

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

This text font color is #A38381.


Background Color

.myBgColor { background-color: #A38381; }

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

This div background color is #A38381.


Border color

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

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

This div border color is #A38381.


Opacity

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

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

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

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

This text has shadow with #A38381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38381 on black background.


Color preview on white background

This text has color #A38381 on white background.



Black color preview on #A38381 background

This text has black color on #A38381 background.


White color preview on #A38381 background

This text has white color on #A38381 background.