COLOR #A88195

HEX: #A88195
RGB: (168,129,149)

Color info

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

RGB color model

#A88195 color RGB value is (168,129,149).

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

RGB channels and saturation

R 168 of 255 = 66%
G 129 of 255 = 51%
B 149 of 255 = 58%

168
129
149

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

Portions of RGB colors in percentages

R + G + B =
168 + 129 + 149 = 446 (100%)
R 168 of 446 ~ 37.67%
G 129 of 446 ~ 28.92%
B 149 of 446 ~ 33.41%

%37.67
%28.92
%33.41

CMYK color model

#A88195 color CMYK value is (0,23,11,34).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 11.31%
  • key color value is 34.12%
CMYK:
(0,23,11,34)
C0M23Y11K34 
(0%,23%,11%,34%)
(0.00/0.23/0.11/0.34)	

CMYK percentages

%0
%23.21
%11.31
%34.12

Codes

Color #A88195 in popluar color models

A88195
RGB168129149
HSL329°18.31%58.24%
HSB/HSV329°23.21%65.88%
CMYK0.00%23.21%11.31%
34.12%

Color #A88195 in popluar number systems.

HEXA88195
Decimal168129149
Binary101010001000000110010101
Octal250201225

Shades and tints

Shades of #A88195

#A88195
(168,129,149)
#997688
(153,118,136)
#8A6B7B
(138,107,123)
#7B606E
(123,96,110)
#6C5561
(108,85,97)
#5D4A54
(93,74,84)
#4E3F47
(78,63,71)
#3F343A
(63,52,58)
#30292D
(48,41,45)
#211E20
(33,30,32)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #A88195

#A88195
(168,129,149)
#AF8C9E
(175,140,158)
#B697A7
(182,151,167)
#BDA2B0
(189,162,176)
#C4ADB9
(196,173,185)
#CBB8C2
(203,184,194)
#D2C3CB
(210,195,203)
#D9CED4
(217,206,212)
#E0D9DD
(224,217,221)
#E7E4E6
(231,228,230)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88195; }

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

This text font color is #A88195.


Background Color

.myBgColor { background-color: #A88195; }

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

This div background color is #A88195.


Border color

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

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

This div border color is #A88195.


Opacity

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

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

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

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

This text has shadow with #A88195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88195 on black background.


Color preview on white background

This text has color #A88195 on white background.



Black color preview on #A88195 background

This text has black color on #A88195 background.


White color preview on #A88195 background

This text has white color on #A88195 background.