COLOR #A6A591

HEX: #A6A591
RGB: (166,165,145)

Color info

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

RGB color model

#A6A591 color RGB value is (166,165,145).

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

RGB channels and saturation

R 166 of 255 = 65%
G 165 of 255 = 65%
B 145 of 255 = 57%

166
165
145

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

Portions of RGB colors in percentages

R + G + B =
166 + 165 + 145 = 476 (100%)
R 166 of 476 ~ 34.87%
G 165 of 476 ~ 34.66%
B 145 of 476 ~ 30.46%

%34.87
%34.66
%30.46

CMYK color model

#A6A591 color CMYK value is (0,1,13,35).

  • cyan value is 0.00%
  • magenta value is 0.60%
  • yellow value is 12.65%
  • key color value is 34.90%
CMYK:
(0,1,13,35)
C0M1Y13K35 
(0%,1%,13%,35%)
(0.00/0.01/0.13/0.35)	

CMYK percentages

%0
%0.6
%12.65
%34.9

Codes

Color #A6A591 in popluar color models

A6A591
RGB166165145
HSL57°10.55%60.98%
HSB/HSV57°12.65%65.10%
CMYK0.00%0.60%12.65%
34.90%

Color #A6A591 in popluar number systems.

HEXA6A591
Decimal166165145
Binary101001101010010110010001
Octal246245221

Shades and tints

Shades of #A6A591

#A6A591
(166,165,145)
#979684
(151,150,132)
#888777
(136,135,119)
#79786A
(121,120,106)
#6A695D
(106,105,93)
#5B5A50
(91,90,80)
#4C4B43
(76,75,67)
#3D3C36
(61,60,54)
#2E2D29
(46,45,41)
#1F1E1C
(31,30,28)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #A6A591

#A6A591
(166,165,145)
#AEAD9B
(174,173,155)
#B6B5A5
(182,181,165)
#BEBDAF
(190,189,175)
#C6C5B9
(198,197,185)
#CECDC3
(206,205,195)
#D6D5CD
(214,213,205)
#DEDDD7
(222,221,215)
#E6E5E1
(230,229,225)
#EEEDEB
(238,237,235)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A591; }

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

This text font color is #A6A591.


Background Color

.myBgColor { background-color: #A6A591; }

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

This div background color is #A6A591.


Border color

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

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

This div border color is #A6A591.


Opacity

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

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

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

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

This text has shadow with #A6A591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A591 on black background.


Color preview on white background

This text has color #A6A591 on white background.



Black color preview on #A6A591 background

This text has black color on #A6A591 background.


White color preview on #A6A591 background

This text has white color on #A6A591 background.