COLOR #A6948E

HEX: #A6948E
RGB: (166,148,142)

Color info

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

RGB color model

#A6948E color RGB value is (166,148,142).

  • red value is 166;
  • green value is 148;
  • blue value is 142.
RGB:
(166,148,142)
(65%,58%,56%)

RGB channels and saturation

R 166 of 255 = 65%
G 148 of 255 = 58%
B 142 of 255 = 56%

166
148
142

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

Portions of RGB colors in percentages

R + G + B =
166 + 148 + 142 = 456 (100%)
R 166 of 456 ~ 36.4%
G 148 of 456 ~ 32.46%
B 142 of 456 ~ 31.14%

%36.4
%32.46
%31.14

CMYK color model

#A6948E color CMYK value is (0,11,14,35).

  • cyan value is 0.00%
  • magenta value is 10.84%
  • yellow value is 14.46%
  • key color value is 34.90%
CMYK:
(0,11,14,35)
C0M11Y14K35 
(0%,11%,14%,35%)
(0.00/0.11/0.14/0.35)	

CMYK percentages

%0
%10.84
%14.46
%34.9

Codes

Color #A6948E in popluar color models

A6948E
RGB166148142
HSL15°11.88%60.39%
HSB/HSV15°14.46%65.10%
CMYK0.00%10.84%14.46%
34.90%

Color #A6948E in popluar number systems.

HEXA6948E
Decimal166148142
Binary101001101001010010001110
Octal246224216

Shades and tints

Shades of #A6948E

#A6948E
(166,148,142)
#978782
(151,135,130)
#887A76
(136,122,118)
#796D6A
(121,109,106)
#6A605E
(106,96,94)
#5B5352
(91,83,82)
#4C4646
(76,70,70)
#3D393A
(61,57,58)
#2E2C2E
(46,44,46)
#1F1F22
(31,31,34)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #A6948E

#A6948E
(166,148,142)
#AE9D98
(174,157,152)
#B6A6A2
(182,166,162)
#BEAFAC
(190,175,172)
#C6B8B6
(198,184,182)
#CEC1C0
(206,193,192)
#D6CACA
(214,202,202)
#DED3D4
(222,211,212)
#E6DCDE
(230,220,222)
#EEE5E8
(238,229,232)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6948E color. Also use rgb(166,148,142) instead hex code.

Text Font Color

.myTextColor { color: #A6948E; }

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

This text font color is #A6948E.


Background Color

.myBgColor { background-color: #A6948E; }

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

This div background color is #A6948E.


Border color

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

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

This div border color is #A6948E.


Opacity

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

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

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

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

This text has shadow with #A6948E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6948E on black background.


Color preview on white background

This text has color #A6948E on white background.



Black color preview on #A6948E background

This text has black color on #A6948E background.


White color preview on #A6948E background

This text has white color on #A6948E background.