COLOR #A8858E

HEX: #A8858E
RGB: (168,133,142)

Color info

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

RGB color model

#A8858E color RGB value is (168,133,142).

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

RGB channels and saturation

R 168 of 255 = 66%
G 133 of 255 = 52%
B 142 of 255 = 56%

168
133
142

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

Portions of RGB colors in percentages

R + G + B =
168 + 133 + 142 = 443 (100%)
R 168 of 443 ~ 37.92%
G 133 of 443 ~ 30.02%
B 142 of 443 ~ 32.05%

%37.92
%30.02
%32.05

CMYK color model

#A8858E color CMYK value is (0,21,15,34).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 15.48%
  • key color value is 34.12%
CMYK:
(0,21,15,34)
C0M21Y15K34 
(0%,21%,15%,34%)
(0.00/0.21/0.15/0.34)	

CMYK percentages

%0
%20.83
%15.48
%34.12

Codes

Color #A8858E in popluar color models

A8858E
RGB168133142
HSL345°16.75%59.02%
HSB/HSV345°20.83%65.88%
CMYK0.00%20.83%15.48%
34.12%

Color #A8858E in popluar number systems.

HEXA8858E
Decimal168133142
Binary101010001000010110001110
Octal250205216

Shades and tints

Shades of #A8858E

#A8858E
(168,133,142)
#997982
(153,121,130)
#8A6D76
(138,109,118)
#7B616A
(123,97,106)
#6C555E
(108,85,94)
#5D4952
(93,73,82)
#4E3D46
(78,61,70)
#3F313A
(63,49,58)
#30252E
(48,37,46)
#211922
(33,25,34)
#120D16
(18,13,22)
#000000
(0,0,0)

Tints of #A8858E

#A8858E
(168,133,142)
#AF9098
(175,144,152)
#B69BA2
(182,155,162)
#BDA6AC
(189,166,172)
#C4B1B6
(196,177,182)
#CBBCC0
(203,188,192)
#D2C7CA
(210,199,202)
#D9D2D4
(217,210,212)
#E0DDDE
(224,221,222)
#E7E8E8
(231,232,232)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8858E; }

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

This text font color is #A8858E.


Background Color

.myBgColor { background-color: #A8858E; }

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

This div background color is #A8858E.


Border color

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

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

This div border color is #A8858E.


Opacity

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

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

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

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

This text has shadow with #A8858E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8858E on black background.


Color preview on white background

This text has color #A8858E on white background.



Black color preview on #A8858E background

This text has black color on #A8858E background.


White color preview on #A8858E background

This text has white color on #A8858E background.