COLOR #A8838C

HEX: #A8838C
RGB: (168,131,140)

Color info

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

RGB color model

#A8838C color RGB value is (168,131,140).

  • red value is 168;
  • green value is 131;
  • blue value is 140.
RGB:
(168,131,140)
(66%,51%,55%)

RGB channels and saturation

R 168 of 255 = 66%
G 131 of 255 = 51%
B 140 of 255 = 55%

168
131
140

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

Portions of RGB colors in percentages

R + G + B =
168 + 131 + 140 = 439 (100%)
R 168 of 439 ~ 38.27%
G 131 of 439 ~ 29.84%
B 140 of 439 ~ 31.89%

%38.27
%29.84
%31.89

CMYK color model

#A8838C color CMYK value is (0,22,17,34).

  • cyan value is 0.00%
  • magenta value is 22.02%
  • yellow value is 16.67%
  • key color value is 34.12%
CMYK:
(0,22,17,34)
C0M22Y17K34 
(0%,22%,17%,34%)
(0.00/0.22/0.17/0.34)	

CMYK percentages

%0
%22.02
%16.67
%34.12

Codes

Color #A8838C in popluar color models

A8838C
RGB168131140
HSL345°17.54%58.63%
HSB/HSV345°22.02%65.88%
CMYK0.00%22.02%16.67%
34.12%

Color #A8838C in popluar number systems.

HEXA8838C
Decimal168131140
Binary101010001000001110001100
Octal250203214

Shades and tints

Shades of #A8838C

#A8838C
(168,131,140)
#997880
(153,120,128)
#8A6D74
(138,109,116)
#7B6268
(123,98,104)
#6C575C
(108,87,92)
#5D4C50
(93,76,80)
#4E4144
(78,65,68)
#3F3638
(63,54,56)
#302B2C
(48,43,44)
#212020
(33,32,32)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #A8838C

#A8838C
(168,131,140)
#AF8E96
(175,142,150)
#B699A0
(182,153,160)
#BDA4AA
(189,164,170)
#C4AFB4
(196,175,180)
#CBBABE
(203,186,190)
#D2C5C8
(210,197,200)
#D9D0D2
(217,208,210)
#E0DBDC
(224,219,220)
#E7E6E6
(231,230,230)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8838C color. Also use rgb(168,131,140) instead hex code.

Text Font Color

.myTextColor { color: #A8838C; }

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

This text font color is #A8838C.


Background Color

.myBgColor { background-color: #A8838C; }

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

This div background color is #A8838C.


Border color

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

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

This div border color is #A8838C.


Opacity

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

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

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

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

This text has shadow with #A8838C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8838C on black background.


Color preview on white background

This text has color #A8838C on white background.



Black color preview on #A8838C background

This text has black color on #A8838C background.


White color preview on #A8838C background

This text has white color on #A8838C background.