COLOR #A88998

HEX: #A88998 RGB: (168,137,152)

Color info

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

RGB color model

#A88998 color RGB value is (168,137,152).

RGB: (168,137,152) (66%, 54%, 60%)

RGB channels and saturation

R 168 of 255 = 66%
G 137 of 255 = 54%
B 152 of 255 = 60%

168
137
152

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

Portions of RGB colors in percentages

R + G + B = 168 + 137 + 152 = 457 (100%)
R 168 of 457 ~ 36.76%
G 137 of 457 ~ 29.98%
B 152 of 457 ~ 33.26'%

%36.76
%29.98
%33.26

CMYK color model

#A88998 color CMYK value is (0,18,10,34).

  • cyan value is 0.00%
  • magenta value is 18.45%
  • yellow value is 9.52%
  • key color value is 34.12%

CMYK: (0,18,10,34)
C0M18Y10K34 (0%, 18%, 10%, 34%)
(0.00 / 0.18 / 0.10 / 0.34)

CMYK percentages

%0
%18.45
%9.52
%34.12

Codes

Color #A88998 in popluar color models

A8 89 98
RGB 168 137 152
HSL 331° 15.12% 59.80%
HSB/HSV 331° 18.45% 65.88%
CMYK 0.00% 18.45% 9.52%
34.12%

Color #A88998 in popluar number systems.

HEX A8 89 98
Decimal 168 137 152
Binary 10101000 10001001 10011000
Octal 250 211 230

Shades and tints

Shades of #A88998

#A88998
(168,137,152)
#997D8B
(153,125,139)
#8A717E
(138,113,126)
#7B6571
(123,101,113)
#6C5964
(108,89,100)
#5D4D57
(93,77,87)
#4E414A
(78,65,74)
#3F353D
(63,53,61)
#302930
(48,41,48)
#211D23
(33,29,35)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #A88998

#A88998
(168,137,152)
#AF93A1
(175,147,161)
#B69DAA
(182,157,170)
#BDA7B3
(189,167,179)
#C4B1BC
(196,177,188)
#CBBBC5
(203,187,197)
#D2C5CE
(210,197,206)
#D9CFD7
(217,207,215)
#E0D9E0
(224,217,224)
#E7E3E9
(231,227,233)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88998; }

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

This text font color is #A88998.

Background Color

.myBgColor { background-color: #A88998; }

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

This div background color is #A88998.

Border color

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

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

This div border color is #A88998.

Opacity

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

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

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

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

This text has shadow with #A88998 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88998.

Preview

Color preview on black background

This text has color #A88998 on black background.


Color preview on white background

This text has color #A88998 on white background.


Black color preview on #A88998 background

This text has black color on #A88998 background.


White color preview on #A88998 background

This text has white color on #A88998 background.


Related colors

Complementary color

Complementary color for #hex is #577667.


I love getcolorcode.com

Triadic colors

1 #98A889 and #8998A8 with #A88998 are triadic colors.

2 #9889A8 and #89A898 with #A88998 are triadic colors.