COLOR #A88B91

HEX: #A88B91 RGB: (168,139,145)

Color info

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

RGB color model

#A88B91 color RGB value is (168,139,145).

RGB: (168,139,145) (66%, 55%, 57%)

RGB channels and saturation

R 168 of 255 = 66%
G 139 of 255 = 55%
B 145 of 255 = 57%

168
139
145

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

Portions of RGB colors in percentages

R + G + B = 168 + 139 + 145 = 452 (100%)
R 168 of 452 ~ 37.17%
G 139 of 452 ~ 30.75%
B 145 of 452 ~ 32.08'%

%37.17
%30.75
%32.08

CMYK color model

#A88B91 color CMYK value is (0,17,14,34).

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 13.69%
  • key color value is 34.12%

CMYK: (0,17,14,34)
C0M17Y14K34 (0%, 17%, 14%, 34%)
(0.00 / 0.17 / 0.14 / 0.34)

CMYK percentages

%0
%17.26
%13.69
%34.12

Codes

Color #A88B91 in popluar color models

A8 8B 91
RGB 168 139 145
HSL 348° 14.29% 60.20%
HSB/HSV 348° 17.26% 65.88%
CMYK 0.00% 17.26% 13.69%
34.12%

Color #A88B91 in popluar number systems.

HEX A8 8B 91
Decimal 168 139 145
Binary 10101000 10001011 10010001
Octal 250 213 221

Shades and tints

Shades of #A88B91

#A88B91
(168,139,145)
#997F84
(153,127,132)
#8A7377
(138,115,119)
#7B676A
(123,103,106)
#6C5B5D
(108,91,93)
#5D4F50
(93,79,80)
#4E4343
(78,67,67)
#3F3736
(63,55,54)
#302B29
(48,43,41)
#211F1C
(33,31,28)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #A88B91

#A88B91
(168,139,145)
#AF959B
(175,149,155)
#B69FA5
(182,159,165)
#BDA9AF
(189,169,175)
#C4B3B9
(196,179,185)
#CBBDC3
(203,189,195)
#D2C7CD
(210,199,205)
#D9D1D7
(217,209,215)
#E0DBE1
(224,219,225)
#E7E5EB
(231,229,235)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88B91; }

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

This text font color is #A88B91.

Background Color

.myBgColor { background-color: #A88B91; }

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

This div background color is #A88B91.

Border color

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

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

This div border color is #A88B91.

Opacity

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

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

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

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

This text has shadow with #A88B91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88B91.

Preview

Color preview on black background

This text has color #A88B91 on black background.


Color preview on white background

This text has color #A88B91 on white background.


Black color preview on #A88B91 background

This text has black color on #A88B91 background.


White color preview on #A88B91 background

This text has white color on #A88B91 background.


Related colors

Complementary color

Complementary color for #hex is #57746E.


I love getcolorcode.com

Triadic colors

1 #91A88B and #8B91A8 with #A88B91 are triadic colors.

2 #918BA8 and #8BA891 with #A88B91 are triadic colors.