COLOR #A6A291

HEX: #A6A291
RGB: (166,162,145)

Color info

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

RGB color model

#A6A291 color RGB value is (166,162,145).

  • red value is 166;
  • green value is 162;
  • blue value is 145.
RGB:
(166,162,145)
(65%,64%,57%)

RGB channels and saturation

R 166 of 255 = 65%
G 162 of 255 = 64%
B 145 of 255 = 57%

166
162
145

R + G + B ~ 62%. #A6A291 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 162 + 145 = 473 (100%)
R 166 of 473 ~ 35.1%
G 162 of 473 ~ 34.25%
B 145 of 473 ~ 30.66%

%35.1
%34.25
%30.66

CMYK color model

#A6A291 color CMYK value is (0,2,13,35).

  • cyan value is 0.00%
  • magenta value is 2.41%
  • yellow value is 12.65%
  • key color value is 34.90%
CMYK:
(0,2,13,35)
C0M2Y13K35 
(0%,2%,13%,35%)
(0.00/0.02/0.13/0.35)	

CMYK percentages

%0
%2.41
%12.65
%34.9

Codes

Color #A6A291 in popluar color models

A6A291
RGB166162145
HSL49°10.55%60.98%
HSB/HSV49°12.65%65.10%
CMYK0.00%2.41%12.65%
34.90%

Color #A6A291 in popluar number systems.

HEXA6A291
Decimal166162145
Binary101001101010001010010001
Octal246242221

Shades and tints

Shades of #A6A291

#A6A291
(166,162,145)
#979484
(151,148,132)
#888677
(136,134,119)
#79786A
(121,120,106)
#6A6A5D
(106,106,93)
#5B5C50
(91,92,80)
#4C4E43
(76,78,67)
#3D4036
(61,64,54)
#2E3229
(46,50,41)
#1F241C
(31,36,28)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #A6A291

#A6A291
(166,162,145)
#AEAA9B
(174,170,155)
#B6B2A5
(182,178,165)
#BEBAAF
(190,186,175)
#C6C2B9
(198,194,185)
#CECAC3
(206,202,195)
#D6D2CD
(214,210,205)
#DEDAD7
(222,218,215)
#E6E2E1
(230,226,225)
#EEEAEB
(238,234,235)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A291; }

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

This text font color is #A6A291.


Background Color

.myBgColor { background-color: #A6A291; }

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

This div background color is #A6A291.


Border color

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

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

This div border color is #A6A291.


Opacity

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

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

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

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

This text has shadow with #A6A291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A291 on black background.


Color preview on white background

This text has color #A6A291 on white background.



Black color preview on #A6A291 background

This text has black color on #A6A291 background.


White color preview on #A6A291 background

This text has white color on #A6A291 background.