COLOR #A88298

HEX: #A88298
RGB: (168,130,152)

Color info

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

RGB color model

#A88298 color RGB value is (168,130,152).

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

RGB channels and saturation

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

168
130
152

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

Portions of RGB colors in percentages

R + G + B =
168 + 130 + 152 = 450 (100%)
R 168 of 450 ~ 37.33%
G 130 of 450 ~ 28.89%
B 152 of 450 ~ 33.78%

%37.33
%28.89
%33.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.62%
  • 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
%22.62
%9.52
%34.12

Codes

Color #A88298 in popluar color models

A88298
RGB168130152
HSL325°17.92%58.43%
HSB/HSV325°22.62%65.88%
CMYK0.00%22.62%9.52%
34.12%

Color #A88298 in popluar number systems.

HEXA88298
Decimal168130152
Binary101010001000001010011000
Octal250202230

Shades and tints

Shades of #A88298

#A88298
(168,130,152)
#99778B
(153,119,139)
#8A6C7E
(138,108,126)
#7B6171
(123,97,113)
#6C5664
(108,86,100)
#5D4B57
(93,75,87)
#4E404A
(78,64,74)
#3F353D
(63,53,61)
#302A30
(48,42,48)
#211F23
(33,31,35)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #A88298

#A88298
(168,130,152)
#AF8DA1
(175,141,161)
#B698AA
(182,152,170)
#BDA3B3
(189,163,179)
#C4AEBC
(196,174,188)
#CBB9C5
(203,185,197)
#D2C4CE
(210,196,206)
#D9CFD7
(217,207,215)
#E0DAE0
(224,218,224)
#E7E5E9
(231,229,233)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88298; }

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

This text font color is #A88298.


Background Color

.myBgColor { background-color: #A88298; }

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

This div background color is #A88298.


Border color

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

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

This div border color is #A88298.


Opacity

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

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

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

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

This text has shadow with #A88298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88298 on black background.


Color preview on white background

This text has color #A88298 on white background.



Black color preview on #A88298 background

This text has black color on #A88298 background.


White color preview on #A88298 background

This text has white color on #A88298 background.