COLOR #A88E82

HEX: #A88E82
RGB: (168,142,130)

Color info

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

RGB color model

#A88E82 color RGB value is (168,142,130).

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

RGB channels and saturation

R 168 of 255 = 66%
G 142 of 255 = 56%
B 130 of 255 = 51%

168
142
130

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

Portions of RGB colors in percentages

R + G + B =
168 + 142 + 130 = 440 (100%)
R 168 of 440 ~ 38.18%
G 142 of 440 ~ 32.27%
B 130 of 440 ~ 29.55%

%38.18
%32.27
%29.55

CMYK color model

#A88E82 color CMYK value is (0,15,23,34).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 22.62%
  • key color value is 34.12%
CMYK:
(0,15,23,34)
C0M15Y23K34 
(0%,15%,23%,34%)
(0.00/0.15/0.23/0.34)	

CMYK percentages

%0
%15.48
%22.62
%34.12

Codes

Color #A88E82 in popluar color models

A88E82
RGB168142130
HSL19°17.92%58.43%
HSB/HSV19°22.62%65.88%
CMYK0.00%15.48%22.62%
34.12%

Color #A88E82 in popluar number systems.

HEXA88E82
Decimal168142130
Binary101010001000111010000010
Octal250216202

Shades and tints

Shades of #A88E82

#A88E82
(168,142,130)
#998277
(153,130,119)
#8A766C
(138,118,108)
#7B6A61
(123,106,97)
#6C5E56
(108,94,86)
#5D524B
(93,82,75)
#4E4640
(78,70,64)
#3F3A35
(63,58,53)
#302E2A
(48,46,42)
#21221F
(33,34,31)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #A88E82

#A88E82
(168,142,130)
#AF988D
(175,152,141)
#B6A298
(182,162,152)
#BDACA3
(189,172,163)
#C4B6AE
(196,182,174)
#CBC0B9
(203,192,185)
#D2CAC4
(210,202,196)
#D9D4CF
(217,212,207)
#E0DEDA
(224,222,218)
#E7E8E5
(231,232,229)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88E82; }

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

This text font color is #A88E82.


Background Color

.myBgColor { background-color: #A88E82; }

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

This div background color is #A88E82.


Border color

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

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

This div border color is #A88E82.


Opacity

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

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

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

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

This text has shadow with #A88E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88E82 on black background.


Color preview on white background

This text has color #A88E82 on white background.



Black color preview on #A88E82 background

This text has black color on #A88E82 background.


White color preview on #A88E82 background

This text has white color on #A88E82 background.