COLOR #A6918A

HEX: #A6918A RGB: (166,145,138)

Color info

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

RGB color model

#A6918A color RGB value is (166,145,138).

RGB: (166,145,138) (65%, 57%, 54%)

RGB channels and saturation

R 166 of 255 = 65%
G 145 of 255 = 57%
B 138 of 255 = 54%

166
145
138

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

Portions of RGB colors in percentages

R + G + B = 166 + 145 + 138 = 449 (100%)
R 166 of 449 ~ 36.97%
G 145 of 449 ~ 32.29%
B 138 of 449 ~ 30.73'%

%36.97
%32.29
%30.73

CMYK color model

#A6918A color CMYK value is (0,13,17,35).

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

CMYK: (0,13,17,35)
C0M13Y17K35 (0%, 13%, 17%, 35%)
(0.00 / 0.13 / 0.17 / 0.35)

CMYK percentages

%0
%12.65
%16.87
%34.9

Codes

Color #A6918A in popluar color models

A6 91 8A
RGB 166 145 138
HSL 15° 13.59% 59.61%
HSB/HSV 15° 16.87% 65.10%
CMYK 0.00% 12.65% 16.87%
34.90%

Color #A6918A in popluar number systems.

HEX A6 91 8A
Decimal 166 145 138
Binary 10100110 10010001 10001010
Octal 246 221 212

Shades and tints

Shades of #A6918A

#A6918A
(166,145,138)
#97847E
(151,132,126)
#887772
(136,119,114)
#796A66
(121,106,102)
#6A5D5A
(106,93,90)
#5B504E
(91,80,78)
#4C4342
(76,67,66)
#3D3636
(61,54,54)
#2E292A
(46,41,42)
#1F1C1E
(31,28,30)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #A6918A

#A6918A
(166,145,138)
#AE9B94
(174,155,148)
#B6A59E
(182,165,158)
#BEAFA8
(190,175,168)
#C6B9B2
(198,185,178)
#CEC3BC
(206,195,188)
#D6CDC6
(214,205,198)
#DED7D0
(222,215,208)
#E6E1DA
(230,225,218)
#EEEBE4
(238,235,228)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6918A; }

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

This text font color is #A6918A.

Background Color

.myBgColor { background-color: #A6918A; }

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

This div background color is #A6918A.

Border color

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

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

This div border color is #A6918A.

Opacity

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

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

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

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

This text has shadow with #A6918A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6918A.

Preview

Color preview on black background

This text has color #A6918A on black background.


Color preview on white background

This text has color #A6918A on white background.


Black color preview on #A6918A background

This text has black color on #A6918A background.


White color preview on #A6918A background

This text has white color on #A6918A background.


Related colors

Complementary color

Complementary color for #hex is #596E75.


I love getcolorcode.com

Triadic colors

1 #8AA691 and #918AA6 with #A6918A are triadic colors.

2 #8A91A6 and #91A68A with #A6918A are triadic colors.