COLOR #A88698

HEX: #A88698 RGB: (168,134,152)

Color info

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

RGB color model

#A88698 color RGB value is (168,134,152).

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

RGB channels and saturation

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

168
134
152

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

Portions of RGB colors in percentages

R + G + B = 168 + 134 + 152 = 454 (100%)
R 168 of 454 ~ 37%
G 134 of 454 ~ 29.52%
B 152 of 454 ~ 33.48'%

%37
%29.52
%33.48

CMYK color model

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

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

Codes

Color #A88698 in popluar color models

A8 86 98
RGB 168 134 152
HSL 328° 16.35% 59.22%
HSB/HSV 328° 20.24% 65.88%
CMYK 0.00% 20.24% 9.52%
34.12%

Color #A88698 in popluar number systems.

HEX A8 86 98
Decimal 168 134 152
Binary 10101000 10000110 10011000
Octal 250 206 230

Shades and tints

Shades of #A88698

#A88698
(168,134,152)
#997A8B
(153,122,139)
#8A6E7E
(138,110,126)
#7B6271
(123,98,113)
#6C5664
(108,86,100)
#5D4A57
(93,74,87)
#4E3E4A
(78,62,74)
#3F323D
(63,50,61)
#302630
(48,38,48)
#211A23
(33,26,35)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #A88698

#A88698
(168,134,152)
#AF91A1
(175,145,161)
#B69CAA
(182,156,170)
#BDA7B3
(189,167,179)
#C4B2BC
(196,178,188)
#CBBDC5
(203,189,197)
#D2C8CE
(210,200,206)
#D9D3D7
(217,211,215)
#E0DEE0
(224,222,224)
#E7E9E9
(231,233,233)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88698; }

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

This text font color is #A88698.

Background Color

.myBgColor { background-color: #A88698; }

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

This div background color is #A88698.

Border color

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

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

This div border color is #A88698.

Opacity

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

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

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

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

This text has shadow with #A88698 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88698.

Preview

Color preview on black background

This text has color #A88698 on black background.


Color preview on white background

This text has color #A88698 on white background.


Black color preview on #A88698 background

This text has black color on #A88698 background.


White color preview on #A88698 background

This text has white color on #A88698 background.


Related colors

Complementary color

Complementary color for #hex is #577967.


I love getcolorcode.com

Triadic colors

1 #98A886 and #8698A8 with #A88698 are triadic colors.

2 #9886A8 and #86A898 with #A88698 are triadic colors.