COLOR #A88898

HEX: #A88898 RGB: (168,136,152)

Color info

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

RGB color model

#A88898 color RGB value is (168,136,152).

RGB: (168,136,152) (66%, 53%, 60%)

RGB channels and saturation

R 168 of 255 = 66%
G 136 of 255 = 53%
B 152 of 255 = 60%

168
136
152

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

Portions of RGB colors in percentages

R + G + B = 168 + 136 + 152 = 456 (100%)
R 168 of 456 ~ 36.84%
G 136 of 456 ~ 29.82%
B 152 of 456 ~ 33.33'%

%36.84
%29.82
%33.33

CMYK color model

#A88898 color CMYK value is (0,19,10,34).

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

CMYK: (0,19,10,34)
C0M19Y10K34 (0%, 19%, 10%, 34%)
(0.00 / 0.19 / 0.10 / 0.34)

CMYK percentages

%0
%19.05
%9.52
%34.12

Codes

Color #A88898 in popluar color models

A8 88 98
RGB 168 136 152
HSL 330° 15.53% 59.61%
HSB/HSV 330° 19.05% 65.88%
CMYK 0.00% 19.05% 9.52%
34.12%

Color #A88898 in popluar number systems.

HEX A8 88 98
Decimal 168 136 152
Binary 10101000 10001000 10011000
Octal 250 210 230

Shades and tints

Shades of #A88898

#A88898
(168,136,152)
#997C8B
(153,124,139)
#8A707E
(138,112,126)
#7B6471
(123,100,113)
#6C5864
(108,88,100)
#5D4C57
(93,76,87)
#4E404A
(78,64,74)
#3F343D
(63,52,61)
#302830
(48,40,48)
#211C23
(33,28,35)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #A88898

#A88898
(168,136,152)
#AF92A1
(175,146,161)
#B69CAA
(182,156,170)
#BDA6B3
(189,166,179)
#C4B0BC
(196,176,188)
#CBBAC5
(203,186,197)
#D2C4CE
(210,196,206)
#D9CED7
(217,206,215)
#E0D8E0
(224,216,224)
#E7E2E9
(231,226,233)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88898; }

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

This text font color is #A88898.

Background Color

.myBgColor { background-color: #A88898; }

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

This div background color is #A88898.

Border color

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

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

This div border color is #A88898.

Opacity

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

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

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

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

This text has shadow with #A88898 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88898.

Preview

Color preview on black background

This text has color #A88898 on black background.


Color preview on white background

This text has color #A88898 on white background.


Black color preview on #A88898 background

This text has black color on #A88898 background.


White color preview on #A88898 background

This text has white color on #A88898 background.


Related colors

Complementary color

Complementary color for #hex is #577767.


I love getcolorcode.com

Triadic colors

1 #98A888 and #8898A8 with #A88898 are triadic colors.

2 #9888A8 and #88A898 with #A88898 are triadic colors.