COLOR #A38086

HEX: #A38086
RGB: (163,128,134)

Color info

#A38086 contains red, green and blue colors in about the same proportion. Web safe color of #A38086 is #996699 (or #969).

RGB color model

#A38086 color RGB value is (163,128,134).

  • red value is 163;
  • green value is 128;
  • blue value is 134.
RGB:
(163,128,134)
(64%,50%,53%)

RGB channels and saturation

R 163 of 255 = 64%
G 128 of 255 = 50%
B 134 of 255 = 53%

163
128
134

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

Portions of RGB colors in percentages

R + G + B =
163 + 128 + 134 = 425 (100%)
R 163 of 425 ~ 38.35%
G 128 of 425 ~ 30.12%
B 134 of 425 ~ 31.53%

%38.35
%30.12
%31.53

CMYK color model

#A38086 color CMYK value is (0,21,18,36).

  • cyan value is 0.00%
  • magenta value is 21.47%
  • yellow value is 17.79%
  • key color value is 36.08%
CMYK:
(0,21,18,36)
C0M21Y18K36 
(0%,21%,18%,36%)
(0.00/0.21/0.18/0.36)	

CMYK percentages

%0
%21.47
%17.79
%36.08

Codes

Color #A38086 in popluar color models

A38086
RGB163128134
HSL350°15.98%57.06%
HSB/HSV350°21.47%63.92%
CMYK0.00%21.47%17.79%
36.08%

Color #A38086 in popluar number systems.

HEXA38086
Decimal163128134
Binary101000111000000010000110
Octal243200206

Shades and tints

Shades of #A38086

#A38086
(163,128,134)
#95757A
(149,117,122)
#876A6E
(135,106,110)
#795F62
(121,95,98)
#6B5456
(107,84,86)
#5D494A
(93,73,74)
#4F3E3E
(79,62,62)
#413332
(65,51,50)
#332826
(51,40,38)
#251D1A
(37,29,26)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #A38086

#A38086
(163,128,134)
#AB8B91
(171,139,145)
#B3969C
(179,150,156)
#BBA1A7
(187,161,167)
#C3ACB2
(195,172,178)
#CBB7BD
(203,183,189)
#D3C2C8
(211,194,200)
#DBCDD3
(219,205,211)
#E3D8DE
(227,216,222)
#EBE3E9
(235,227,233)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38086 color. Also use rgb(163,128,134) instead hex code.

Text Font Color

.myTextColor { color: #A38086; }

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

This text font color is #A38086.


Background Color

.myBgColor { background-color: #A38086; }

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

This div background color is #A38086.


Border color

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

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

This div border color is #A38086.


Opacity

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

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

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

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

This text has shadow with #A38086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38086 on black background.


Color preview on white background

This text has color #A38086 on white background.



Black color preview on #A38086 background

This text has black color on #A38086 background.


White color preview on #A38086 background

This text has white color on #A38086 background.