COLOR #A6AE9C

HEX: #A6AE9C RGB: (166,174,156)

Color info

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

RGB color model

#A6AE9C color RGB value is (166,174,156).

RGB: (166,174,156) (65%, 68%, 61%)

RGB channels and saturation

R 166 of 255 = 65%
G 174 of 255 = 68%
B 156 of 255 = 61%

166
174
156

R + G + B ~ 65%. #A6AE9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 174 + 156 = 496 (100%)
R 166 of 496 ~ 33.47%
G 174 of 496 ~ 35.08%
B 156 of 496 ~ 31.45'%

%33.47
%35.08
%31.45

CMYK color model

#A6AE9C color CMYK value is (5,0,10,32).

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 31.76%

CMYK: (5,0,10,32)
C5M0Y10K32 (5%, 0%, 10%, 32%)
(0.05 / 0.00 / 0.10 / 0.32)

CMYK percentages

%4.6
%0
%10.34
%31.76

Codes

Color #A6AE9C in popluar color models

A6 AE 9C
RGB 166 174 156
HSL 87° 10.00% 64.71%
HSB/HSV 87° 10.34% 68.24%
CMYK 4.60% 0.00% 10.34%
31.76%

Color #A6AE9C in popluar number systems.

HEX A6 AE 9C
Decimal 166 174 156
Binary 10100110 10101110 10011100
Octal 246 256 234

Shades and tints

Shades of #A6AE9C

#A6AE9C
(166,174,156)
#979F8E
(151,159,142)
#889080
(136,144,128)
#798172
(121,129,114)
#6A7264
(106,114,100)
#5B6356
(91,99,86)
#4C5448
(76,84,72)
#3D453A
(61,69,58)
#2E362C
(46,54,44)
#1F271E
(31,39,30)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #A6AE9C

#A6AE9C
(166,174,156)
#AEB5A5
(174,181,165)
#B6BCAE
(182,188,174)
#BEC3B7
(190,195,183)
#C6CAC0
(198,202,192)
#CED1C9
(206,209,201)
#D6D8D2
(214,216,210)
#DEDFDB
(222,223,219)
#E6E6E4
(230,230,228)
#EEEDED
(238,237,237)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AE9C; }

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

This text font color is #A6AE9C.

Background Color

.myBgColor { background-color: #A6AE9C; }

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

This div background color is #A6AE9C.

Border color

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

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

This div border color is #A6AE9C.

Opacity

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

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

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

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

This text has shadow with #A6AE9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AE9C.

Preview

Color preview on black background

This text has color #A6AE9C on black background.


Color preview on white background

This text has color #A6AE9C on white background.


Black color preview on #A6AE9C background

This text has black color on #A6AE9C background.


White color preview on #A6AE9C background

This text has white color on #A6AE9C background.


Related colors

Complementary color

Complementary color for #hex is #595163.


I love getcolorcode.com

Triadic colors

1 #9CA6AE and #AE9CA6 with #A6AE9C are triadic colors.

2 #9CAEA6 and #AEA69C with #A6AE9C are triadic colors.