COLOR #A8888C

HEX: #A8888C RGB: (168,136,140)

Color info

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

RGB color model

#A8888C color RGB value is (168,136,140).

RGB: (168,136,140) (66%, 53%, 55%)

RGB channels and saturation

R 168 of 255 = 66%
G 136 of 255 = 53%
B 140 of 255 = 55%

168
136
140

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

Portions of RGB colors in percentages

R + G + B = 168 + 136 + 140 = 444 (100%)
R 168 of 444 ~ 37.84%
G 136 of 444 ~ 30.63%
B 140 of 444 ~ 31.53'%

%37.84
%30.63
%31.53

CMYK color model

#A8888C color CMYK value is (0,19,17,34).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 16.67%
  • key color value is 34.12%
CMYK: (0,19,17,34) C0M19Y17K34 (0%,19%,17%,34%) (0.00/0.19/0.17/0.34) 

CMYK percentages

%0
%19.05
%16.67
%34.12

Codes

Color #A8888C in popluar color models

A8 88 8C
RGB 168 136 140
HSL 353° 15.53% 59.61%
HSB/HSV 353° 19.05% 65.88%
CMYK 0.00% 19.05% 16.67%
34.12%

Color #A8888C in popluar number systems.

HEX A8 88 8C
Decimal 168 136 140
Binary 10101000 10001000 10001100
Octal 250 210 214

Shades and tints

Shades of #A8888C

#A8888C
(168,136,140)
#997C80
(153,124,128)
#8A7074
(138,112,116)
#7B6468
(123,100,104)
#6C585C
(108,88,92)
#5D4C50
(93,76,80)
#4E4044
(78,64,68)
#3F3438
(63,52,56)
#30282C
(48,40,44)
#211C20
(33,28,32)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #A8888C

#A8888C
(168,136,140)
#AF9296
(175,146,150)
#B69CA0
(182,156,160)
#BDA6AA
(189,166,170)
#C4B0B4
(196,176,180)
#CBBABE
(203,186,190)
#D2C4C8
(210,196,200)
#D9CED2
(217,206,210)
#E0D8DC
(224,216,220)
#E7E2E6
(231,226,230)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8888C color. Also use rgb(168,136,140) instead hex code.

Text Font Color

.myTextColor { color: #A8888C; }

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

This text font color is #A8888C.

Background Color

.myBgColor { background-color: #A8888C; }

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

This div background color is #A8888C.

Border color

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

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

This div border color is #A8888C.

Opacity

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

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

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

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

This text has shadow with #A8888C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8888C.

Preview

Color preview on black background

This text has color #A8888C on black background.


Color preview on white background

This text has color #A8888C on white background.


Black color preview on #A8888C background

This text has black color on #A8888C background.


White color preview on #A8888C background

This text has white color on #A8888C background.


Related colors

Complementary color

Complementary color for #hex is #577773.


I love getcolorcode.com

Triadic colors

1 #8CA888 and #888CA8 with #A8888C are triadic colors.

2 #8C88A8 and #88A88C with #A8888C are triadic colors.