COLOR #A88D8F

HEX: #A88D8F RGB: (168,141,143)

Color info

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

RGB color model

#A88D8F color RGB value is (168,141,143).

RGB: (168,141,143) (66%, 55%, 56%)

RGB channels and saturation

R 168 of 255 = 66%
G 141 of 255 = 55%
B 143 of 255 = 56%

168
141
143

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

Portions of RGB colors in percentages

R + G + B = 168 + 141 + 143 = 452 (100%)
R 168 of 452 ~ 37.17%
G 141 of 452 ~ 31.19%
B 143 of 452 ~ 31.64'%

%37.17
%31.19
%31.64

CMYK color model

#A88D8F color CMYK value is (0,16,15,34).

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

CMYK: (0,16,15,34)
C0M16Y15K34 (0%, 16%, 15%, 34%)
(0.00 / 0.16 / 0.15 / 0.34)

CMYK percentages

%0
%16.07
%14.88
%34.12

Codes

Color #A88D8F in popluar color models

A8 8D 8F
RGB 168 141 143
HSL 356° 13.43% 60.59%
HSB/HSV 356° 16.07% 65.88%
CMYK 0.00% 16.07% 14.88%
34.12%

Color #A88D8F in popluar number systems.

HEX A8 8D 8F
Decimal 168 141 143
Binary 10101000 10001101 10001111
Octal 250 215 217

Shades and tints

Shades of #A88D8F

#A88D8F
(168,141,143)
#998182
(153,129,130)
#8A7575
(138,117,117)
#7B6968
(123,105,104)
#6C5D5B
(108,93,91)
#5D514E
(93,81,78)
#4E4541
(78,69,65)
#3F3934
(63,57,52)
#302D27
(48,45,39)
#21211A
(33,33,26)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #A88D8F

#A88D8F
(168,141,143)
#AF9799
(175,151,153)
#B6A1A3
(182,161,163)
#BDABAD
(189,171,173)
#C4B5B7
(196,181,183)
#CBBFC1
(203,191,193)
#D2C9CB
(210,201,203)
#D9D3D5
(217,211,213)
#E0DDDF
(224,221,223)
#E7E7E9
(231,231,233)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88D8F; }

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

This text font color is #A88D8F.

Background Color

.myBgColor { background-color: #A88D8F; }

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

This div background color is #A88D8F.

Border color

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

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

This div border color is #A88D8F.

Opacity

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

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

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

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

This text has shadow with #A88D8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88D8F.

Preview

Color preview on black background

This text has color #A88D8F on black background.


Color preview on white background

This text has color #A88D8F on white background.


Black color preview on #A88D8F background

This text has black color on #A88D8F background.


White color preview on #A88D8F background

This text has white color on #A88D8F background.


Related colors

Complementary color

Complementary color for #hex is #577270.


I love getcolorcode.com

Triadic colors

1 #8FA88D and #8D8FA8 with #A88D8F are triadic colors.

2 #8F8DA8 and #8DA88F with #A88D8F are triadic colors.