COLOR #A88598

HEX: #A88598
RGB: (168,133,152)

Color info

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

RGB color model

#A88598 color RGB value is (168,133,152).

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

RGB channels and saturation

R 168 of 255 = 66%
G 133 of 255 = 52%
B 152 of 255 = 60%

168
133
152

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

Portions of RGB colors in percentages

R + G + B =
168 + 133 + 152 = 453 (100%)
R 168 of 453 ~ 37.09%
G 133 of 453 ~ 29.36%
B 152 of 453 ~ 33.55%

%37.09
%29.36
%33.55

CMYK color model

#A88598 color CMYK value is (0,21,10,34).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 9.52%
  • key color value is 34.12%
CMYK:
(0,21,10,34)
C0M21Y10K34 
(0%,21%,10%,34%)
(0.00/0.21/0.10/0.34)	

CMYK percentages

%0
%20.83
%9.52
%34.12

Codes

Color #A88598 in popluar color models

A88598
RGB168133152
HSL327°16.75%59.02%
HSB/HSV327°20.83%65.88%
CMYK0.00%20.83%9.52%
34.12%

Color #A88598 in popluar number systems.

HEXA88598
Decimal168133152
Binary101010001000010110011000
Octal250205230

Shades and tints

Shades of #A88598

#A88598
(168,133,152)
#99798B
(153,121,139)
#8A6D7E
(138,109,126)
#7B6171
(123,97,113)
#6C5564
(108,85,100)
#5D4957
(93,73,87)
#4E3D4A
(78,61,74)
#3F313D
(63,49,61)
#302530
(48,37,48)
#211923
(33,25,35)
#120D16
(18,13,22)
#000000
(0,0,0)

Tints of #A88598

#A88598
(168,133,152)
#AF90A1
(175,144,161)
#B69BAA
(182,155,170)
#BDA6B3
(189,166,179)
#C4B1BC
(196,177,188)
#CBBCC5
(203,188,197)
#D2C7CE
(210,199,206)
#D9D2D7
(217,210,215)
#E0DDE0
(224,221,224)
#E7E8E9
(231,232,233)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88598; }

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

This text font color is #A88598.


Background Color

.myBgColor { background-color: #A88598; }

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

This div background color is #A88598.


Border color

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

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

This div border color is #A88598.


Opacity

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

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

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

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

This text has shadow with #A88598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88598 on black background.


Color preview on white background

This text has color #A88598 on white background.



Black color preview on #A88598 background

This text has black color on #A88598 background.


White color preview on #A88598 background

This text has white color on #A88598 background.