COLOR #A88E8C

HEX: #A88E8C
RGB: (168,142,140)

Color info

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

RGB color model

#A88E8C color RGB value is (168,142,140).

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

RGB channels and saturation

R 168 of 255 = 66%
G 142 of 255 = 56%
B 140 of 255 = 55%

168
142
140

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

Portions of RGB colors in percentages

R + G + B =
168 + 142 + 140 = 450 (100%)
R 168 of 450 ~ 37.33%
G 142 of 450 ~ 31.56%
B 140 of 450 ~ 31.11%

%37.33
%31.56
%31.11

CMYK color model

#A88E8C color CMYK value is (0,15,17,34).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 16.67%
  • key color value is 34.12%
CMYK:
(0,15,17,34)
C0M15Y17K34 
(0%,15%,17%,34%)
(0.00/0.15/0.17/0.34)	

CMYK percentages

%0
%15.48
%16.67
%34.12

Codes

Color #A88E8C in popluar color models

A88E8C
RGB168142140
HSL13.86%60.39%
HSB/HSV16.67%65.88%
CMYK0.00%15.48%16.67%
34.12%

Color #A88E8C in popluar number systems.

HEXA88E8C
Decimal168142140
Binary101010001000111010001100
Octal250216214

Shades and tints

Shades of #A88E8C

#A88E8C
(168,142,140)
#998280
(153,130,128)
#8A7674
(138,118,116)
#7B6A68
(123,106,104)
#6C5E5C
(108,94,92)
#5D5250
(93,82,80)
#4E4644
(78,70,68)
#3F3A38
(63,58,56)
#302E2C
(48,46,44)
#212220
(33,34,32)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #A88E8C

#A88E8C
(168,142,140)
#AF9896
(175,152,150)
#B6A2A0
(182,162,160)
#BDACAA
(189,172,170)
#C4B6B4
(196,182,180)
#CBC0BE
(203,192,190)
#D2CAC8
(210,202,200)
#D9D4D2
(217,212,210)
#E0DEDC
(224,222,220)
#E7E8E6
(231,232,230)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88E8C; }

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

This text font color is #A88E8C.


Background Color

.myBgColor { background-color: #A88E8C; }

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

This div background color is #A88E8C.


Border color

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

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

This div border color is #A88E8C.


Opacity

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

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

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

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

This text has shadow with #A88E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88E8C on black background.


Color preview on white background

This text has color #A88E8C on white background.



Black color preview on #A88E8C background

This text has black color on #A88E8C background.


White color preview on #A88E8C background

This text has white color on #A88E8C background.