COLOR #A1AEAD

HEX: #A1AEAD
RGB: (161,174,173)

Color info

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

RGB color model

#A1AEAD color RGB value is (161,174,173).

  • red value is 161;
  • green value is 174;
  • blue value is 173.
RGB:
(161,174,173)
(63%,68%,68%)

RGB channels and saturation

R 161 of 255 = 63%
G 174 of 255 = 68%
B 173 of 255 = 68%

161
174
173

R + G + B ~ 66%. #A1AEAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 174 + 173 = 508 (100%)
R 161 of 508 ~ 31.69%
G 174 of 508 ~ 34.25%
B 173 of 508 ~ 34.06%

%31.69
%34.25
%34.06

CMYK color model

#A1AEAD color CMYK value is (7,0,1,32).

  • cyan value is 7.47%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • key color value is 31.76%
CMYK:
(7,0,1,32)
C7M0Y1K32 
(7%,0%,1%,32%)
(0.07/0.00/0.01/0.32)	

CMYK percentages

%7.47
%0
%0.57
%31.76

Codes

Color #A1AEAD in popluar color models

A1AEAD
RGB161174173
HSL175°7.43%65.69%
HSB/HSV175°7.47%68.24%
CMYK7.47%0.00%0.57%
31.76%

Color #A1AEAD in popluar number systems.

HEXA1AEAD
Decimal161174173
Binary101000011010111010101101
Octal241256255

Shades and tints

Shades of #A1AEAD

#A1AEAD
(161,174,173)
#939F9E
(147,159,158)
#85908F
(133,144,143)
#778180
(119,129,128)
#697271
(105,114,113)
#5B6362
(91,99,98)
#4D5453
(77,84,83)
#3F4544
(63,69,68)
#313635
(49,54,53)
#232726
(35,39,38)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #A1AEAD

#A1AEAD
(161,174,173)
#A9B5B4
(169,181,180)
#B1BCBB
(177,188,187)
#B9C3C2
(185,195,194)
#C1CAC9
(193,202,201)
#C9D1D0
(201,209,208)
#D1D8D7
(209,216,215)
#D9DFDE
(217,223,222)
#E1E6E5
(225,230,229)
#E9EDEC
(233,237,236)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AEAD; }

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

This text font color is #A1AEAD.


Background Color

.myBgColor { background-color: #A1AEAD; }

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

This div background color is #A1AEAD.


Border color

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

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

This div border color is #A1AEAD.


Opacity

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

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

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

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

This text has shadow with #A1AEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AEAD on black background.


Color preview on white background

This text has color #A1AEAD on white background.



Black color preview on #A1AEAD background

This text has black color on #A1AEAD background.


White color preview on #A1AEAD background

This text has white color on #A1AEAD background.