COLOR #A88594

HEX: #A88594
RGB: (168,133,148)

Color info

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

RGB color model

#A88594 color RGB value is (168,133,148).

  • red value is 168;
  • green value is 133;
  • blue value is 148.
RGB:
(168,133,148)
(66%,52%,58%)

RGB channels and saturation

R 168 of 255 = 66%
G 133 of 255 = 52%
B 148 of 255 = 58%

168
133
148

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

Portions of RGB colors in percentages

R + G + B =
168 + 133 + 148 = 449 (100%)
R 168 of 449 ~ 37.42%
G 133 of 449 ~ 29.62%
B 148 of 449 ~ 32.96%

%37.42
%29.62
%32.96

CMYK color model

#A88594 color CMYK value is (0,21,12,34).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 11.90%
  • key color value is 34.12%
CMYK:
(0,21,12,34)
C0M21Y12K34 
(0%,21%,12%,34%)
(0.00/0.21/0.12/0.34)	

CMYK percentages

%0
%20.83
%11.9
%34.12

Codes

Color #A88594 in popluar color models

A88594
RGB168133148
HSL334°16.75%59.02%
HSB/HSV334°20.83%65.88%
CMYK0.00%20.83%11.90%
34.12%

Color #A88594 in popluar number systems.

HEXA88594
Decimal168133148
Binary101010001000010110010100
Octal250205224

Shades and tints

Shades of #A88594

#A88594
(168,133,148)
#997987
(153,121,135)
#8A6D7A
(138,109,122)
#7B616D
(123,97,109)
#6C5560
(108,85,96)
#5D4953
(93,73,83)
#4E3D46
(78,61,70)
#3F3139
(63,49,57)
#30252C
(48,37,44)
#21191F
(33,25,31)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #A88594

#A88594
(168,133,148)
#AF909D
(175,144,157)
#B69BA6
(182,155,166)
#BDA6AF
(189,166,175)
#C4B1B8
(196,177,184)
#CBBCC1
(203,188,193)
#D2C7CA
(210,199,202)
#D9D2D3
(217,210,211)
#E0DDDC
(224,221,220)
#E7E8E5
(231,232,229)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88594 color. Also use rgb(168,133,148) instead hex code.

Text Font Color

.myTextColor { color: #A88594; }

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

This text font color is #A88594.


Background Color

.myBgColor { background-color: #A88594; }

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

This div background color is #A88594.


Border color

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

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

This div border color is #A88594.


Opacity

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

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

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

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

This text has shadow with #A88594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88594 on black background.


Color preview on white background

This text has color #A88594 on white background.



Black color preview on #A88594 background

This text has black color on #A88594 background.


White color preview on #A88594 background

This text has white color on #A88594 background.