COLOR #A3AEAB

HEX: #A3AEAB RGB: (163,174,171)

Color info

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

RGB color model

#A3AEAB color RGB value is (163,174,171).

RGB: (163,174,171) (64%, 68%, 67%)

RGB channels and saturation

R 163 of 255 = 64%
G 174 of 255 = 68%
B 171 of 255 = 67%

163
174
171

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

Portions of RGB colors in percentages

R + G + B = 163 + 174 + 171 = 508 (100%)
R 163 of 508 ~ 32.09%
G 174 of 508 ~ 34.25%
B 171 of 508 ~ 33.66'%

%32.09
%34.25
%33.66

CMYK color model

#A3AEAB color CMYK value is (6,0,2,32).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 1.72%
  • key color value is 31.76%

CMYK: (6,0,2,32)
C6M0Y2K32 (6%, 0%, 2%, 32%)
(0.06 / 0.00 / 0.02 / 0.32)

CMYK percentages

%6.32
%0
%1.72
%31.76

Codes

Color #A3AEAB in popluar color models

A3 AE AB
RGB 163 174 171
HSL 164° 6.36% 66.08%
HSB/HSV 164° 6.32% 68.24%
CMYK 6.32% 0.00% 1.72%
31.76%

Color #A3AEAB in popluar number systems.

HEX A3 AE AB
Decimal 163 174 171
Binary 10100011 10101110 10101011
Octal 243 256 253

Shades and tints

Shades of #A3AEAB

#A3AEAB
(163,174,171)
#959F9C
(149,159,156)
#87908D
(135,144,141)
#79817E
(121,129,126)
#6B726F
(107,114,111)
#5D6360
(93,99,96)
#4F5451
(79,84,81)
#414542
(65,69,66)
#333633
(51,54,51)
#252724
(37,39,36)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #A3AEAB

#A3AEAB
(163,174,171)
#ABB5B2
(171,181,178)
#B3BCB9
(179,188,185)
#BBC3C0
(187,195,192)
#C3CAC7
(195,202,199)
#CBD1CE
(203,209,206)
#D3D8D5
(211,216,213)
#DBDFDC
(219,223,220)
#E3E6E3
(227,230,227)
#EBEDEA
(235,237,234)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AEAB; }

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

This text font color is #A3AEAB.

Background Color

.myBgColor { background-color: #A3AEAB; }

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

This div background color is #A3AEAB.

Border color

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

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

This div border color is #A3AEAB.

Opacity

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

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

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

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

This text has shadow with #A3AEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3AEAB.

Preview

Color preview on black background

This text has color #A3AEAB on black background.


Color preview on white background

This text has color #A3AEAB on white background.


Black color preview on #A3AEAB background

This text has black color on #A3AEAB background.


White color preview on #A3AEAB background

This text has white color on #A3AEAB background.


Related colors

Complementary color

Complementary color for #hex is #5C5154.


I love getcolorcode.com

Triadic colors

1 #ABA3AE and #AEABA3 with #A3AEAB are triadic colors.

2 #ABAEA3 and #AEA3AB with #A3AEAB are triadic colors.