COLOR #A9AEAE

HEX: #A9AEAE
RGB: (169,174,174)

Color info

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

RGB color model

#A9AEAE color RGB value is (169,174,174).

  • red value is 169;
  • green value is 174;
  • blue value is 174.
RGB:
(169,174,174)
(66%,68%,68%)

RGB channels and saturation

R 169 of 255 = 66%
G 174 of 255 = 68%
B 174 of 255 = 68%

169
174
174

R + G + B ~ 67%. #A9AEAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 174 + 174 = 517 (100%)
R 169 of 517 ~ 32.69%
G 174 of 517 ~ 33.66%
B 174 of 517 ~ 33.66%

%32.69
%33.66
%33.66

CMYK color model

#A9AEAE color CMYK value is (3,0,0,32).

  • cyan value is 2.87%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(3,0,0,32)
C3M0Y0K32 
(3%,0%,0%,32%)
(0.03/0.00/0.00/0.32)	

CMYK percentages

%2.87
%0
%0
%31.76

Codes

Color #A9AEAE in popluar color models

A9AEAE
RGB169174174
HSL180°2.99%67.25%
HSB/HSV180°2.87%68.24%
CMYK2.87%0.00%0.00%
31.76%

Color #A9AEAE in popluar number systems.

HEXA9AEAE
Decimal169174174
Binary101010011010111010101110
Octal251256256

Shades and tints

Shades of #A9AEAE

#A9AEAE
(169,174,174)
#9A9F9F
(154,159,159)
#8B9090
(139,144,144)
#7C8181
(124,129,129)
#6D7272
(109,114,114)
#5E6363
(94,99,99)
#4F5454
(79,84,84)
#404545
(64,69,69)
#313636
(49,54,54)
#222727
(34,39,39)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #A9AEAE

#A9AEAE
(169,174,174)
#B0B5B5
(176,181,181)
#B7BCBC
(183,188,188)
#BEC3C3
(190,195,195)
#C5CACA
(197,202,202)
#CCD1D1
(204,209,209)
#D3D8D8
(211,216,216)
#DADFDF
(218,223,223)
#E1E6E6
(225,230,230)
#E8EDED
(232,237,237)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AEAE; }

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

This text font color is #A9AEAE.


Background Color

.myBgColor { background-color: #A9AEAE; }

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

This div background color is #A9AEAE.


Border color

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

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

This div border color is #A9AEAE.


Opacity

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

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

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

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

This text has shadow with #A9AEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AEAE on black background.


Color preview on white background

This text has color #A9AEAE on white background.



Black color preview on #A9AEAE background

This text has black color on #A9AEAE background.


White color preview on #A9AEAE background

This text has white color on #A9AEAE background.