COLOR #A3AF9D

HEX: #A3AF9D
RGB: (163,175,157)

Color info

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

RGB color model

#A3AF9D color RGB value is (163,175,157).

  • red value is 163;
  • green value is 175;
  • blue value is 157.
RGB:
(163,175,157)
(64%,69%,62%)

RGB channels and saturation

R 163 of 255 = 64%
G 175 of 255 = 69%
B 157 of 255 = 62%

163
175
157

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

Portions of RGB colors in percentages

R + G + B =
163 + 175 + 157 = 495 (100%)
R 163 of 495 ~ 32.93%
G 175 of 495 ~ 35.35%
B 157 of 495 ~ 31.72%

%32.93
%35.35
%31.72

CMYK color model

#A3AF9D color CMYK value is (7,0,10,31).

  • cyan value is 6.86%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • key color value is 31.37%
CMYK:
(7,0,10,31)
C7M0Y10K31 
(7%,0%,10%,31%)
(0.07/0.00/0.10/0.31)	

CMYK percentages

%6.86
%0
%10.29
%31.37

Codes

Color #A3AF9D in popluar color models

A3AF9D
RGB163175157
HSL100°10.11%65.10%
HSB/HSV100°10.29%68.63%
CMYK6.86%0.00%10.29%
31.37%

Color #A3AF9D in popluar number systems.

HEXA3AF9D
Decimal163175157
Binary101000111010111110011101
Octal243257235

Shades and tints

Shades of #A3AF9D

#A3AF9D
(163,175,157)
#95A08F
(149,160,143)
#879181
(135,145,129)
#798273
(121,130,115)
#6B7365
(107,115,101)
#5D6457
(93,100,87)
#4F5549
(79,85,73)
#41463B
(65,70,59)
#33372D
(51,55,45)
#25281F
(37,40,31)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #A3AF9D

#A3AF9D
(163,175,157)
#ABB6A5
(171,182,165)
#B3BDAD
(179,189,173)
#BBC4B5
(187,196,181)
#C3CBBD
(195,203,189)
#CBD2C5
(203,210,197)
#D3D9CD
(211,217,205)
#DBE0D5
(219,224,213)
#E3E7DD
(227,231,221)
#EBEEE5
(235,238,229)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AF9D color. Also use rgb(163,175,157) instead hex code.

Text Font Color

.myTextColor { color: #A3AF9D; }

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

This text font color is #A3AF9D.


Background Color

.myBgColor { background-color: #A3AF9D; }

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

This div background color is #A3AF9D.


Border color

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

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

This div border color is #A3AF9D.


Opacity

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

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

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

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

This text has shadow with #A3AF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AF9D on black background.


Color preview on white background

This text has color #A3AF9D on white background.



Black color preview on #A3AF9D background

This text has black color on #A3AF9D background.


White color preview on #A3AF9D background

This text has white color on #A3AF9D background.