COLOR #A3A899

HEX: #A3A899 RGB: (163,168,153)

Color info

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

RGB color model

#A3A899 color RGB value is (163,168,153).

RGB: (163,168,153) (64%, 66%, 60%)

RGB channels and saturation

R 163 of 255 = 64%
G 168 of 255 = 66%
B 153 of 255 = 60%

163
168
153

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

Portions of RGB colors in percentages

R + G + B = 163 + 168 + 153 = 484 (100%)
R 163 of 484 ~ 33.68%
G 168 of 484 ~ 34.71%
B 153 of 484 ~ 31.61'%

%33.68
%34.71
%31.61

CMYK color model

#A3A899 color CMYK value is (3,0,9,34).

  • cyan value is 2.98%
  • magenta value is 0.00%
  • yellow value is 8.93%
  • key color value is 34.12%

CMYK: (3,0,9,34)
C3M0Y9K34 (3%, 0%, 9%, 34%)
(0.03 / 0.00 / 0.09 / 0.34)

CMYK percentages

%2.98
%0
%8.93
%34.12

Codes

Color #A3A899 in popluar color models

A3 A8 99
RGB 163 168 153
HSL 80° 7.94% 62.94%
HSB/HSV 80° 8.93% 65.88%
CMYK 2.98% 0.00% 8.93%
34.12%

Color #A3A899 in popluar number systems.

HEX A3 A8 99
Decimal 163 168 153
Binary 10100011 10101000 10011001
Octal 243 250 231

Shades and tints

Shades of #A3A899

#A3A899
(163,168,153)
#95998C
(149,153,140)
#878A7F
(135,138,127)
#797B72
(121,123,114)
#6B6C65
(107,108,101)
#5D5D58
(93,93,88)
#4F4E4B
(79,78,75)
#413F3E
(65,63,62)
#333031
(51,48,49)
#252124
(37,33,36)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #A3A899

#A3A899
(163,168,153)
#ABAFA2
(171,175,162)
#B3B6AB
(179,182,171)
#BBBDB4
(187,189,180)
#C3C4BD
(195,196,189)
#CBCBC6
(203,203,198)
#D3D2CF
(211,210,207)
#DBD9D8
(219,217,216)
#E3E0E1
(227,224,225)
#EBE7EA
(235,231,234)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A899 color. Also use rgb(163,168,153) instead hex code.

Text Font Color

.myTextColor { color: #A3A899; }

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

This text font color is #A3A899.

Background Color

.myBgColor { background-color: #A3A899; }

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

This div background color is #A3A899.

Border color

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

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

This div border color is #A3A899.

Opacity

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

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

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

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

This text has shadow with #A3A899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A899.

Preview

Color preview on black background

This text has color #A3A899 on black background.


Color preview on white background

This text has color #A3A899 on white background.


Black color preview on #A3A899 background

This text has black color on #A3A899 background.


White color preview on #A3A899 background

This text has white color on #A3A899 background.


Related colors

Complementary color

Complementary color for #hex is #5C5766.


I love getcolorcode.com

Triadic colors

1 #99A3A8 and #A899A3 with #A3A899 are triadic colors.

2 #99A8A3 and #A8A399 with #A3A899 are triadic colors.