COLOR #A3A09D

HEX: #A3A09D RGB: (163,160,157)

Color info

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

RGB color model

#A3A09D color RGB value is (163,160,157).

RGB: (163,160,157) (64%, 63%, 62%)

RGB channels and saturation

R 163 of 255 = 64%
G 160 of 255 = 63%
B 157 of 255 = 62%

163
160
157

R + G + B ~ 63%. #A3A09D is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 160 + 157 = 480 (100%)
R 163 of 480 ~ 33.96%
G 160 of 480 ~ 33.33%
B 157 of 480 ~ 32.71'%

%33.96
%33.33
%32.71

CMYK color model

#A3A09D color CMYK value is (0,2,4,36).

  • cyan value is 0.00%
  • magenta value is 1.84%
  • yellow value is 3.68%
  • key color value is 36.08%

CMYK: (0,2,4,36)
C0M2Y4K36 (0%, 2%, 4%, 36%)
(0.00 / 0.02 / 0.04 / 0.36)

CMYK percentages

%0
%1.84
%3.68
%36.08

Codes

Color #A3A09D in popluar color models

A3 A0 9D
RGB 163 160 157
HSL 30° 3.16% 62.75%
HSB/HSV 30° 3.68% 63.92%
CMYK 0.00% 1.84% 3.68%
36.08%

Color #A3A09D in popluar number systems.

HEX A3 A0 9D
Decimal 163 160 157
Binary 10100011 10100000 10011101
Octal 243 240 235

Shades and tints

Shades of #A3A09D

#A3A09D
(163,160,157)
#95928F
(149,146,143)
#878481
(135,132,129)
#797673
(121,118,115)
#6B6865
(107,104,101)
#5D5A57
(93,90,87)
#4F4C49
(79,76,73)
#413E3B
(65,62,59)
#33302D
(51,48,45)
#25221F
(37,34,31)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #A3A09D

#A3A09D
(163,160,157)
#ABA8A5
(171,168,165)
#B3B0AD
(179,176,173)
#BBB8B5
(187,184,181)
#C3C0BD
(195,192,189)
#CBC8C5
(203,200,197)
#D3D0CD
(211,208,205)
#DBD8D5
(219,216,213)
#E3E0DD
(227,224,221)
#EBE8E5
(235,232,229)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A09D; }

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

This text font color is #A3A09D.

Background Color

.myBgColor { background-color: #A3A09D; }

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

This div background color is #A3A09D.

Border color

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

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

This div border color is #A3A09D.

Opacity

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

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

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

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

This text has shadow with #A3A09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A09D.

Preview

Color preview on black background

This text has color #A3A09D on black background.


Color preview on white background

This text has color #A3A09D on white background.


Black color preview on #A3A09D background

This text has black color on #A3A09D background.


White color preview on #A3A09D background

This text has white color on #A3A09D background.


Related colors

Complementary color

Complementary color for #hex is #5C5F62.


I love getcolorcode.com

Triadic colors

1 #9DA3A0 and #A09DA3 with #A3A09D are triadic colors.

2 #9DA0A3 and #A0A39D with #A3A09D are triadic colors.