COLOR #A8919D

HEX: #A8919D RGB: (168,145,157)

Color info

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

RGB color model

#A8919D color RGB value is (168,145,157).

RGB: (168,145,157) (66%, 57%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 145 of 255 = 57%
B 157 of 255 = 62%

168
145
157

R + G + B ~ 62%. #A8919D is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 145 + 157 = 470 (100%)
R 168 of 470 ~ 35.74%
G 145 of 470 ~ 30.85%
B 157 of 470 ~ 33.4'%

%35.74
%30.85
%33.4

CMYK color model

#A8919D color CMYK value is (0,14,7,34).

  • cyan value is 0.00%
  • magenta value is 13.69%
  • yellow value is 6.55%
  • key color value is 34.12%

CMYK: (0,14,7,34)
C0M14Y7K34 (0%, 14%, 7%, 34%)
(0.00 / 0.14 / 0.07 / 0.34)

CMYK percentages

%0
%13.69
%6.55
%34.12

Codes

Color #A8919D in popluar color models

A8 91 9D
RGB 168 145 157
HSL 329° 11.68% 61.37%
HSB/HSV 329° 13.69% 65.88%
CMYK 0.00% 13.69% 6.55%
34.12%

Color #A8919D in popluar number systems.

HEX A8 91 9D
Decimal 168 145 157
Binary 10101000 10010001 10011101
Octal 250 221 235

Shades and tints

Shades of #A8919D

#A8919D
(168,145,157)
#99848F
(153,132,143)
#8A7781
(138,119,129)
#7B6A73
(123,106,115)
#6C5D65
(108,93,101)
#5D5057
(93,80,87)
#4E4349
(78,67,73)
#3F363B
(63,54,59)
#30292D
(48,41,45)
#211C1F
(33,28,31)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #A8919D

#A8919D
(168,145,157)
#AF9BA5
(175,155,165)
#B6A5AD
(182,165,173)
#BDAFB5
(189,175,181)
#C4B9BD
(196,185,189)
#CBC3C5
(203,195,197)
#D2CDCD
(210,205,205)
#D9D7D5
(217,215,213)
#E0E1DD
(224,225,221)
#E7EBE5
(231,235,229)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8919D color. Also use rgb(168,145,157) instead hex code.

Text Font Color

.myTextColor { color: #A8919D; }

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

This text font color is #A8919D.

Background Color

.myBgColor { background-color: #A8919D; }

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

This div background color is #A8919D.

Border color

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

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

This div border color is #A8919D.

Opacity

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

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

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

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

This text has shadow with #A8919D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8919D.

Preview

Color preview on black background

This text has color #A8919D on black background.


Color preview on white background

This text has color #A8919D on white background.


Black color preview on #A8919D background

This text has black color on #A8919D background.


White color preview on #A8919D background

This text has white color on #A8919D background.


Related colors

Complementary color

Complementary color for #hex is #576E62.


I love getcolorcode.com

Triadic colors

1 #9DA891 and #919DA8 with #A8919D are triadic colors.

2 #9D91A8 and #91A89D with #A8919D are triadic colors.