COLOR #A6848D

HEX: #A6848D
RGB: (166,132,141)

Color info

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

RGB color model

#A6848D color RGB value is (166,132,141).

  • red value is 166;
  • green value is 132;
  • blue value is 141.
RGB:
(166,132,141)
(65%,52%,55%)

RGB channels and saturation

R 166 of 255 = 65%
G 132 of 255 = 52%
B 141 of 255 = 55%

166
132
141

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

Portions of RGB colors in percentages

R + G + B =
166 + 132 + 141 = 439 (100%)
R 166 of 439 ~ 37.81%
G 132 of 439 ~ 30.07%
B 141 of 439 ~ 32.12%

%37.81
%30.07
%32.12

CMYK color model

#A6848D color CMYK value is (0,20,15,35).

  • cyan value is 0.00%
  • magenta value is 20.48%
  • yellow value is 15.06%
  • key color value is 34.90%
CMYK:
(0,20,15,35)
C0M20Y15K35 
(0%,20%,15%,35%)
(0.00/0.20/0.15/0.35)	

CMYK percentages

%0
%20.48
%15.06
%34.9

Codes

Color #A6848D in popluar color models

A6848D
RGB166132141
HSL344°16.04%58.43%
HSB/HSV344°20.48%65.10%
CMYK0.00%20.48%15.06%
34.90%

Color #A6848D in popluar number systems.

HEXA6848D
Decimal166132141
Binary101001101000010010001101
Octal246204215

Shades and tints

Shades of #A6848D

#A6848D
(166,132,141)
#977881
(151,120,129)
#886C75
(136,108,117)
#796069
(121,96,105)
#6A545D
(106,84,93)
#5B4851
(91,72,81)
#4C3C45
(76,60,69)
#3D3039
(61,48,57)
#2E242D
(46,36,45)
#1F1821
(31,24,33)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #A6848D

#A6848D
(166,132,141)
#AE8F97
(174,143,151)
#B69AA1
(182,154,161)
#BEA5AB
(190,165,171)
#C6B0B5
(198,176,181)
#CEBBBF
(206,187,191)
#D6C6C9
(214,198,201)
#DED1D3
(222,209,211)
#E6DCDD
(230,220,221)
#EEE7E7
(238,231,231)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6848D; }

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

This text font color is #A6848D.


Background Color

.myBgColor { background-color: #A6848D; }

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

This div background color is #A6848D.


Border color

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

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

This div border color is #A6848D.


Opacity

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

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

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

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

This text has shadow with #A6848D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6848D on black background.


Color preview on white background

This text has color #A6848D on white background.



Black color preview on #A6848D background

This text has black color on #A6848D background.


White color preview on #A6848D background

This text has white color on #A6848D background.