COLOR #A6918C

HEX: #A6918C RGB: (166,145,140)

Color info

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

RGB color model

#A6918C color RGB value is (166,145,140).

RGB: (166,145,140) (65%, 57%, 55%)

RGB channels and saturation

R 166 of 255 = 65%
G 145 of 255 = 57%
B 140 of 255 = 55%

166
145
140

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

Portions of RGB colors in percentages

R + G + B = 166 + 145 + 140 = 451 (100%)
R 166 of 451 ~ 36.81%
G 145 of 451 ~ 32.15%
B 140 of 451 ~ 31.04'%

%36.81
%32.15
%31.04

CMYK color model

#A6918C color CMYK value is (0,13,16,35).

  • cyan value is 0.00%
  • magenta value is 12.65%
  • yellow value is 15.66%
  • key color value is 34.90%

CMYK: (0,13,16,35)
C0M13Y16K35 (0%, 13%, 16%, 35%)
(0.00 / 0.13 / 0.16 / 0.35)

CMYK percentages

%0
%12.65
%15.66
%34.9

Codes

Color #A6918C in popluar color models

A6 91 8C
RGB 166 145 140
HSL 12° 12.75% 60.00%
HSB/HSV 12° 15.66% 65.10%
CMYK 0.00% 12.65% 15.66%
34.90%

Color #A6918C in popluar number systems.

HEX A6 91 8C
Decimal 166 145 140
Binary 10100110 10010001 10001100
Octal 246 221 214

Shades and tints

Shades of #A6918C

#A6918C
(166,145,140)
#978480
(151,132,128)
#887774
(136,119,116)
#796A68
(121,106,104)
#6A5D5C
(106,93,92)
#5B5050
(91,80,80)
#4C4344
(76,67,68)
#3D3638
(61,54,56)
#2E292C
(46,41,44)
#1F1C20
(31,28,32)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #A6918C

#A6918C
(166,145,140)
#AE9B96
(174,155,150)
#B6A5A0
(182,165,160)
#BEAFAA
(190,175,170)
#C6B9B4
(198,185,180)
#CEC3BE
(206,195,190)
#D6CDC8
(214,205,200)
#DED7D2
(222,215,210)
#E6E1DC
(230,225,220)
#EEEBE6
(238,235,230)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6918C; }

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

This text font color is #A6918C.

Background Color

.myBgColor { background-color: #A6918C; }

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

This div background color is #A6918C.

Border color

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

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

This div border color is #A6918C.

Opacity

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

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

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

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

This text has shadow with #A6918C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6918C.

Preview

Color preview on black background

This text has color #A6918C on black background.


Color preview on white background

This text has color #A6918C on white background.


Black color preview on #A6918C background

This text has black color on #A6918C background.


White color preview on #A6918C background

This text has white color on #A6918C background.


Related colors

Complementary color

Complementary color for #hex is #596E73.


I love getcolorcode.com

Triadic colors

1 #8CA691 and #918CA6 with #A6918C are triadic colors.

2 #8C91A6 and #91A68C with #A6918C are triadic colors.