COLOR #A88793

HEX: #A88793
RGB: (168,135,147)

Color info

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

RGB color model

#A88793 color RGB value is (168,135,147).

  • red value is 168;
  • green value is 135;
  • blue value is 147.
RGB:
(168,135,147)
(66%,53%,58%)

RGB channels and saturation

R 168 of 255 = 66%
G 135 of 255 = 53%
B 147 of 255 = 58%

168
135
147

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

Portions of RGB colors in percentages

R + G + B =
168 + 135 + 147 = 450 (100%)
R 168 of 450 ~ 37.33%
G 135 of 450 ~ 30%
B 147 of 450 ~ 32.67%

%37.33
%30
%32.67

CMYK color model

#A88793 color CMYK value is (0,20,13,34).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 12.50%
  • key color value is 34.12%
CMYK:
(0,20,13,34)
C0M20Y13K34 
(0%,20%,13%,34%)
(0.00/0.20/0.13/0.34)	

CMYK percentages

%0
%19.64
%12.5
%34.12

Codes

Color #A88793 in popluar color models

A88793
RGB168135147
HSL338°15.94%59.41%
HSB/HSV338°19.64%65.88%
CMYK0.00%19.64%12.50%
34.12%

Color #A88793 in popluar number systems.

HEXA88793
Decimal168135147
Binary101010001000011110010011
Octal250207223

Shades and tints

Shades of #A88793

#A88793
(168,135,147)
#997B86
(153,123,134)
#8A6F79
(138,111,121)
#7B636C
(123,99,108)
#6C575F
(108,87,95)
#5D4B52
(93,75,82)
#4E3F45
(78,63,69)
#3F3338
(63,51,56)
#30272B
(48,39,43)
#211B1E
(33,27,30)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #A88793

#A88793
(168,135,147)
#AF919C
(175,145,156)
#B69BA5
(182,155,165)
#BDA5AE
(189,165,174)
#C4AFB7
(196,175,183)
#CBB9C0
(203,185,192)
#D2C3C9
(210,195,201)
#D9CDD2
(217,205,210)
#E0D7DB
(224,215,219)
#E7E1E4
(231,225,228)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88793 color. Also use rgb(168,135,147) instead hex code.

Text Font Color

.myTextColor { color: #A88793; }

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

This text font color is #A88793.


Background Color

.myBgColor { background-color: #A88793; }

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

This div background color is #A88793.


Border color

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

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

This div border color is #A88793.


Opacity

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

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

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

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

This text has shadow with #A88793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88793 on black background.


Color preview on white background

This text has color #A88793 on white background.



Black color preview on #A88793 background

This text has black color on #A88793 background.


White color preview on #A88793 background

This text has white color on #A88793 background.