COLOR #A6A18C

HEX: #A6A18C RGB: (166,161,140)

Color info

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

RGB color model

#A6A18C color RGB value is (166,161,140).

RGB: (166,161,140) (65%, 63%, 55%)

RGB channels and saturation

R 166 of 255 = 65%
G 161 of 255 = 63%
B 140 of 255 = 55%

166
161
140

R + G + B ~ 61%. #A6A18C is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 161 + 140 = 467 (100%)
R 166 of 467 ~ 35.55%
G 161 of 467 ~ 34.48%
B 140 of 467 ~ 29.98'%

%35.55
%34.48
%29.98

CMYK color model

#A6A18C color CMYK value is (0,3,16,35).

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

CMYK: (0,3,16,35)
C0M3Y16K35 (0%, 3%, 16%, 35%)
(0.00 / 0.03 / 0.16 / 0.35)

CMYK percentages

%0
%3.01
%15.66
%34.9

Codes

Color #A6A18C in popluar color models

A6 A1 8C
RGB 166 161 140
HSL 48° 12.75% 60.00%
HSB/HSV 48° 15.66% 65.10%
CMYK 0.00% 3.01% 15.66%
34.90%

Color #A6A18C in popluar number systems.

HEX A6 A1 8C
Decimal 166 161 140
Binary 10100110 10100001 10001100
Octal 246 241 214

Shades and tints

Shades of #A6A18C

#A6A18C
(166,161,140)
#979380
(151,147,128)
#888574
(136,133,116)
#797768
(121,119,104)
#6A695C
(106,105,92)
#5B5B50
(91,91,80)
#4C4D44
(76,77,68)
#3D3F38
(61,63,56)
#2E312C
(46,49,44)
#1F2320
(31,35,32)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #A6A18C

#A6A18C
(166,161,140)
#AEA996
(174,169,150)
#B6B1A0
(182,177,160)
#BEB9AA
(190,185,170)
#C6C1B4
(198,193,180)
#CEC9BE
(206,201,190)
#D6D1C8
(214,209,200)
#DED9D2
(222,217,210)
#E6E1DC
(230,225,220)
#EEE9E6
(238,233,230)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A18C; }

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

This text font color is #A6A18C.

Background Color

.myBgColor { background-color: #A6A18C; }

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

This div background color is #A6A18C.

Border color

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

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

This div border color is #A6A18C.

Opacity

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

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

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

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

This text has shadow with #A6A18C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A18C.

Preview

Color preview on black background

This text has color #A6A18C on black background.


Color preview on white background

This text has color #A6A18C on white background.


Black color preview on #A6A18C background

This text has black color on #A6A18C background.


White color preview on #A6A18C background

This text has white color on #A6A18C background.


Related colors

Complementary color

Complementary color for #hex is #595E73.


I love getcolorcode.com

Triadic colors

1 #8CA6A1 and #A18CA6 with #A6A18C are triadic colors.

2 #8CA1A6 and #A1A68C with #A6A18C are triadic colors.