COLOR #A88798

HEX: #A88798 RGB: (168,135,152)

Color info

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

RGB color model

#A88798 color RGB value is (168,135,152).

RGB: (168,135,152) (66%, 53%, 60%)

RGB channels and saturation

R 168 of 255 = 66%
G 135 of 255 = 53%
B 152 of 255 = 60%

168
135
152

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

Portions of RGB colors in percentages

R + G + B = 168 + 135 + 152 = 455 (100%)
R 168 of 455 ~ 36.92%
G 135 of 455 ~ 29.67%
B 152 of 455 ~ 33.41'%

%36.92
%29.67
%33.41

CMYK color model

#A88798 color CMYK value is (0,20,10,34).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 9.52%
  • key color value is 34.12%

CMYK: (0,20,10,34)
C0M20Y10K34 (0%, 20%, 10%, 34%)
(0.00 / 0.20 / 0.10 / 0.34)

CMYK percentages

%0
%19.64
%9.52
%34.12

Codes

Color #A88798 in popluar color models

A8 87 98
RGB 168 135 152
HSL 329° 15.94% 59.41%
HSB/HSV 329° 19.64% 65.88%
CMYK 0.00% 19.64% 9.52%
34.12%

Color #A88798 in popluar number systems.

HEX A8 87 98
Decimal 168 135 152
Binary 10101000 10000111 10011000
Octal 250 207 230

Shades and tints

Shades of #A88798

#A88798
(168,135,152)
#997B8B
(153,123,139)
#8A6F7E
(138,111,126)
#7B6371
(123,99,113)
#6C5764
(108,87,100)
#5D4B57
(93,75,87)
#4E3F4A
(78,63,74)
#3F333D
(63,51,61)
#302730
(48,39,48)
#211B23
(33,27,35)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #A88798

#A88798
(168,135,152)
#AF91A1
(175,145,161)
#B69BAA
(182,155,170)
#BDA5B3
(189,165,179)
#C4AFBC
(196,175,188)
#CBB9C5
(203,185,197)
#D2C3CE
(210,195,206)
#D9CDD7
(217,205,215)
#E0D7E0
(224,215,224)
#E7E1E9
(231,225,233)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88798; }

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

This text font color is #A88798.

Background Color

.myBgColor { background-color: #A88798; }

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

This div background color is #A88798.

Border color

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

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

This div border color is #A88798.

Opacity

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

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

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

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

This text has shadow with #A88798 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88798.

Preview

Color preview on black background

This text has color #A88798 on black background.


Color preview on white background

This text has color #A88798 on white background.


Black color preview on #A88798 background

This text has black color on #A88798 background.


White color preview on #A88798 background

This text has white color on #A88798 background.


Related colors

Complementary color

Complementary color for #hex is #577867.


I love getcolorcode.com

Triadic colors

1 #98A887 and #8798A8 with #A88798 are triadic colors.

2 #9887A8 and #87A898 with #A88798 are triadic colors.