COLOR #A0AEA6

HEX: #A0AEA6 RGB: (160,174,166)

Color info

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

RGB color model

#A0AEA6 color RGB value is (160,174,166).

RGB: (160,174,166) (63%, 68%, 65%)

RGB channels and saturation

R 160 of 255 = 63%
G 174 of 255 = 68%
B 166 of 255 = 65%

160
174
166

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

Portions of RGB colors in percentages

R + G + B = 160 + 174 + 166 = 500 (100%)
R 160 of 500 ~ 32%
G 174 of 500 ~ 34.8%
B 166 of 500 ~ 33.2'%

%32
%34.8
%33.2

CMYK color model

#A0AEA6 color CMYK value is (8,0,5,32).

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

CMYK: (8,0,5,32)
C8M0Y5K32 (8%, 0%, 5%, 32%)
(0.08 / 0.00 / 0.05 / 0.32)

CMYK percentages

%8.05
%0
%4.6
%31.76

Codes

Color #A0AEA6 in popluar color models

A0 AE A6
RGB 160 174 166
HSL 146° 7.95% 65.49%
HSB/HSV 146° 8.05% 68.24%
CMYK 8.05% 0.00% 4.60%
31.76%

Color #A0AEA6 in popluar number systems.

HEX A0 AE A6
Decimal 160 174 166
Binary 10100000 10101110 10100110
Octal 240 256 246

Shades and tints

Shades of #A0AEA6

#A0AEA6
(160,174,166)
#929F97
(146,159,151)
#849088
(132,144,136)
#768179
(118,129,121)
#68726A
(104,114,106)
#5A635B
(90,99,91)
#4C544C
(76,84,76)
#3E453D
(62,69,61)
#30362E
(48,54,46)
#22271F
(34,39,31)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #A0AEA6

#A0AEA6
(160,174,166)
#A8B5AE
(168,181,174)
#B0BCB6
(176,188,182)
#B8C3BE
(184,195,190)
#C0CAC6
(192,202,198)
#C8D1CE
(200,209,206)
#D0D8D6
(208,216,214)
#D8DFDE
(216,223,222)
#E0E6E6
(224,230,230)
#E8EDEE
(232,237,238)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AEA6; }

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

This text font color is #A0AEA6.

Background Color

.myBgColor { background-color: #A0AEA6; }

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

This div background color is #A0AEA6.

Border color

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

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

This div border color is #A0AEA6.

Opacity

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

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

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

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

This text has shadow with #A0AEA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0AEA6.

Preview

Color preview on black background

This text has color #A0AEA6 on black background.


Color preview on white background

This text has color #A0AEA6 on white background.


Black color preview on #A0AEA6 background

This text has black color on #A0AEA6 background.


White color preview on #A0AEA6 background

This text has white color on #A0AEA6 background.


Related colors

Complementary color

Complementary color for #hex is #5F5159.


I love getcolorcode.com

Triadic colors

1 #A6A0AE and #AEA6A0 with #A0AEA6 are triadic colors.

2 #A6AEA0 and #AEA0A6 with #A0AEA6 are triadic colors.