COLOR #A3888B

HEX: #A3888B
RGB: (163,136,139)

Color info

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

RGB color model

#A3888B color RGB value is (163,136,139).

  • red value is 163;
  • green value is 136;
  • blue value is 139.
RGB:
(163,136,139)
(64%,53%,55%)

RGB channels and saturation

R 163 of 255 = 64%
G 136 of 255 = 53%
B 139 of 255 = 55%

163
136
139

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

Portions of RGB colors in percentages

R + G + B =
163 + 136 + 139 = 438 (100%)
R 163 of 438 ~ 37.21%
G 136 of 438 ~ 31.05%
B 139 of 438 ~ 31.74%

%37.21
%31.05
%31.74

CMYK color model

#A3888B color CMYK value is (0,17,15,36).

  • cyan value is 0.00%
  • magenta value is 16.56%
  • yellow value is 14.72%
  • key color value is 36.08%
CMYK:
(0,17,15,36)
C0M17Y15K36 
(0%,17%,15%,36%)
(0.00/0.17/0.15/0.36)	

CMYK percentages

%0
%16.56
%14.72
%36.08

Codes

Color #A3888B in popluar color models

A3888B
RGB163136139
HSL353°12.80%58.63%
HSB/HSV353°16.56%63.92%
CMYK0.00%16.56%14.72%
36.08%

Color #A3888B in popluar number systems.

HEXA3888B
Decimal163136139
Binary101000111000100010001011
Octal243210213

Shades and tints

Shades of #A3888B

#A3888B
(163,136,139)
#957C7F
(149,124,127)
#877073
(135,112,115)
#796467
(121,100,103)
#6B585B
(107,88,91)
#5D4C4F
(93,76,79)
#4F4043
(79,64,67)
#413437
(65,52,55)
#33282B
(51,40,43)
#251C1F
(37,28,31)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #A3888B

#A3888B
(163,136,139)
#AB9295
(171,146,149)
#B39C9F
(179,156,159)
#BBA6A9
(187,166,169)
#C3B0B3
(195,176,179)
#CBBABD
(203,186,189)
#D3C4C7
(211,196,199)
#DBCED1
(219,206,209)
#E3D8DB
(227,216,219)
#EBE2E5
(235,226,229)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3888B color. Also use rgb(163,136,139) instead hex code.

Text Font Color

.myTextColor { color: #A3888B; }

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

This text font color is #A3888B.


Background Color

.myBgColor { background-color: #A3888B; }

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

This div background color is #A3888B.


Border color

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

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

This div border color is #A3888B.


Opacity

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

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

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

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

This text has shadow with #A3888B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3888B on black background.


Color preview on white background

This text has color #A3888B on white background.



Black color preview on #A3888B background

This text has black color on #A3888B background.


White color preview on #A3888B background

This text has white color on #A3888B background.