COLOR #A38382

HEX: #A38382
RGB: (163,131,130)

Color info

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

RGB color model

#A38382 color RGB value is (163,131,130).

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

RGB channels and saturation

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

163
131
130

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

Portions of RGB colors in percentages

R + G + B =
163 + 131 + 130 = 424 (100%)
R 163 of 424 ~ 38.44%
G 131 of 424 ~ 30.9%
B 130 of 424 ~ 30.66%

%38.44
%30.9
%30.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 20.25%
  • key color value is 36.08%
CMYK:
(0,20,20,36)
C0M20Y20K36 
(0%,20%,20%,36%)
(0.00/0.20/0.20/0.36)	

CMYK percentages

%0
%19.63
%20.25
%36.08

Codes

Color #A38382 in popluar color models

A38382
RGB163131130
HSL15.21%57.45%
HSB/HSV20.25%63.92%
CMYK0.00%19.63%20.25%
36.08%

Color #A38382 in popluar number systems.

HEXA38382
Decimal163131130
Binary101000111000001110000010
Octal243203202

Shades and tints

Shades of #A38382

#A38382
(163,131,130)
#957877
(149,120,119)
#876D6C
(135,109,108)
#796261
(121,98,97)
#6B5756
(107,87,86)
#5D4C4B
(93,76,75)
#4F4140
(79,65,64)
#413635
(65,54,53)
#332B2A
(51,43,42)
#25201F
(37,32,31)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #A38382

#A38382
(163,131,130)
#AB8E8D
(171,142,141)
#B39998
(179,153,152)
#BBA4A3
(187,164,163)
#C3AFAE
(195,175,174)
#CBBAB9
(203,186,185)
#D3C5C4
(211,197,196)
#DBD0CF
(219,208,207)
#E3DBDA
(227,219,218)
#EBE6E5
(235,230,229)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38382; }

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

This text font color is #A38382.


Background Color

.myBgColor { background-color: #A38382; }

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

This div background color is #A38382.


Border color

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

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

This div border color is #A38382.


Opacity

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

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

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

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

This text has shadow with #A38382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38382 on black background.


Color preview on white background

This text has color #A38382 on white background.



Black color preview on #A38382 background

This text has black color on #A38382 background.


White color preview on #A38382 background

This text has white color on #A38382 background.