COLOR #A88C8A

HEX: #A88C8A
RGB: (168,140,138)

Color info

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

RGB color model

#A88C8A color RGB value is (168,140,138).

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

RGB channels and saturation

R 168 of 255 = 66%
G 140 of 255 = 55%
B 138 of 255 = 54%

168
140
138

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

Portions of RGB colors in percentages

R + G + B =
168 + 140 + 138 = 446 (100%)
R 168 of 446 ~ 37.67%
G 140 of 446 ~ 31.39%
B 138 of 446 ~ 30.94%

%37.67
%31.39
%30.94

CMYK color model

#A88C8A color CMYK value is (0,17,18,34).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 17.86%
  • key color value is 34.12%
CMYK:
(0,17,18,34)
C0M17Y18K34 
(0%,17%,18%,34%)
(0.00/0.17/0.18/0.34)	

CMYK percentages

%0
%16.67
%17.86
%34.12

Codes

Color #A88C8A in popluar color models

A88C8A
RGB168140138
HSL14.71%60.00%
HSB/HSV17.86%65.88%
CMYK0.00%16.67%17.86%
34.12%

Color #A88C8A in popluar number systems.

HEXA88C8A
Decimal168140138
Binary101010001000110010001010
Octal250214212

Shades and tints

Shades of #A88C8A

#A88C8A
(168,140,138)
#99807E
(153,128,126)
#8A7472
(138,116,114)
#7B6866
(123,104,102)
#6C5C5A
(108,92,90)
#5D504E
(93,80,78)
#4E4442
(78,68,66)
#3F3836
(63,56,54)
#302C2A
(48,44,42)
#21201E
(33,32,30)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #A88C8A

#A88C8A
(168,140,138)
#AF9694
(175,150,148)
#B6A09E
(182,160,158)
#BDAAA8
(189,170,168)
#C4B4B2
(196,180,178)
#CBBEBC
(203,190,188)
#D2C8C6
(210,200,198)
#D9D2D0
(217,210,208)
#E0DCDA
(224,220,218)
#E7E6E4
(231,230,228)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88C8A; }

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

This text font color is #A88C8A.


Background Color

.myBgColor { background-color: #A88C8A; }

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

This div background color is #A88C8A.


Border color

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

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

This div border color is #A88C8A.


Opacity

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

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

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

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

This text has shadow with #A88C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88C8A on black background.


Color preview on white background

This text has color #A88C8A on white background.



Black color preview on #A88C8A background

This text has black color on #A88C8A background.


White color preview on #A88C8A background

This text has white color on #A88C8A background.