COLOR #A88D95

HEX: #A88D95
RGB: (168,141,149)

Color info

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

RGB color model

#A88D95 color RGB value is (168,141,149).

  • red value is 168;
  • green value is 141;
  • blue value is 149.
RGB:
(168,141,149)
(66%,55%,58%)

RGB channels and saturation

R 168 of 255 = 66%
G 141 of 255 = 55%
B 149 of 255 = 58%

168
141
149

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

Portions of RGB colors in percentages

R + G + B =
168 + 141 + 149 = 458 (100%)
R 168 of 458 ~ 36.68%
G 141 of 458 ~ 30.79%
B 149 of 458 ~ 32.53%

%36.68
%30.79
%32.53

CMYK color model

#A88D95 color CMYK value is (0,16,11,34).

  • cyan value is 0.00%
  • magenta value is 16.07%
  • yellow value is 11.31%
  • key color value is 34.12%
CMYK:
(0,16,11,34)
C0M16Y11K34 
(0%,16%,11%,34%)
(0.00/0.16/0.11/0.34)	

CMYK percentages

%0
%16.07
%11.31
%34.12

Codes

Color #A88D95 in popluar color models

A88D95
RGB168141149
HSL342°13.43%60.59%
HSB/HSV342°16.07%65.88%
CMYK0.00%16.07%11.31%
34.12%

Color #A88D95 in popluar number systems.

HEXA88D95
Decimal168141149
Binary101010001000110110010101
Octal250215225

Shades and tints

Shades of #A88D95

#A88D95
(168,141,149)
#998188
(153,129,136)
#8A757B
(138,117,123)
#7B696E
(123,105,110)
#6C5D61
(108,93,97)
#5D5154
(93,81,84)
#4E4547
(78,69,71)
#3F393A
(63,57,58)
#302D2D
(48,45,45)
#212120
(33,33,32)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #A88D95

#A88D95
(168,141,149)
#AF979E
(175,151,158)
#B6A1A7
(182,161,167)
#BDABB0
(189,171,176)
#C4B5B9
(196,181,185)
#CBBFC2
(203,191,194)
#D2C9CB
(210,201,203)
#D9D3D4
(217,211,212)
#E0DDDD
(224,221,221)
#E7E7E6
(231,231,230)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88D95; }

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

This text font color is #A88D95.


Background Color

.myBgColor { background-color: #A88D95; }

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

This div background color is #A88D95.


Border color

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

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

This div border color is #A88D95.


Opacity

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

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

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

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

This text has shadow with #A88D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88D95 on black background.


Color preview on white background

This text has color #A88D95 on white background.



Black color preview on #A88D95 background

This text has black color on #A88D95 background.


White color preview on #A88D95 background

This text has white color on #A88D95 background.