COLOR #A88A7C

HEX: #A88A7C
RGB: (168,138,124)

Color info

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

RGB color model

#A88A7C color RGB value is (168,138,124).

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

RGB channels and saturation

R 168 of 255 = 66%
G 138 of 255 = 54%
B 124 of 255 = 49%

168
138
124

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

Portions of RGB colors in percentages

R + G + B =
168 + 138 + 124 = 430 (100%)
R 168 of 430 ~ 39.07%
G 138 of 430 ~ 32.09%
B 124 of 430 ~ 28.84%

%39.07
%32.09
%28.84

CMYK color model

#A88A7C color CMYK value is (0,18,26,34).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 26.19%
  • key color value is 34.12%
CMYK:
(0,18,26,34)
C0M18Y26K34 
(0%,18%,26%,34%)
(0.00/0.18/0.26/0.34)	

CMYK percentages

%0
%17.86
%26.19
%34.12

Codes

Color #A88A7C in popluar color models

A88A7C
RGB168138124
HSL19°20.18%57.25%
HSB/HSV19°26.19%65.88%
CMYK0.00%17.86%26.19%
34.12%

Color #A88A7C in popluar number systems.

HEXA88A7C
Decimal168138124
Binary10101000100010101111100
Octal250212174

Shades and tints

Shades of #A88A7C

#A88A7C
(168,138,124)
#997E71
(153,126,113)
#8A7266
(138,114,102)
#7B665B
(123,102,91)
#6C5A50
(108,90,80)
#5D4E45
(93,78,69)
#4E423A
(78,66,58)
#3F362F
(63,54,47)
#302A24
(48,42,36)
#211E19
(33,30,25)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #A88A7C

#A88A7C
(168,138,124)
#AF9487
(175,148,135)
#B69E92
(182,158,146)
#BDA89D
(189,168,157)
#C4B2A8
(196,178,168)
#CBBCB3
(203,188,179)
#D2C6BE
(210,198,190)
#D9D0C9
(217,208,201)
#E0DAD4
(224,218,212)
#E7E4DF
(231,228,223)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88A7C; }

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

This text font color is #A88A7C.


Background Color

.myBgColor { background-color: #A88A7C; }

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

This div background color is #A88A7C.


Border color

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

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

This div border color is #A88A7C.


Opacity

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

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

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

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

This text has shadow with #A88A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88A7C on black background.


Color preview on white background

This text has color #A88A7C on white background.



Black color preview on #A88A7C background

This text has black color on #A88A7C background.


White color preview on #A88A7C background

This text has white color on #A88A7C background.