COLOR #A6A38C

HEX: #A6A38C
RGB: (166,163,140)

Color info

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

RGB color model

#A6A38C color RGB value is (166,163,140).

  • red value is 166;
  • green value is 163;
  • blue value is 140.
RGB:
(166,163,140)
(65%,64%,55%)

RGB channels and saturation

R 166 of 255 = 65%
G 163 of 255 = 64%
B 140 of 255 = 55%

166
163
140

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

Portions of RGB colors in percentages

R + G + B =
166 + 163 + 140 = 469 (100%)
R 166 of 469 ~ 35.39%
G 163 of 469 ~ 34.75%
B 140 of 469 ~ 29.85%

%35.39
%34.75
%29.85

CMYK color model

#A6A38C color CMYK value is (0,2,16,35).

  • cyan value is 0.00%
  • magenta value is 1.81%
  • yellow value is 15.66%
  • key color value is 34.90%
CMYK:
(0,2,16,35)
C0M2Y16K35 
(0%,2%,16%,35%)
(0.00/0.02/0.16/0.35)	

CMYK percentages

%0
%1.81
%15.66
%34.9

Codes

Color #A6A38C in popluar color models

A6A38C
RGB166163140
HSL53°12.75%60.00%
HSB/HSV53°15.66%65.10%
CMYK0.00%1.81%15.66%
34.90%

Color #A6A38C in popluar number systems.

HEXA6A38C
Decimal166163140
Binary101001101010001110001100
Octal246243214

Shades and tints

Shades of #A6A38C

#A6A38C
(166,163,140)
#979580
(151,149,128)
#888774
(136,135,116)
#797968
(121,121,104)
#6A6B5C
(106,107,92)
#5B5D50
(91,93,80)
#4C4F44
(76,79,68)
#3D4138
(61,65,56)
#2E332C
(46,51,44)
#1F2520
(31,37,32)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #A6A38C

#A6A38C
(166,163,140)
#AEAB96
(174,171,150)
#B6B3A0
(182,179,160)
#BEBBAA
(190,187,170)
#C6C3B4
(198,195,180)
#CECBBE
(206,203,190)
#D6D3C8
(214,211,200)
#DEDBD2
(222,219,210)
#E6E3DC
(230,227,220)
#EEEBE6
(238,235,230)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A38C; }

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

This text font color is #A6A38C.


Background Color

.myBgColor { background-color: #A6A38C; }

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

This div background color is #A6A38C.


Border color

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

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

This div border color is #A6A38C.


Opacity

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

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

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

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

This text has shadow with #A6A38C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A38C on black background.


Color preview on white background

This text has color #A6A38C on white background.



Black color preview on #A6A38C background

This text has black color on #A6A38C background.


White color preview on #A6A38C background

This text has white color on #A6A38C background.