COLOR #A6AE92

HEX: #A6AE92
RGB: (166,174,146)

Color info

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

RGB color model

#A6AE92 color RGB value is (166,174,146).

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

RGB channels and saturation

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

166
174
146

R + G + B ~ 63%. #A6AE92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 174 + 146 = 486 (100%)
R 166 of 486 ~ 34.16%
G 174 of 486 ~ 35.8%
B 146 of 486 ~ 30.04%

%34.16
%35.8
%30.04

CMYK color model

#A6AE92 color CMYK value is (5,0,16,32).

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 16.09%
  • key color value is 31.76%
CMYK:
(5,0,16,32)
C5M0Y16K32 
(5%,0%,16%,32%)
(0.05/0.00/0.16/0.32)	

CMYK percentages

%4.6
%0
%16.09
%31.76

Codes

Color #A6AE92 in popluar color models

A6AE92
RGB166174146
HSL77°14.74%62.75%
HSB/HSV77°16.09%68.24%
CMYK4.60%0.00%16.09%
31.76%

Color #A6AE92 in popluar number systems.

HEXA6AE92
Decimal166174146
Binary101001101010111010010010
Octal246256222

Shades and tints

Shades of #A6AE92

#A6AE92
(166,174,146)
#979F85
(151,159,133)
#889078
(136,144,120)
#79816B
(121,129,107)
#6A725E
(106,114,94)
#5B6351
(91,99,81)
#4C5444
(76,84,68)
#3D4537
(61,69,55)
#2E362A
(46,54,42)
#1F271D
(31,39,29)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #A6AE92

#A6AE92
(166,174,146)
#AEB59B
(174,181,155)
#B6BCA4
(182,188,164)
#BEC3AD
(190,195,173)
#C6CAB6
(198,202,182)
#CED1BF
(206,209,191)
#D6D8C8
(214,216,200)
#DEDFD1
(222,223,209)
#E6E6DA
(230,230,218)
#EEEDE3
(238,237,227)
#F6F4EC
(246,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AE92; }

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

This text font color is #A6AE92.


Background Color

.myBgColor { background-color: #A6AE92; }

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

This div background color is #A6AE92.


Border color

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

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

This div border color is #A6AE92.


Opacity

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

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

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

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

This text has shadow with #A6AE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AE92 on black background.


Color preview on white background

This text has color #A6AE92 on white background.



Black color preview on #A6AE92 background

This text has black color on #A6AE92 background.


White color preview on #A6AE92 background

This text has white color on #A6AE92 background.