COLOR #A88E88

HEX: #A88E88
RGB: (168,142,136)

Color info

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

RGB color model

#A88E88 color RGB value is (168,142,136).

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

RGB channels and saturation

R 168 of 255 = 66%
G 142 of 255 = 56%
B 136 of 255 = 53%

168
142
136

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

Portions of RGB colors in percentages

R + G + B =
168 + 142 + 136 = 446 (100%)
R 168 of 446 ~ 37.67%
G 142 of 446 ~ 31.84%
B 136 of 446 ~ 30.49%

%37.67
%31.84
%30.49

CMYK color model

#A88E88 color CMYK value is (0,15,19,34).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 19.05%
  • key color value is 34.12%
CMYK:
(0,15,19,34)
C0M15Y19K34 
(0%,15%,19%,34%)
(0.00/0.15/0.19/0.34)	

CMYK percentages

%0
%15.48
%19.05
%34.12

Codes

Color #A88E88 in popluar color models

A88E88
RGB168142136
HSL11°15.53%59.61%
HSB/HSV11°19.05%65.88%
CMYK0.00%15.48%19.05%
34.12%

Color #A88E88 in popluar number systems.

HEXA88E88
Decimal168142136
Binary101010001000111010001000
Octal250216210

Shades and tints

Shades of #A88E88

#A88E88
(168,142,136)
#99827C
(153,130,124)
#8A7670
(138,118,112)
#7B6A64
(123,106,100)
#6C5E58
(108,94,88)
#5D524C
(93,82,76)
#4E4640
(78,70,64)
#3F3A34
(63,58,52)
#302E28
(48,46,40)
#21221C
(33,34,28)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #A88E88

#A88E88
(168,142,136)
#AF9892
(175,152,146)
#B6A29C
(182,162,156)
#BDACA6
(189,172,166)
#C4B6B0
(196,182,176)
#CBC0BA
(203,192,186)
#D2CAC4
(210,202,196)
#D9D4CE
(217,212,206)
#E0DED8
(224,222,216)
#E7E8E2
(231,232,226)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88E88; }

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

This text font color is #A88E88.


Background Color

.myBgColor { background-color: #A88E88; }

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

This div background color is #A88E88.


Border color

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

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

This div border color is #A88E88.


Opacity

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

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

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

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

This text has shadow with #A88E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88E88 on black background.


Color preview on white background

This text has color #A88E88 on white background.



Black color preview on #A88E88 background

This text has black color on #A88E88 background.


White color preview on #A88E88 background

This text has white color on #A88E88 background.