COLOR #A8AEAE

HEX: #A8AEAE
RGB: (168,174,174)

Color info

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

RGB color model

#A8AEAE color RGB value is (168,174,174).

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

RGB channels and saturation

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

168
174
174

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

Portions of RGB colors in percentages

R + G + B =
168 + 174 + 174 = 516 (100%)
R 168 of 516 ~ 32.56%
G 174 of 516 ~ 33.72%
B 174 of 516 ~ 33.72%

%32.56
%33.72
%33.72

CMYK color model

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

  • cyan value is 3.45%
  • 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

%3.45
%0
%0
%31.76

Codes

Color #A8AEAE in popluar color models

A8AEAE
RGB168174174
HSL180°3.57%67.06%
HSB/HSV180°3.45%68.24%
CMYK3.45%0.00%0.00%
31.76%

Color #A8AEAE in popluar number systems.

HEXA8AEAE
Decimal168174174
Binary101010001010111010101110
Octal250256256

Shades and tints

Shades of #A8AEAE

#A8AEAE
(168,174,174)
#999F9F
(153,159,159)
#8A9090
(138,144,144)
#7B8181
(123,129,129)
#6C7272
(108,114,114)
#5D6363
(93,99,99)
#4E5454
(78,84,84)
#3F4545
(63,69,69)
#303636
(48,54,54)
#212727
(33,39,39)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #A8AEAE

#A8AEAE
(168,174,174)
#AFB5B5
(175,181,181)
#B6BCBC
(182,188,188)
#BDC3C3
(189,195,195)
#C4CACA
(196,202,202)
#CBD1D1
(203,209,209)
#D2D8D8
(210,216,216)
#D9DFDF
(217,223,223)
#E0E6E6
(224,230,230)
#E7EDED
(231,237,237)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AEAE; }

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

This text font color is #A8AEAE.


Background Color

.myBgColor { background-color: #A8AEAE; }

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

This div background color is #A8AEAE.


Border color

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

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

This div border color is #A8AEAE.


Opacity

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

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

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

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

This text has shadow with #A8AEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AEAE on black background.


Color preview on white background

This text has color #A8AEAE on white background.



Black color preview on #A8AEAE background

This text has black color on #A8AEAE background.


White color preview on #A8AEAE background

This text has white color on #A8AEAE background.