COLOR #A8868D

HEX: #A8868D RGB: (168,134,141)

Color info

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

RGB color model

#A8868D color RGB value is (168,134,141).

RGB: (168,134,141) (66%, 53%, 55%)

RGB channels and saturation

R 168 of 255 = 66%
G 134 of 255 = 53%
B 141 of 255 = 55%

168
134
141

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

Portions of RGB colors in percentages

R + G + B = 168 + 134 + 141 = 443 (100%)
R 168 of 443 ~ 37.92%
G 134 of 443 ~ 30.25%
B 141 of 443 ~ 31.83'%

%37.92
%30.25
%31.83

CMYK color model

#A8868D color CMYK value is (0,20,16,34).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 16.07%
  • key color value is 34.12%

CMYK: (0,20,16,34)
C0M20Y16K34 (0%, 20%, 16%, 34%)
(0.00 / 0.20 / 0.16 / 0.34)

CMYK percentages

%0
%20.24
%16.07
%34.12

Codes

Color #A8868D in popluar color models

A8 86 8D
RGB 168 134 141
HSL 348° 16.35% 59.22%
HSB/HSV 348° 20.24% 65.88%
CMYK 0.00% 20.24% 16.07%
34.12%

Color #A8868D in popluar number systems.

HEX A8 86 8D
Decimal 168 134 141
Binary 10101000 10000110 10001101
Octal 250 206 215

Shades and tints

Shades of #A8868D

#A8868D
(168,134,141)
#997A81
(153,122,129)
#8A6E75
(138,110,117)
#7B6269
(123,98,105)
#6C565D
(108,86,93)
#5D4A51
(93,74,81)
#4E3E45
(78,62,69)
#3F3239
(63,50,57)
#30262D
(48,38,45)
#211A21
(33,26,33)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #A8868D

#A8868D
(168,134,141)
#AF9197
(175,145,151)
#B69CA1
(182,156,161)
#BDA7AB
(189,167,171)
#C4B2B5
(196,178,181)
#CBBDBF
(203,189,191)
#D2C8C9
(210,200,201)
#D9D3D3
(217,211,211)
#E0DEDD
(224,222,221)
#E7E9E7
(231,233,231)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8868D color. Also use rgb(168,134,141) instead hex code.

Text Font Color

.myTextColor { color: #A8868D; }

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

This text font color is #A8868D.

Background Color

.myBgColor { background-color: #A8868D; }

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

This div background color is #A8868D.

Border color

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

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

This div border color is #A8868D.

Opacity

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

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

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

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

This text has shadow with #A8868D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8868D.

Preview

Color preview on black background

This text has color #A8868D on black background.


Color preview on white background

This text has color #A8868D on white background.


Black color preview on #A8868D background

This text has black color on #A8868D background.


White color preview on #A8868D background

This text has white color on #A8868D background.


Related colors

Complementary color

Complementary color for #hex is #577972.


I love getcolorcode.com

Triadic colors

1 #8DA886 and #868DA8 with #A8868D are triadic colors.

2 #8D86A8 and #86A88D with #A8868D are triadic colors.