COLOR #A6918E

HEX: #A6918E RGB: (166,145,142)

Color info

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

RGB color model

#A6918E color RGB value is (166,145,142).

RGB: (166,145,142) (65%, 57%, 56%)

RGB channels and saturation

R 166 of 255 = 65%
G 145 of 255 = 57%
B 142 of 255 = 56%

166
145
142

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

Portions of RGB colors in percentages

R + G + B = 166 + 145 + 142 = 453 (100%)
R 166 of 453 ~ 36.64%
G 145 of 453 ~ 32.01%
B 142 of 453 ~ 31.35'%

%36.64
%32.01
%31.35

CMYK color model

#A6918E color CMYK value is (0,13,14,35).

  • cyan value is 0.00%
  • magenta value is 12.65%
  • yellow value is 14.46%
  • key color value is 34.90%
CMYK: (0,13,14,35) C0M13Y14K35 (0%,13%,14%,35%) (0.00/0.13/0.14/0.35) 

CMYK percentages

%0
%12.65
%14.46
%34.9

Codes

Color #A6918E in popluar color models

A6 91 8E
RGB 166 145 142
HSL 11.88% 60.39%
HSB/HSV 14.46% 65.10%
CMYK 0.00% 12.65% 14.46%
34.90%

Color #A6918E in popluar number systems.

HEX A6 91 8E
Decimal 166 145 142
Binary 10100110 10010001 10001110
Octal 246 221 216

Shades and tints

Shades of #A6918E

#A6918E
(166,145,142)
#978482
(151,132,130)
#887776
(136,119,118)
#796A6A
(121,106,106)
#6A5D5E
(106,93,94)
#5B5052
(91,80,82)
#4C4346
(76,67,70)
#3D363A
(61,54,58)
#2E292E
(46,41,46)
#1F1C22
(31,28,34)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #A6918E

#A6918E
(166,145,142)
#AE9B98
(174,155,152)
#B6A5A2
(182,165,162)
#BEAFAC
(190,175,172)
#C6B9B6
(198,185,182)
#CEC3C0
(206,195,192)
#D6CDCA
(214,205,202)
#DED7D4
(222,215,212)
#E6E1DE
(230,225,222)
#EEEBE8
(238,235,232)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6918E; }

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

This text font color is #A6918E.

Background Color

.myBgColor { background-color: #A6918E; }

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

This div background color is #A6918E.

Border color

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

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

This div border color is #A6918E.

Opacity

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

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

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

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

This text has shadow with #A6918E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6918E.

Preview

Color preview on black background

This text has color #A6918E on black background.


Color preview on white background

This text has color #A6918E on white background.


Black color preview on #A6918E background

This text has black color on #A6918E background.


White color preview on #A6918E background

This text has white color on #A6918E background.


Related colors

Complementary color

Complementary color for #hex is #596E71.


I love getcolorcode.com

Triadic colors

1 #8EA691 and #918EA6 with #A6918E are triadic colors.

2 #8E91A6 and #91A68E with #A6918E are triadic colors.