COLOR #A88A93

HEX: #A88A93 RGB: (168,138,147)

Color info

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

RGB color model

#A88A93 color RGB value is (168,138,147).

RGB: (168,138,147) (66%, 54%, 58%)

RGB channels and saturation

R 168 of 255 = 66%
G 138 of 255 = 54%
B 147 of 255 = 58%

168
138
147

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

Portions of RGB colors in percentages

R + G + B = 168 + 138 + 147 = 453 (100%)
R 168 of 453 ~ 37.09%
G 138 of 453 ~ 30.46%
B 147 of 453 ~ 32.45'%

%37.09
%30.46
%32.45

CMYK color model

#A88A93 color CMYK value is (0,18,13,34).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 12.50%
  • key color value is 34.12%

CMYK: (0,18,13,34)
C0M18Y13K34 (0%, 18%, 13%, 34%)
(0.00 / 0.18 / 0.13 / 0.34)

CMYK percentages

%0
%17.86
%12.5
%34.12

Codes

Color #A88A93 in popluar color models

A8 8A 93
RGB 168 138 147
HSL 342° 14.71% 60.00%
HSB/HSV 342° 17.86% 65.88%
CMYK 0.00% 17.86% 12.50%
34.12%

Color #A88A93 in popluar number systems.

HEX A8 8A 93
Decimal 168 138 147
Binary 10101000 10001010 10010011
Octal 250 212 223

Shades and tints

Shades of #A88A93

#A88A93
(168,138,147)
#997E86
(153,126,134)
#8A7279
(138,114,121)
#7B666C
(123,102,108)
#6C5A5F
(108,90,95)
#5D4E52
(93,78,82)
#4E4245
(78,66,69)
#3F3638
(63,54,56)
#302A2B
(48,42,43)
#211E1E
(33,30,30)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #A88A93

#A88A93
(168,138,147)
#AF949C
(175,148,156)
#B69EA5
(182,158,165)
#BDA8AE
(189,168,174)
#C4B2B7
(196,178,183)
#CBBCC0
(203,188,192)
#D2C6C9
(210,198,201)
#D9D0D2
(217,208,210)
#E0DADB
(224,218,219)
#E7E4E4
(231,228,228)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88A93 color. Also use rgb(168,138,147) instead hex code.

Text Font Color

.myTextColor { color: #A88A93; }

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

This text font color is #A88A93.

Background Color

.myBgColor { background-color: #A88A93; }

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

This div background color is #A88A93.

Border color

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

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

This div border color is #A88A93.

Opacity

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

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

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

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

This text has shadow with #A88A93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88A93.

Preview

Color preview on black background

This text has color #A88A93 on black background.


Color preview on white background

This text has color #A88A93 on white background.


Black color preview on #A88A93 background

This text has black color on #A88A93 background.


White color preview on #A88A93 background

This text has white color on #A88A93 background.


Related colors

Complementary color

Complementary color for #hex is #57756C.


I love getcolorcode.com

Triadic colors

1 #93A88A and #8A93A8 with #A88A93 are triadic colors.

2 #938AA8 and #8AA893 with #A88A93 are triadic colors.