COLOR #A38087

HEX: #A38087
RGB: (163,128,135)

Color info

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

RGB color model

#A38087 color RGB value is (163,128,135).

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

RGB channels and saturation

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

163
128
135

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

Portions of RGB colors in percentages

R + G + B =
163 + 128 + 135 = 426 (100%)
R 163 of 426 ~ 38.26%
G 128 of 426 ~ 30.05%
B 135 of 426 ~ 31.69%

%38.26
%30.05
%31.69

CMYK color model

#A38087 color CMYK value is (0,21,17,36).

  • cyan value is 0.00%
  • magenta value is 21.47%
  • yellow value is 17.18%
  • key color value is 36.08%
CMYK:
(0,21,17,36)
C0M21Y17K36 
(0%,21%,17%,36%)
(0.00/0.21/0.17/0.36)	

CMYK percentages

%0
%21.47
%17.18
%36.08

Codes

Color #A38087 in popluar color models

A38087
RGB163128135
HSL348°15.98%57.06%
HSB/HSV348°21.47%63.92%
CMYK0.00%21.47%17.18%
36.08%

Color #A38087 in popluar number systems.

HEXA38087
Decimal163128135
Binary101000111000000010000111
Octal243200207

Shades and tints

Shades of #A38087

#A38087
(163,128,135)
#95757B
(149,117,123)
#876A6F
(135,106,111)
#795F63
(121,95,99)
#6B5457
(107,84,87)
#5D494B
(93,73,75)
#4F3E3F
(79,62,63)
#413333
(65,51,51)
#332827
(51,40,39)
#251D1B
(37,29,27)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #A38087

#A38087
(163,128,135)
#AB8B91
(171,139,145)
#B3969B
(179,150,155)
#BBA1A5
(187,161,165)
#C3ACAF
(195,172,175)
#CBB7B9
(203,183,185)
#D3C2C3
(211,194,195)
#DBCDCD
(219,205,205)
#E3D8D7
(227,216,215)
#EBE3E1
(235,227,225)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38087; }

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

This text font color is #A38087.


Background Color

.myBgColor { background-color: #A38087; }

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

This div background color is #A38087.


Border color

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

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

This div border color is #A38087.


Opacity

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

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

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

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

This text has shadow with #A38087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38087 on black background.


Color preview on white background

This text has color #A38087 on white background.



Black color preview on #A38087 background

This text has black color on #A38087 background.


White color preview on #A38087 background

This text has white color on #A38087 background.