COLOR #A8909B

HEX: #A8909B RGB: (168,144,155)

Color info

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

RGB color model

#A8909B color RGB value is (168,144,155).

RGB: (168,144,155) (66%, 56%, 61%)

RGB channels and saturation

R 168 of 255 = 66%
G 144 of 255 = 56%
B 155 of 255 = 61%

168
144
155

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

Portions of RGB colors in percentages

R + G + B = 168 + 144 + 155 = 467 (100%)
R 168 of 467 ~ 35.97%
G 144 of 467 ~ 30.84%
B 155 of 467 ~ 33.19'%

%35.97
%30.84
%33.19

CMYK color model

#A8909B color CMYK value is (0,14,8,34).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 7.74%
  • key color value is 34.12%

CMYK: (0,14,8,34)
C0M14Y8K34 (0%, 14%, 8%, 34%)
(0.00 / 0.14 / 0.08 / 0.34)

CMYK percentages

%0
%14.29
%7.74
%34.12

Codes

Color #A8909B in popluar color models

A8 90 9B
RGB 168 144 155
HSL 333° 12.12% 61.18%
HSB/HSV 333° 14.29% 65.88%
CMYK 0.00% 14.29% 7.74%
34.12%

Color #A8909B in popluar number systems.

HEX A8 90 9B
Decimal 168 144 155
Binary 10101000 10010000 10011011
Octal 250 220 233

Shades and tints

Shades of #A8909B

#A8909B
(168,144,155)
#99838D
(153,131,141)
#8A767F
(138,118,127)
#7B6971
(123,105,113)
#6C5C63
(108,92,99)
#5D4F55
(93,79,85)
#4E4247
(78,66,71)
#3F3539
(63,53,57)
#30282B
(48,40,43)
#211B1D
(33,27,29)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #A8909B

#A8909B
(168,144,155)
#AF9AA4
(175,154,164)
#B6A4AD
(182,164,173)
#BDAEB6
(189,174,182)
#C4B8BF
(196,184,191)
#CBC2C8
(203,194,200)
#D2CCD1
(210,204,209)
#D9D6DA
(217,214,218)
#E0E0E3
(224,224,227)
#E7EAEC
(231,234,236)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8909B; }

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

This text font color is #A8909B.

Background Color

.myBgColor { background-color: #A8909B; }

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

This div background color is #A8909B.

Border color

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

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

This div border color is #A8909B.

Opacity

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

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

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

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

This text has shadow with #A8909B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8909B.

Preview

Color preview on black background

This text has color #A8909B on black background.


Color preview on white background

This text has color #A8909B on white background.


Black color preview on #A8909B background

This text has black color on #A8909B background.


White color preview on #A8909B background

This text has white color on #A8909B background.


Related colors

Complementary color

Complementary color for #hex is #576F64.


I love getcolorcode.com

Triadic colors

1 #9BA890 and #909BA8 with #A8909B are triadic colors.

2 #9B90A8 and #90A89B with #A8909B are triadic colors.