COLOR #A3AE9F

HEX: #A3AE9F
RGB: (163,174,159)

Color info

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

RGB color model

#A3AE9F color RGB value is (163,174,159).

  • red value is 163;
  • green value is 174;
  • blue value is 159.
RGB:
(163,174,159)
(64%,68%,62%)

RGB channels and saturation

R 163 of 255 = 64%
G 174 of 255 = 68%
B 159 of 255 = 62%

163
174
159

R + G + B ~ 65%. #A3AE9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 174 + 159 = 496 (100%)
R 163 of 496 ~ 32.86%
G 174 of 496 ~ 35.08%
B 159 of 496 ~ 32.06%

%32.86
%35.08
%32.06

CMYK color model

#A3AE9F color CMYK value is (6,0,9,32).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 8.62%
  • key color value is 31.76%
CMYK:
(6,0,9,32)
C6M0Y9K32 
(6%,0%,9%,32%)
(0.06/0.00/0.09/0.32)	

CMYK percentages

%6.32
%0
%8.62
%31.76

Codes

Color #A3AE9F in popluar color models

A3AE9F
RGB163174159
HSL104°8.47%65.29%
HSB/HSV104°8.62%68.24%
CMYK6.32%0.00%8.62%
31.76%

Color #A3AE9F in popluar number systems.

HEXA3AE9F
Decimal163174159
Binary101000111010111010011111
Octal243256237

Shades and tints

Shades of #A3AE9F

#A3AE9F
(163,174,159)
#959F91
(149,159,145)
#879083
(135,144,131)
#798175
(121,129,117)
#6B7267
(107,114,103)
#5D6359
(93,99,89)
#4F544B
(79,84,75)
#41453D
(65,69,61)
#33362F
(51,54,47)
#252721
(37,39,33)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #A3AE9F

#A3AE9F
(163,174,159)
#ABB5A7
(171,181,167)
#B3BCAF
(179,188,175)
#BBC3B7
(187,195,183)
#C3CABF
(195,202,191)
#CBD1C7
(203,209,199)
#D3D8CF
(211,216,207)
#DBDFD7
(219,223,215)
#E3E6DF
(227,230,223)
#EBEDE7
(235,237,231)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AE9F; }

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

This text font color is #A3AE9F.


Background Color

.myBgColor { background-color: #A3AE9F; }

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

This div background color is #A3AE9F.


Border color

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

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

This div border color is #A3AE9F.


Opacity

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

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

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

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

This text has shadow with #A3AE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AE9F on black background.


Color preview on white background

This text has color #A3AE9F on white background.



Black color preview on #A3AE9F background

This text has black color on #A3AE9F background.


White color preview on #A3AE9F background

This text has white color on #A3AE9F background.