COLOR #A88198

HEX: #A88198
RGB: (168,129,152)

Color info

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

RGB color model

#A88198 color RGB value is (168,129,152).

  • red value is 168;
  • green value is 129;
  • blue value is 152.
RGB:
(168,129,152)
(66%,51%,60%)

RGB channels and saturation

R 168 of 255 = 66%
G 129 of 255 = 51%
B 152 of 255 = 60%

168
129
152

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

Portions of RGB colors in percentages

R + G + B =
168 + 129 + 152 = 449 (100%)
R 168 of 449 ~ 37.42%
G 129 of 449 ~ 28.73%
B 152 of 449 ~ 33.85%

%37.42
%28.73
%33.85

CMYK color model

#A88198 color CMYK value is (0,23,10,34).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 9.52%
  • key color value is 34.12%
CMYK:
(0,23,10,34)
C0M23Y10K34 
(0%,23%,10%,34%)
(0.00/0.23/0.10/0.34)	

CMYK percentages

%0
%23.21
%9.52
%34.12

Codes

Color #A88198 in popluar color models

A88198
RGB168129152
HSL325°18.31%58.24%
HSB/HSV325°23.21%65.88%
CMYK0.00%23.21%9.52%
34.12%

Color #A88198 in popluar number systems.

HEXA88198
Decimal168129152
Binary101010001000000110011000
Octal250201230

Shades and tints

Shades of #A88198

#A88198
(168,129,152)
#99768B
(153,118,139)
#8A6B7E
(138,107,126)
#7B6071
(123,96,113)
#6C5564
(108,85,100)
#5D4A57
(93,74,87)
#4E3F4A
(78,63,74)
#3F343D
(63,52,61)
#302930
(48,41,48)
#211E23
(33,30,35)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #A88198

#A88198
(168,129,152)
#AF8CA1
(175,140,161)
#B697AA
(182,151,170)
#BDA2B3
(189,162,179)
#C4ADBC
(196,173,188)
#CBB8C5
(203,184,197)
#D2C3CE
(210,195,206)
#D9CED7
(217,206,215)
#E0D9E0
(224,217,224)
#E7E4E9
(231,228,233)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88198; }

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

This text font color is #A88198.


Background Color

.myBgColor { background-color: #A88198; }

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

This div background color is #A88198.


Border color

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

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

This div border color is #A88198.


Opacity

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

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

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

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

This text has shadow with #A88198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88198 on black background.


Color preview on white background

This text has color #A88198 on white background.



Black color preview on #A88198 background

This text has black color on #A88198 background.


White color preview on #A88198 background

This text has white color on #A88198 background.