COLOR #A3888D

HEX: #A3888D
RGB: (163,136,141)

Color info

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

RGB color model

#A3888D color RGB value is (163,136,141).

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

RGB channels and saturation

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

163
136
141

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

Portions of RGB colors in percentages

R + G + B =
163 + 136 + 141 = 440 (100%)
R 163 of 440 ~ 37.05%
G 136 of 440 ~ 30.91%
B 141 of 440 ~ 32.05%

%37.05
%30.91
%32.05

CMYK color model

#A3888D color CMYK value is (0,17,13,36).

  • cyan value is 0.00%
  • magenta value is 16.56%
  • yellow value is 13.50%
  • key color value is 36.08%
CMYK:
(0,17,13,36)
C0M17Y13K36 
(0%,17%,13%,36%)
(0.00/0.17/0.13/0.36)	

CMYK percentages

%0
%16.56
%13.5
%36.08

Codes

Color #A3888D in popluar color models

A3888D
RGB163136141
HSL349°12.80%58.63%
HSB/HSV349°16.56%63.92%
CMYK0.00%16.56%13.50%
36.08%

Color #A3888D in popluar number systems.

HEXA3888D
Decimal163136141
Binary101000111000100010001101
Octal243210215

Shades and tints

Shades of #A3888D

#A3888D
(163,136,141)
#957C81
(149,124,129)
#877075
(135,112,117)
#796469
(121,100,105)
#6B585D
(107,88,93)
#5D4C51
(93,76,81)
#4F4045
(79,64,69)
#413439
(65,52,57)
#33282D
(51,40,45)
#251C21
(37,28,33)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #A3888D

#A3888D
(163,136,141)
#AB9297
(171,146,151)
#B39CA1
(179,156,161)
#BBA6AB
(187,166,171)
#C3B0B5
(195,176,181)
#CBBABF
(203,186,191)
#D3C4C9
(211,196,201)
#DBCED3
(219,206,211)
#E3D8DD
(227,216,221)
#EBE2E7
(235,226,231)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3888D; }

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

This text font color is #A3888D.


Background Color

.myBgColor { background-color: #A3888D; }

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

This div background color is #A3888D.


Border color

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

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

This div border color is #A3888D.


Opacity

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

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

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

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

This text has shadow with #A3888D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3888D on black background.


Color preview on white background

This text has color #A3888D on white background.



Black color preview on #A3888D background

This text has black color on #A3888D background.


White color preview on #A3888D background

This text has white color on #A3888D background.