COLOR #A8988D

HEX: #A8988D RGB: (168,152,141)

Color info

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

RGB color model

#A8988D color RGB value is (168,152,141).

RGB: (168,152,141) (66%, 60%, 55%)

RGB channels and saturation

R 168 of 255 = 66%
G 152 of 255 = 60%
B 141 of 255 = 55%

168
152
141

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

Portions of RGB colors in percentages

R + G + B = 168 + 152 + 141 = 461 (100%)
R 168 of 461 ~ 36.44%
G 152 of 461 ~ 32.97%
B 141 of 461 ~ 30.59'%

%36.44
%32.97
%30.59

CMYK color model

#A8988D color CMYK value is (0,10,16,34).

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

CMYK: (0,10,16,34)
C0M10Y16K34 (0%, 10%, 16%, 34%)
(0.00 / 0.10 / 0.16 / 0.34)

CMYK percentages

%0
%9.52
%16.07
%34.12

Codes

Color #A8988D in popluar color models

A8 98 8D
RGB 168 152 141
HSL 24° 13.43% 60.59%
HSB/HSV 24° 16.07% 65.88%
CMYK 0.00% 9.52% 16.07%
34.12%

Color #A8988D in popluar number systems.

HEX A8 98 8D
Decimal 168 152 141
Binary 10101000 10011000 10001101
Octal 250 230 215

Shades and tints

Shades of #A8988D

#A8988D
(168,152,141)
#998B81
(153,139,129)
#8A7E75
(138,126,117)
#7B7169
(123,113,105)
#6C645D
(108,100,93)
#5D5751
(93,87,81)
#4E4A45
(78,74,69)
#3F3D39
(63,61,57)
#30302D
(48,48,45)
#212321
(33,35,33)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #A8988D

#A8988D
(168,152,141)
#AFA197
(175,161,151)
#B6AAA1
(182,170,161)
#BDB3AB
(189,179,171)
#C4BCB5
(196,188,181)
#CBC5BF
(203,197,191)
#D2CEC9
(210,206,201)
#D9D7D3
(217,215,211)
#E0E0DD
(224,224,221)
#E7E9E7
(231,233,231)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8988D; }

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

This text font color is #A8988D.

Background Color

.myBgColor { background-color: #A8988D; }

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

This div background color is #A8988D.

Border color

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

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

This div border color is #A8988D.

Opacity

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

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

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

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

This text has shadow with #A8988D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8988D.

Preview

Color preview on black background

This text has color #A8988D on black background.


Color preview on white background

This text has color #A8988D on white background.


Black color preview on #A8988D background

This text has black color on #A8988D background.


White color preview on #A8988D background

This text has white color on #A8988D background.


Related colors

Complementary color

Complementary color for #hex is #576772.


I love getcolorcode.com

Triadic colors

1 #8DA898 and #988DA8 with #A8988D are triadic colors.

2 #8D98A8 and #98A88D with #A8988D are triadic colors.