COLOR #A999A3

HEX: #A999A3 RGB: (169,153,163)

Color info

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

RGB color model

#A999A3 color RGB value is (169,153,163).

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

RGB channels and saturation

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

169
153
163

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

Portions of RGB colors in percentages

R + G + B = 169 + 153 + 163 = 485 (100%)
R 169 of 485 ~ 34.85%
G 153 of 485 ~ 31.55%
B 163 of 485 ~ 33.61'%

%34.85
%31.55
%33.61

CMYK color model

#A999A3 color CMYK value is (0,9,4,34).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 3.55%
  • key color value is 33.73%

CMYK: (0,9,4,34)
C0M9Y4K34 (0%, 9%, 4%, 34%)
(0.00 / 0.09 / 0.04 / 0.34)

CMYK percentages

%0
%9.47
%3.55
%33.73

Codes

Color #A999A3 in popluar color models

A9 99 A3
RGB 169 153 163
HSL 323° 8.51% 63.14%
HSB/HSV 323° 9.47% 66.27%
CMYK 0.00% 9.47% 3.55%
33.73%

Color #A999A3 in popluar number systems.

HEX A9 99 A3
Decimal 169 153 163
Binary 10101001 10011001 10100011
Octal 251 231 243

Shades and tints

Shades of #A999A3

#A999A3
(169,153,163)
#9A8C95
(154,140,149)
#8B7F87
(139,127,135)
#7C7279
(124,114,121)
#6D656B
(109,101,107)
#5E585D
(94,88,93)
#4F4B4F
(79,75,79)
#403E41
(64,62,65)
#313133
(49,49,51)
#222425
(34,36,37)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #A999A3

#A999A3
(169,153,163)
#B0A2AB
(176,162,171)
#B7ABB3
(183,171,179)
#BEB4BB
(190,180,187)
#C5BDC3
(197,189,195)
#CCC6CB
(204,198,203)
#D3CFD3
(211,207,211)
#DAD8DB
(218,216,219)
#E1E1E3
(225,225,227)
#E8EAEB
(232,234,235)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A999A3; }

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

This text font color is #A999A3.

Background Color

.myBgColor { background-color: #A999A3; }

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

This div background color is #A999A3.

Border color

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

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

This div border color is #A999A3.

Opacity

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

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

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

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

This text has shadow with #A999A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A999A3.

Preview

Color preview on black background

This text has color #A999A3 on black background.


Color preview on white background

This text has color #A999A3 on white background.


Black color preview on #A999A3 background

This text has black color on #A999A3 background.


White color preview on #A999A3 background

This text has white color on #A999A3 background.


Related colors

Complementary color

Complementary color for #hex is #56665C.


I love getcolorcode.com

Triadic colors

1 #A3A999 and #99A3A9 with #A999A3 are triadic colors.

2 #A399A9 and #99A9A3 with #A999A3 are triadic colors.