COLOR #A38182

HEX: #A38182
RGB: (163,129,130)

Color info

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

RGB color model

#A38182 color RGB value is (163,129,130).

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

RGB channels and saturation

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

163
129
130

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

Portions of RGB colors in percentages

R + G + B =
163 + 129 + 130 = 422 (100%)
R 163 of 422 ~ 38.63%
G 129 of 422 ~ 30.57%
B 130 of 422 ~ 30.81%

%38.63
%30.57
%30.81

CMYK color model

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

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

CMYK percentages

%0
%20.86
%20.25
%36.08

Codes

Color #A38182 in popluar color models

A38182
RGB163129130
HSL358°15.60%57.25%
HSB/HSV358°20.86%63.92%
CMYK0.00%20.86%20.25%
36.08%

Color #A38182 in popluar number systems.

HEXA38182
Decimal163129130
Binary101000111000000110000010
Octal243201202

Shades and tints

Shades of #A38182

#A38182
(163,129,130)
#957677
(149,118,119)
#876B6C
(135,107,108)
#796061
(121,96,97)
#6B5556
(107,85,86)
#5D4A4B
(93,74,75)
#4F3F40
(79,63,64)
#413435
(65,52,53)
#33292A
(51,41,42)
#251E1F
(37,30,31)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #A38182

#A38182
(163,129,130)
#AB8C8D
(171,140,141)
#B39798
(179,151,152)
#BBA2A3
(187,162,163)
#C3ADAE
(195,173,174)
#CBB8B9
(203,184,185)
#D3C3C4
(211,195,196)
#DBCECF
(219,206,207)
#E3D9DA
(227,217,218)
#EBE4E5
(235,228,229)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38182; }

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

This text font color is #A38182.


Background Color

.myBgColor { background-color: #A38182; }

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

This div background color is #A38182.


Border color

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

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

This div border color is #A38182.


Opacity

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

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

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

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

This text has shadow with #A38182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38182 on black background.


Color preview on white background

This text has color #A38182 on white background.



Black color preview on #A38182 background

This text has black color on #A38182 background.


White color preview on #A38182 background

This text has white color on #A38182 background.