COLOR #A88D7C

HEX: #A88D7C
RGB: (168,141,124)

Color info

#A88D7C contains red, green and blue colors in about the same proportion. Web safe color of #A88D7C is #999966 (or #996).

RGB color model

#A88D7C color RGB value is (168,141,124).

  • red value is 168;
  • green value is 141;
  • blue value is 124.
RGB:
(168,141,124)
(66%,55%,49%)

RGB channels and saturation

R 168 of 255 = 66%
G 141 of 255 = 55%
B 124 of 255 = 49%

168
141
124

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

Portions of RGB colors in percentages

R + G + B =
168 + 141 + 124 = 433 (100%)
R 168 of 433 ~ 38.8%
G 141 of 433 ~ 32.56%
B 124 of 433 ~ 28.64%

%38.8
%32.56
%28.64

CMYK color model

#A88D7C color CMYK value is (0,16,26,34).

  • cyan value is 0.00%
  • magenta value is 16.07%
  • yellow value is 26.19%
  • key color value is 34.12%
CMYK:
(0,16,26,34)
C0M16Y26K34 
(0%,16%,26%,34%)
(0.00/0.16/0.26/0.34)	

CMYK percentages

%0
%16.07
%26.19
%34.12

Codes

Color #A88D7C in popluar color models

A88D7C
RGB168141124
HSL23°20.18%57.25%
HSB/HSV23°26.19%65.88%
CMYK0.00%16.07%26.19%
34.12%

Color #A88D7C in popluar number systems.

HEXA88D7C
Decimal168141124
Binary10101000100011011111100
Octal250215174

Shades and tints

Shades of #A88D7C

#A88D7C
(168,141,124)
#998171
(153,129,113)
#8A7566
(138,117,102)
#7B695B
(123,105,91)
#6C5D50
(108,93,80)
#5D5145
(93,81,69)
#4E453A
(78,69,58)
#3F392F
(63,57,47)
#302D24
(48,45,36)
#212119
(33,33,25)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #A88D7C

#A88D7C
(168,141,124)
#AF9787
(175,151,135)
#B6A192
(182,161,146)
#BDAB9D
(189,171,157)
#C4B5A8
(196,181,168)
#CBBFB3
(203,191,179)
#D2C9BE
(210,201,190)
#D9D3C9
(217,211,201)
#E0DDD4
(224,221,212)
#E7E7DF
(231,231,223)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88D7C color. Also use rgb(168,141,124) instead hex code.

Text Font Color

.myTextColor { color: #A88D7C; }

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

This text font color is #A88D7C.


Background Color

.myBgColor { background-color: #A88D7C; }

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

This div background color is #A88D7C.


Border color

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

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

This div border color is #A88D7C.


Opacity

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

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

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

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

This text has shadow with #A88D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88D7C on black background.


Color preview on white background

This text has color #A88D7C on white background.



Black color preview on #A88D7C background

This text has black color on #A88D7C background.


White color preview on #A88D7C background

This text has white color on #A88D7C background.