COLOR #A3888E

HEX: #A3888E
RGB: (163,136,142)

Color info

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

RGB color model

#A3888E color RGB value is (163,136,142).

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

RGB channels and saturation

R 163 of 255 = 64%
G 136 of 255 = 53%
B 142 of 255 = 56%

163
136
142

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

Portions of RGB colors in percentages

R + G + B =
163 + 136 + 142 = 441 (100%)
R 163 of 441 ~ 36.96%
G 136 of 441 ~ 30.84%
B 142 of 441 ~ 32.2%

%36.96
%30.84
%32.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.56%
  • yellow value is 12.88%
  • 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
%12.88
%36.08

Codes

Color #A3888E in popluar color models

A3888E
RGB163136142
HSL347°12.80%58.63%
HSB/HSV347°16.56%63.92%
CMYK0.00%16.56%12.88%
36.08%

Color #A3888E in popluar number systems.

HEXA3888E
Decimal163136142
Binary101000111000100010001110
Octal243210216

Shades and tints

Shades of #A3888E

#A3888E
(163,136,142)
#957C82
(149,124,130)
#877076
(135,112,118)
#79646A
(121,100,106)
#6B585E
(107,88,94)
#5D4C52
(93,76,82)
#4F4046
(79,64,70)
#41343A
(65,52,58)
#33282E
(51,40,46)
#251C22
(37,28,34)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #A3888E

#A3888E
(163,136,142)
#AB9298
(171,146,152)
#B39CA2
(179,156,162)
#BBA6AC
(187,166,172)
#C3B0B6
(195,176,182)
#CBBAC0
(203,186,192)
#D3C4CA
(211,196,202)
#DBCED4
(219,206,212)
#E3D8DE
(227,216,222)
#EBE2E8
(235,226,232)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3888E; }

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

This text font color is #A3888E.


Background Color

.myBgColor { background-color: #A3888E; }

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

This div background color is #A3888E.


Border color

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

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

This div border color is #A3888E.


Opacity

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

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

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

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

This text has shadow with #A3888E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3888E on black background.


Color preview on white background

This text has color #A3888E on white background.



Black color preview on #A3888E background

This text has black color on #A3888E background.


White color preview on #A3888E background

This text has white color on #A3888E background.