COLOR #A8A8AE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

168
168
174

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

Portions of RGB colors in percentages

R + G + B =
168 + 168 + 174 = 510 (100%)
R 168 of 510 ~ 32.94%
G 168 of 510 ~ 32.94%
B 174 of 510 ~ 34.12%

%32.94
%32.94
%34.12

CMYK color model

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

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

CMYK percentages

%3.45
%3.45
%0
%31.76

Codes

Color #A8A8AE in popluar color models

A8A8AE
RGB168168174
HSL240°3.57%67.06%
HSB/HSV240°3.45%68.24%
CMYK3.45%3.45%0.00%
31.76%

Color #A8A8AE in popluar number systems.

HEXA8A8AE
Decimal168168174
Binary101010001010100010101110
Octal250250256

Shades and tints

Shades of #A8A8AE

#A8A8AE
(168,168,174)
#99999F
(153,153,159)
#8A8A90
(138,138,144)
#7B7B81
(123,123,129)
#6C6C72
(108,108,114)
#5D5D63
(93,93,99)
#4E4E54
(78,78,84)
#3F3F45
(63,63,69)
#303036
(48,48,54)
#212127
(33,33,39)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #A8A8AE

#A8A8AE
(168,168,174)
#AFAFB5
(175,175,181)
#B6B6BC
(182,182,188)
#BDBDC3
(189,189,195)
#C4C4CA
(196,196,202)
#CBCBD1
(203,203,209)
#D2D2D8
(210,210,216)
#D9D9DF
(217,217,223)
#E0E0E6
(224,224,230)
#E7E7ED
(231,231,237)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A8AE; }

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

This text font color is #A8A8AE.


Background Color

.myBgColor { background-color: #A8A8AE; }

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

This div background color is #A8A8AE.


Border color

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

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

This div border color is #A8A8AE.


Opacity

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

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

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

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

This text has shadow with #A8A8AE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A8A8AE on black background.


Color preview on white background

This text has color #A8A8AE on white background.



Black color preview on #A8A8AE background

This text has black color on #A8A8AE background.


White color preview on #A8A8AE background

This text has white color on #A8A8AE background.