COLOR #A88990

HEX: #A88990 RGB: (168,137,144)

Color info

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

RGB color model

#A88990 color RGB value is (168,137,144).

RGB: (168,137,144) (66%, 54%, 56%)

RGB channels and saturation

R 168 of 255 = 66%
G 137 of 255 = 54%
B 144 of 255 = 56%

168
137
144

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

Portions of RGB colors in percentages

R + G + B = 168 + 137 + 144 = 449 (100%)
R 168 of 449 ~ 37.42%
G 137 of 449 ~ 30.51%
B 144 of 449 ~ 32.07'%

%37.42
%30.51
%32.07

CMYK color model

#A88990 color CMYK value is (0,18,14,34).

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

CMYK: (0,18,14,34)
C0M18Y14K34 (0%, 18%, 14%, 34%)
(0.00 / 0.18 / 0.14 / 0.34)

CMYK percentages

%0
%18.45
%14.29
%34.12

Codes

Color #A88990 in popluar color models

A8 89 90
RGB 168 137 144
HSL 346° 15.12% 59.80%
HSB/HSV 346° 18.45% 65.88%
CMYK 0.00% 18.45% 14.29%
34.12%

Color #A88990 in popluar number systems.

HEX A8 89 90
Decimal 168 137 144
Binary 10101000 10001001 10010000
Octal 250 211 220

Shades and tints

Shades of #A88990

#A88990
(168,137,144)
#997D83
(153,125,131)
#8A7176
(138,113,118)
#7B6569
(123,101,105)
#6C595C
(108,89,92)
#5D4D4F
(93,77,79)
#4E4142
(78,65,66)
#3F3535
(63,53,53)
#302928
(48,41,40)
#211D1B
(33,29,27)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #A88990

#A88990
(168,137,144)
#AF939A
(175,147,154)
#B69DA4
(182,157,164)
#BDA7AE
(189,167,174)
#C4B1B8
(196,177,184)
#CBBBC2
(203,187,194)
#D2C5CC
(210,197,204)
#D9CFD6
(217,207,214)
#E0D9E0
(224,217,224)
#E7E3EA
(231,227,234)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88990; }

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

This text font color is #A88990.

Background Color

.myBgColor { background-color: #A88990; }

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

This div background color is #A88990.

Border color

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

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

This div border color is #A88990.

Opacity

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

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

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

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

This text has shadow with #A88990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88990.

Preview

Color preview on black background

This text has color #A88990 on black background.


Color preview on white background

This text has color #A88990 on white background.


Black color preview on #A88990 background

This text has black color on #A88990 background.


White color preview on #A88990 background

This text has white color on #A88990 background.


Related colors

Complementary color

Complementary color for #hex is #57766F.


I love getcolorcode.com

Triadic colors

1 #90A889 and #8990A8 with #A88990 are triadic colors.

2 #9089A8 and #89A890 with #A88990 are triadic colors.