COLOR #A6939B

HEX: #A6939B RGB: (166,147,155)

Color info

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

RGB color model

#A6939B color RGB value is (166,147,155).

RGB: (166,147,155) (65%, 58%, 61%)

RGB channels and saturation

R 166 of 255 = 65%
G 147 of 255 = 58%
B 155 of 255 = 61%

166
147
155

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

Portions of RGB colors in percentages

R + G + B = 166 + 147 + 155 = 468 (100%)
R 166 of 468 ~ 35.47%
G 147 of 468 ~ 31.41%
B 155 of 468 ~ 33.12'%

%35.47
%31.41
%33.12

CMYK color model

#A6939B color CMYK value is (0,11,7,35).

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

CMYK: (0,11,7,35)
C0M11Y7K35 (0%, 11%, 7%, 35%)
(0.00 / 0.11 / 0.07 / 0.35)

CMYK percentages

%0
%11.45
%6.63
%34.9

Codes

Color #A6939B in popluar color models

A6 93 9B
RGB 166 147 155
HSL 335° 9.64% 61.37%
HSB/HSV 335° 11.45% 65.10%
CMYK 0.00% 11.45% 6.63%
34.90%

Color #A6939B in popluar number systems.

HEX A6 93 9B
Decimal 166 147 155
Binary 10100110 10010011 10011011
Octal 246 223 233

Shades and tints

Shades of #A6939B

#A6939B
(166,147,155)
#97868D
(151,134,141)
#88797F
(136,121,127)
#796C71
(121,108,113)
#6A5F63
(106,95,99)
#5B5255
(91,82,85)
#4C4547
(76,69,71)
#3D3839
(61,56,57)
#2E2B2B
(46,43,43)
#1F1E1D
(31,30,29)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #A6939B

#A6939B
(166,147,155)
#AE9CA4
(174,156,164)
#B6A5AD
(182,165,173)
#BEAEB6
(190,174,182)
#C6B7BF
(198,183,191)
#CEC0C8
(206,192,200)
#D6C9D1
(214,201,209)
#DED2DA
(222,210,218)
#E6DBE3
(230,219,227)
#EEE4EC
(238,228,236)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6939B; }

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

This text font color is #A6939B.

Background Color

.myBgColor { background-color: #A6939B; }

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

This div background color is #A6939B.

Border color

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

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

This div border color is #A6939B.

Opacity

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

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

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

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

This text has shadow with #A6939B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6939B.

Preview

Color preview on black background

This text has color #A6939B on black background.


Color preview on white background

This text has color #A6939B on white background.


Black color preview on #A6939B background

This text has black color on #A6939B background.


White color preview on #A6939B background

This text has white color on #A6939B background.


Related colors

Complementary color

Complementary color for #hex is #596C64.


I love getcolorcode.com

Triadic colors

1 #9BA693 and #939BA6 with #A6939B are triadic colors.

2 #9B93A6 and #93A69B with #A6939B are triadic colors.