COLOR #A88C88

HEX: #A88C88
RGB: (168,140,136)

Color info

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

RGB color model

#A88C88 color RGB value is (168,140,136).

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

RGB channels and saturation

R 168 of 255 = 66%
G 140 of 255 = 55%
B 136 of 255 = 53%

168
140
136

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

Portions of RGB colors in percentages

R + G + B =
168 + 140 + 136 = 444 (100%)
R 168 of 444 ~ 37.84%
G 140 of 444 ~ 31.53%
B 136 of 444 ~ 30.63%

%37.84
%31.53
%30.63

CMYK color model

#A88C88 color CMYK value is (0,17,19,34).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 19.05%
  • key color value is 34.12%
CMYK:
(0,17,19,34)
C0M17Y19K34 
(0%,17%,19%,34%)
(0.00/0.17/0.19/0.34)	

CMYK percentages

%0
%16.67
%19.05
%34.12

Codes

Color #A88C88 in popluar color models

A88C88
RGB168140136
HSL15.53%59.61%
HSB/HSV19.05%65.88%
CMYK0.00%16.67%19.05%
34.12%

Color #A88C88 in popluar number systems.

HEXA88C88
Decimal168140136
Binary101010001000110010001000
Octal250214210

Shades and tints

Shades of #A88C88

#A88C88
(168,140,136)
#99807C
(153,128,124)
#8A7470
(138,116,112)
#7B6864
(123,104,100)
#6C5C58
(108,92,88)
#5D504C
(93,80,76)
#4E4440
(78,68,64)
#3F3834
(63,56,52)
#302C28
(48,44,40)
#21201C
(33,32,28)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #A88C88

#A88C88
(168,140,136)
#AF9692
(175,150,146)
#B6A09C
(182,160,156)
#BDAAA6
(189,170,166)
#C4B4B0
(196,180,176)
#CBBEBA
(203,190,186)
#D2C8C4
(210,200,196)
#D9D2CE
(217,210,206)
#E0DCD8
(224,220,216)
#E7E6E2
(231,230,226)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88C88; }

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

This text font color is #A88C88.


Background Color

.myBgColor { background-color: #A88C88; }

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

This div background color is #A88C88.


Border color

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

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

This div border color is #A88C88.


Opacity

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

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

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

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

This text has shadow with #A88C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88C88 on black background.


Color preview on white background

This text has color #A88C88 on white background.



Black color preview on #A88C88 background

This text has black color on #A88C88 background.


White color preview on #A88C88 background

This text has white color on #A88C88 background.