COLOR #A8909D

HEX: #A8909D
RGB: (168,144,157)

Color info

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

RGB color model

#A8909D color RGB value is (168,144,157).

  • red value is 168;
  • green value is 144;
  • blue value is 157.
RGB:
(168,144,157)
(66%,56%,62%)

RGB channels and saturation

R 168 of 255 = 66%
G 144 of 255 = 56%
B 157 of 255 = 62%

168
144
157

R + G + B ~ 61%. #A8909D is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 144 + 157 = 469 (100%)
R 168 of 469 ~ 35.82%
G 144 of 469 ~ 30.7%
B 157 of 469 ~ 33.48%

%35.82
%30.7
%33.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.29%
  • 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
%14.29
%6.55
%34.12

Codes

Color #A8909D in popluar color models

A8909D
RGB168144157
HSL328°12.12%61.18%
HSB/HSV328°14.29%65.88%
CMYK0.00%14.29%6.55%
34.12%

Color #A8909D in popluar number systems.

HEXA8909D
Decimal168144157
Binary101010001001000010011101
Octal250220235

Shades and tints

Shades of #A8909D

#A8909D
(168,144,157)
#99838F
(153,131,143)
#8A7681
(138,118,129)
#7B6973
(123,105,115)
#6C5C65
(108,92,101)
#5D4F57
(93,79,87)
#4E4249
(78,66,73)
#3F353B
(63,53,59)
#30282D
(48,40,45)
#211B1F
(33,27,31)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #A8909D

#A8909D
(168,144,157)
#AF9AA5
(175,154,165)
#B6A4AD
(182,164,173)
#BDAEB5
(189,174,181)
#C4B8BD
(196,184,189)
#CBC2C5
(203,194,197)
#D2CCCD
(210,204,205)
#D9D6D5
(217,214,213)
#E0E0DD
(224,224,221)
#E7EAE5
(231,234,229)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8909D; }

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

This text font color is #A8909D.


Background Color

.myBgColor { background-color: #A8909D; }

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

This div background color is #A8909D.


Border color

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

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

This div border color is #A8909D.


Opacity

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

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

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

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

This text has shadow with #A8909D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8909D on black background.


Color preview on white background

This text has color #A8909D on white background.



Black color preview on #A8909D background

This text has black color on #A8909D background.


White color preview on #A8909D background

This text has white color on #A8909D background.