COLOR #A6849A

HEX: #A6849A RGB: (166,132,154)

Color info

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

RGB color model

#A6849A color RGB value is (166,132,154).

RGB: (166,132,154) (65%, 52%, 60%)

RGB channels and saturation

R 166 of 255 = 65%
G 132 of 255 = 52%
B 154 of 255 = 60%

166
132
154

R + G + B ~ 59%. #A6849A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 166 + 132 + 154 = 452 (100%)
R 166 of 452 ~ 36.73%
G 132 of 452 ~ 29.2%
B 154 of 452 ~ 34.07'%

%36.73
%29.2
%34.07

CMYK color model

#A6849A color CMYK value is (0,20,7,35).

  • cyan value is 0.00%
  • magenta value is 20.48%
  • yellow value is 7.23%
  • key color value is 34.90%

CMYK: (0,20,7,35)
C0M20Y7K35 (0%, 20%, 7%, 35%)
(0.00 / 0.20 / 0.07 / 0.35)

CMYK percentages

%0
%20.48
%7.23
%34.9

Codes

Color #A6849A in popluar color models

A6 84 9A
RGB 166 132 154
HSL 321° 16.04% 58.43%
HSB/HSV 321° 20.48% 65.10%
CMYK 0.00% 20.48% 7.23%
34.90%

Color #A6849A in popluar number systems.

HEX A6 84 9A
Decimal 166 132 154
Binary 10100110 10000100 10011010
Octal 246 204 232

Shades and tints

Shades of #A6849A

#A6849A
(166,132,154)
#97788C
(151,120,140)
#886C7E
(136,108,126)
#796070
(121,96,112)
#6A5462
(106,84,98)
#5B4854
(91,72,84)
#4C3C46
(76,60,70)
#3D3038
(61,48,56)
#2E242A
(46,36,42)
#1F181C
(31,24,28)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #A6849A

#A6849A
(166,132,154)
#AE8FA3
(174,143,163)
#B69AAC
(182,154,172)
#BEA5B5
(190,165,181)
#C6B0BE
(198,176,190)
#CEBBC7
(206,187,199)
#D6C6D0
(214,198,208)
#DED1D9
(222,209,217)
#E6DCE2
(230,220,226)
#EEE7EB
(238,231,235)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6849A color. Also use rgb(166,132,154) instead hex code.

Text Font Color

.myTextColor { color: #A6849A; }

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

This text font color is #A6849A.

Background Color

.myBgColor { background-color: #A6849A; }

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

This div background color is #A6849A.

Border color

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

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

This div border color is #A6849A.

Opacity

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

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

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

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

This text has shadow with #A6849A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6849A.

Preview

Color preview on black background

This text has color #A6849A on black background.


Color preview on white background

This text has color #A6849A on white background.


Black color preview on #A6849A background

This text has black color on #A6849A background.


White color preview on #A6849A background

This text has white color on #A6849A background.


Related colors

Complementary color

Complementary color for #hex is #597B65.


I love getcolorcode.com

Triadic colors

1 #9AA684 and #849AA6 with #A6849A are triadic colors.

2 #9A84A6 and #84A69A with #A6849A are triadic colors.