COLOR #A88C95

HEX: #A88C95 RGB: (168,140,149)

Color info

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

RGB color model

#A88C95 color RGB value is (168,140,149).

RGB: (168,140,149) (66%, 55%, 58%)

RGB channels and saturation

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

168
140
149

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

Portions of RGB colors in percentages

R + G + B = 168 + 140 + 149 = 457 (100%)
R 168 of 457 ~ 36.76%
G 140 of 457 ~ 30.63%
B 149 of 457 ~ 32.6'%

%36.76
%30.63
%32.6

CMYK color model

#A88C95 color CMYK value is (0,17,11,34).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 11.31%
  • key color value is 34.12%

CMYK: (0,17,11,34)
C0M17Y11K34 (0%, 17%, 11%, 34%)
(0.00 / 0.17 / 0.11 / 0.34)

CMYK percentages

%0
%16.67
%11.31
%34.12

Codes

Color #A88C95 in popluar color models

A8 8C 95
RGB 168 140 149
HSL 341° 13.86% 60.39%
HSB/HSV 341° 16.67% 65.88%
CMYK 0.00% 16.67% 11.31%
34.12%

Color #A88C95 in popluar number systems.

HEX A8 8C 95
Decimal 168 140 149
Binary 10101000 10001100 10010101
Octal 250 214 225

Shades and tints

Shades of #A88C95

#A88C95
(168,140,149)
#998088
(153,128,136)
#8A747B
(138,116,123)
#7B686E
(123,104,110)
#6C5C61
(108,92,97)
#5D5054
(93,80,84)
#4E4447
(78,68,71)
#3F383A
(63,56,58)
#302C2D
(48,44,45)
#212020
(33,32,32)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #A88C95

#A88C95
(168,140,149)
#AF969E
(175,150,158)
#B6A0A7
(182,160,167)
#BDAAB0
(189,170,176)
#C4B4B9
(196,180,185)
#CBBEC2
(203,190,194)
#D2C8CB
(210,200,203)
#D9D2D4
(217,210,212)
#E0DCDD
(224,220,221)
#E7E6E6
(231,230,230)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88C95; }

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

This text font color is #A88C95.

Background Color

.myBgColor { background-color: #A88C95; }

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

This div background color is #A88C95.

Border color

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

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

This div border color is #A88C95.

Opacity

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

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

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

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

This text has shadow with #A88C95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88C95.

Preview

Color preview on black background

This text has color #A88C95 on black background.


Color preview on white background

This text has color #A88C95 on white background.


Black color preview on #A88C95 background

This text has black color on #A88C95 background.


White color preview on #A88C95 background

This text has white color on #A88C95 background.


Related colors

Complementary color

Complementary color for #hex is #57736A.


I love getcolorcode.com

Triadic colors

1 #95A88C and #8C95A8 with #A88C95 are triadic colors.

2 #958CA8 and #8CA895 with #A88C95 are triadic colors.