COLOR #A6909B

HEX: #A6909B RGB: (166,144,155)

Color info

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

RGB color model

#A6909B color RGB value is (166,144,155).

RGB: (166,144,155) (65%, 56%, 61%)

RGB channels and saturation

R 166 of 255 = 65%
G 144 of 255 = 56%
B 155 of 255 = 61%

166
144
155

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

Portions of RGB colors in percentages

R + G + B = 166 + 144 + 155 = 465 (100%)
R 166 of 465 ~ 35.7%
G 144 of 465 ~ 30.97%
B 155 of 465 ~ 33.33'%

%35.7
%30.97
%33.33

CMYK color model

#A6909B color CMYK value is (0,13,7,35).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 6.63%
  • key color value is 34.90%

CMYK: (0,13,7,35)
C0M13Y7K35 (0%, 13%, 7%, 35%)
(0.00 / 0.13 / 0.07 / 0.35)

CMYK percentages

%0
%13.25
%6.63
%34.9

Codes

Color #A6909B in popluar color models

A6 90 9B
RGB 166 144 155
HSL 330° 11.00% 60.78%
HSB/HSV 330° 13.25% 65.10%
CMYK 0.00% 13.25% 6.63%
34.90%

Color #A6909B in popluar number systems.

HEX A6 90 9B
Decimal 166 144 155
Binary 10100110 10010000 10011011
Octal 246 220 233

Shades and tints

Shades of #A6909B

#A6909B
(166,144,155)
#97838D
(151,131,141)
#88767F
(136,118,127)
#796971
(121,105,113)
#6A5C63
(106,92,99)
#5B4F55
(91,79,85)
#4C4247
(76,66,71)
#3D3539
(61,53,57)
#2E282B
(46,40,43)
#1F1B1D
(31,27,29)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #A6909B

#A6909B
(166,144,155)
#AE9AA4
(174,154,164)
#B6A4AD
(182,164,173)
#BEAEB6
(190,174,182)
#C6B8BF
(198,184,191)
#CEC2C8
(206,194,200)
#D6CCD1
(214,204,209)
#DED6DA
(222,214,218)
#E6E0E3
(230,224,227)
#EEEAEC
(238,234,236)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6909B; }

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

This text font color is #A6909B.

Background Color

.myBgColor { background-color: #A6909B; }

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

This div background color is #A6909B.

Border color

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

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

This div border color is #A6909B.

Opacity

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

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

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

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

This text has shadow with #A6909B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6909B.

Preview

Color preview on black background

This text has color #A6909B on black background.


Color preview on white background

This text has color #A6909B on white background.


Black color preview on #A6909B background

This text has black color on #A6909B background.


White color preview on #A6909B background

This text has white color on #A6909B background.


Related colors

Complementary color

Complementary color for #hex is #596F64.


I love getcolorcode.com

Triadic colors

1 #9BA690 and #909BA6 with #A6909B are triadic colors.

2 #9B90A6 and #90A69B with #A6909B are triadic colors.