COLOR #A8858A

HEX: #A8858A RGB: (168,133,138)

Color info

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

RGB color model

#A8858A color RGB value is (168,133,138).

RGB: (168,133,138) (66%, 52%, 54%)

RGB channels and saturation

R 168 of 255 = 66%
G 133 of 255 = 52%
B 138 of 255 = 54%

168
133
138

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

Portions of RGB colors in percentages

R + G + B = 168 + 133 + 138 = 439 (100%)
R 168 of 439 ~ 38.27%
G 133 of 439 ~ 30.3%
B 138 of 439 ~ 31.44'%

%38.27
%30.3
%31.44

CMYK color model

#A8858A color CMYK value is (0,21,18,34).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 17.86%
  • key color value is 34.12%

CMYK: (0,21,18,34)
C0M21Y18K34 (0%, 21%, 18%, 34%)
(0.00 / 0.21 / 0.18 / 0.34)

CMYK percentages

%0
%20.83
%17.86
%34.12

Codes

Color #A8858A in popluar color models

A8 85 8A
RGB 168 133 138
HSL 351° 16.75% 59.02%
HSB/HSV 351° 20.83% 65.88%
CMYK 0.00% 20.83% 17.86%
34.12%

Color #A8858A in popluar number systems.

HEX A8 85 8A
Decimal 168 133 138
Binary 10101000 10000101 10001010
Octal 250 205 212

Shades and tints

Shades of #A8858A

#A8858A
(168,133,138)
#99797E
(153,121,126)
#8A6D72
(138,109,114)
#7B6166
(123,97,102)
#6C555A
(108,85,90)
#5D494E
(93,73,78)
#4E3D42
(78,61,66)
#3F3136
(63,49,54)
#30252A
(48,37,42)
#21191E
(33,25,30)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #A8858A

#A8858A
(168,133,138)
#AF9094
(175,144,148)
#B69B9E
(182,155,158)
#BDA6A8
(189,166,168)
#C4B1B2
(196,177,178)
#CBBCBC
(203,188,188)
#D2C7C6
(210,199,198)
#D9D2D0
(217,210,208)
#E0DDDA
(224,221,218)
#E7E8E4
(231,232,228)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8858A; }

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

This text font color is #A8858A.

Background Color

.myBgColor { background-color: #A8858A; }

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

This div background color is #A8858A.

Border color

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

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

This div border color is #A8858A.

Opacity

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

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

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

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

This text has shadow with #A8858A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8858A.

Preview

Color preview on black background

This text has color #A8858A on black background.


Color preview on white background

This text has color #A8858A on white background.


Black color preview on #A8858A background

This text has black color on #A8858A background.


White color preview on #A8858A background

This text has white color on #A8858A background.


Related colors

Complementary color

Complementary color for #hex is #577A75.


I love getcolorcode.com

Triadic colors

1 #8AA885 and #858AA8 with #A8858A are triadic colors.

2 #8A85A8 and #85A88A with #A8858A are triadic colors.