COLOR #A6848F

HEX: #A6848F RGB: (166,132,143)

Color info

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

RGB color model

#A6848F color RGB value is (166,132,143).

RGB: (166,132,143) (65%, 52%, 56%)

RGB channels and saturation

R 166 of 255 = 65%
G 132 of 255 = 52%
B 143 of 255 = 56%

166
132
143

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

Portions of RGB colors in percentages

R + G + B = 166 + 132 + 143 = 441 (100%)
R 166 of 441 ~ 37.64%
G 132 of 441 ~ 29.93%
B 143 of 441 ~ 32.43'%

%37.64
%29.93
%32.43

CMYK color model

#A6848F color CMYK value is (0,20,14,35).

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

CMYK: (0,20,14,35)
C0M20Y14K35 (0%, 20%, 14%, 35%)
(0.00 / 0.20 / 0.14 / 0.35)

CMYK percentages

%0
%20.48
%13.86
%34.9

Codes

Color #A6848F in popluar color models

A6 84 8F
RGB 166 132 143
HSL 341° 16.04% 58.43%
HSB/HSV 341° 20.48% 65.10%
CMYK 0.00% 20.48% 13.86%
34.90%

Color #A6848F in popluar number systems.

HEX A6 84 8F
Decimal 166 132 143
Binary 10100110 10000100 10001111
Octal 246 204 217

Shades and tints

Shades of #A6848F

#A6848F
(166,132,143)
#977882
(151,120,130)
#886C75
(136,108,117)
#796068
(121,96,104)
#6A545B
(106,84,91)
#5B484E
(91,72,78)
#4C3C41
(76,60,65)
#3D3034
(61,48,52)
#2E2427
(46,36,39)
#1F181A
(31,24,26)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #A6848F

#A6848F
(166,132,143)
#AE8F99
(174,143,153)
#B69AA3
(182,154,163)
#BEA5AD
(190,165,173)
#C6B0B7
(198,176,183)
#CEBBC1
(206,187,193)
#D6C6CB
(214,198,203)
#DED1D5
(222,209,213)
#E6DCDF
(230,220,223)
#EEE7E9
(238,231,233)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6848F; }

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

This text font color is #A6848F.

Background Color

.myBgColor { background-color: #A6848F; }

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

This div background color is #A6848F.

Border color

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

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

This div border color is #A6848F.

Opacity

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

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

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

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

This text has shadow with #A6848F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6848F.

Preview

Color preview on black background

This text has color #A6848F on black background.


Color preview on white background

This text has color #A6848F on white background.


Black color preview on #A6848F background

This text has black color on #A6848F background.


White color preview on #A6848F background

This text has white color on #A6848F background.


Related colors

Complementary color

Complementary color for #hex is #597B70.


I love getcolorcode.com

Triadic colors

1 #8FA684 and #848FA6 with #A6848F are triadic colors.

2 #8F84A6 and #84A68F with #A6848F are triadic colors.