COLOR #A88E8E

HEX: #A88E8E
RGB: (168,142,142)

Color info

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

RGB color model

#A88E8E color RGB value is (168,142,142).

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

RGB channels and saturation

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

168
142
142

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

Portions of RGB colors in percentages

R + G + B =
168 + 142 + 142 = 452 (100%)
R 168 of 452 ~ 37.17%
G 142 of 452 ~ 31.42%
B 142 of 452 ~ 31.42%

%37.17
%31.42
%31.42

CMYK color model

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

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

CMYK percentages

%0
%15.48
%15.48
%34.12

Codes

Color #A88E8E in popluar color models

A88E8E
RGB168142142
HSL13.00%60.78%
HSB/HSV15.48%65.88%
CMYK0.00%15.48%15.48%
34.12%

Color #A88E8E in popluar number systems.

HEXA88E8E
Decimal168142142
Binary101010001000111010001110
Octal250216216

Shades and tints

Shades of #A88E8E

#A88E8E
(168,142,142)
#998282
(153,130,130)
#8A7676
(138,118,118)
#7B6A6A
(123,106,106)
#6C5E5E
(108,94,94)
#5D5252
(93,82,82)
#4E4646
(78,70,70)
#3F3A3A
(63,58,58)
#302E2E
(48,46,46)
#212222
(33,34,34)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #A88E8E

#A88E8E
(168,142,142)
#AF9898
(175,152,152)
#B6A2A2
(182,162,162)
#BDACAC
(189,172,172)
#C4B6B6
(196,182,182)
#CBC0C0
(203,192,192)
#D2CACA
(210,202,202)
#D9D4D4
(217,212,212)
#E0DEDE
(224,222,222)
#E7E8E8
(231,232,232)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88E8E; }

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

This text font color is #A88E8E.


Background Color

.myBgColor { background-color: #A88E8E; }

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

This div background color is #A88E8E.


Border color

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

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

This div border color is #A88E8E.


Opacity

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

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

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

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

This text has shadow with #A88E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88E8E on black background.


Color preview on white background

This text has color #A88E8E on white background.



Black color preview on #A88E8E background

This text has black color on #A88E8E background.


White color preview on #A88E8E background

This text has white color on #A88E8E background.