COLOR #A88791

HEX: #A88791
RGB: (168,135,145)

Color info

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

RGB color model

#A88791 color RGB value is (168,135,145).

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

RGB channels and saturation

R 168 of 255 = 66%
G 135 of 255 = 53%
B 145 of 255 = 57%

168
135
145

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

Portions of RGB colors in percentages

R + G + B =
168 + 135 + 145 = 448 (100%)
R 168 of 448 ~ 37.5%
G 135 of 448 ~ 30.13%
B 145 of 448 ~ 32.37%

%37.5
%30.13
%32.37

CMYK color model

#A88791 color CMYK value is (0,20,14,34).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 13.69%
  • key color value is 34.12%
CMYK:
(0,20,14,34)
C0M20Y14K34 
(0%,20%,14%,34%)
(0.00/0.20/0.14/0.34)	

CMYK percentages

%0
%19.64
%13.69
%34.12

Codes

Color #A88791 in popluar color models

A88791
RGB168135145
HSL342°15.94%59.41%
HSB/HSV342°19.64%65.88%
CMYK0.00%19.64%13.69%
34.12%

Color #A88791 in popluar number systems.

HEXA88791
Decimal168135145
Binary101010001000011110010001
Octal250207221

Shades and tints

Shades of #A88791

#A88791
(168,135,145)
#997B84
(153,123,132)
#8A6F77
(138,111,119)
#7B636A
(123,99,106)
#6C575D
(108,87,93)
#5D4B50
(93,75,80)
#4E3F43
(78,63,67)
#3F3336
(63,51,54)
#302729
(48,39,41)
#211B1C
(33,27,28)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #A88791

#A88791
(168,135,145)
#AF919B
(175,145,155)
#B69BA5
(182,155,165)
#BDA5AF
(189,165,175)
#C4AFB9
(196,175,185)
#CBB9C3
(203,185,195)
#D2C3CD
(210,195,205)
#D9CDD7
(217,205,215)
#E0D7E1
(224,215,225)
#E7E1EB
(231,225,235)
#EEEBF5
(238,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88791; }

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

This text font color is #A88791.


Background Color

.myBgColor { background-color: #A88791; }

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

This div background color is #A88791.


Border color

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

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

This div border color is #A88791.


Opacity

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

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

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

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

This text has shadow with #A88791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88791 on black background.


Color preview on white background

This text has color #A88791 on white background.



Black color preview on #A88791 background

This text has black color on #A88791 background.


White color preview on #A88791 background

This text has white color on #A88791 background.