COLOR #A88188

HEX: #A88188
RGB: (168,129,136)

Color info

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

RGB color model

#A88188 color RGB value is (168,129,136).

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

RGB channels and saturation

R 168 of 255 = 66%
G 129 of 255 = 51%
B 136 of 255 = 53%

168
129
136

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

Portions of RGB colors in percentages

R + G + B =
168 + 129 + 136 = 433 (100%)
R 168 of 433 ~ 38.8%
G 129 of 433 ~ 29.79%
B 136 of 433 ~ 31.41%

%38.8
%29.79
%31.41

CMYK color model

#A88188 color CMYK value is (0,23,19,34).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 19.05%
  • key color value is 34.12%
CMYK:
(0,23,19,34)
C0M23Y19K34 
(0%,23%,19%,34%)
(0.00/0.23/0.19/0.34)	

CMYK percentages

%0
%23.21
%19.05
%34.12

Codes

Color #A88188 in popluar color models

A88188
RGB168129136
HSL349°18.31%58.24%
HSB/HSV349°23.21%65.88%
CMYK0.00%23.21%19.05%
34.12%

Color #A88188 in popluar number systems.

HEXA88188
Decimal168129136
Binary101010001000000110001000
Octal250201210

Shades and tints

Shades of #A88188

#A88188
(168,129,136)
#99767C
(153,118,124)
#8A6B70
(138,107,112)
#7B6064
(123,96,100)
#6C5558
(108,85,88)
#5D4A4C
(93,74,76)
#4E3F40
(78,63,64)
#3F3434
(63,52,52)
#302928
(48,41,40)
#211E1C
(33,30,28)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #A88188

#A88188
(168,129,136)
#AF8C92
(175,140,146)
#B6979C
(182,151,156)
#BDA2A6
(189,162,166)
#C4ADB0
(196,173,176)
#CBB8BA
(203,184,186)
#D2C3C4
(210,195,196)
#D9CECE
(217,206,206)
#E0D9D8
(224,217,216)
#E7E4E2
(231,228,226)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88188; }

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

This text font color is #A88188.


Background Color

.myBgColor { background-color: #A88188; }

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

This div background color is #A88188.


Border color

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

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

This div border color is #A88188.


Opacity

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

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

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

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

This text has shadow with #A88188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88188 on black background.


Color preview on white background

This text has color #A88188 on white background.



Black color preview on #A88188 background

This text has black color on #A88188 background.


White color preview on #A88188 background

This text has white color on #A88188 background.