COLOR #A6A692

HEX: #A6A692
RGB: (166,166,146)

Color info

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

RGB color model

#A6A692 color RGB value is (166,166,146).

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

RGB channels and saturation

R 166 of 255 = 65%
G 166 of 255 = 65%
B 146 of 255 = 57%

166
166
146

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

Portions of RGB colors in percentages

R + G + B =
166 + 166 + 146 = 478 (100%)
R 166 of 478 ~ 34.73%
G 166 of 478 ~ 34.73%
B 146 of 478 ~ 30.54%

%34.73
%34.73
%30.54

CMYK color model

#A6A692 color CMYK value is (0,0,12,35).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 12.05%
  • key color value is 34.90%
CMYK:
(0,0,12,35)
C0M0Y12K35 
(0%,0%,12%,35%)
(0.00/0.00/0.12/0.35)	

CMYK percentages

%0
%0
%12.05
%34.9

Codes

Color #A6A692 in popluar color models

A6A692
RGB166166146
HSL60°10.10%61.18%
HSB/HSV60°12.05%65.10%
CMYK0.00%0.00%12.05%
34.90%

Color #A6A692 in popluar number systems.

HEXA6A692
Decimal166166146
Binary101001101010011010010010
Octal246246222

Shades and tints

Shades of #A6A692

#A6A692
(166,166,146)
#979785
(151,151,133)
#888878
(136,136,120)
#79796B
(121,121,107)
#6A6A5E
(106,106,94)
#5B5B51
(91,91,81)
#4C4C44
(76,76,68)
#3D3D37
(61,61,55)
#2E2E2A
(46,46,42)
#1F1F1D
(31,31,29)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #A6A692

#A6A692
(166,166,146)
#AEAE9B
(174,174,155)
#B6B6A4
(182,182,164)
#BEBEAD
(190,190,173)
#C6C6B6
(198,198,182)
#CECEBF
(206,206,191)
#D6D6C8
(214,214,200)
#DEDED1
(222,222,209)
#E6E6DA
(230,230,218)
#EEEEE3
(238,238,227)
#F6F6EC
(246,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A692; }

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

This text font color is #A6A692.


Background Color

.myBgColor { background-color: #A6A692; }

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

This div background color is #A6A692.


Border color

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

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

This div border color is #A6A692.


Opacity

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

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

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

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

This text has shadow with #A6A692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A692 on black background.


Color preview on white background

This text has color #A6A692 on white background.



Black color preview on #A6A692 background

This text has black color on #A6A692 background.


White color preview on #A6A692 background

This text has white color on #A6A692 background.