COLOR #A3A299

HEX: #A3A299 RGB: (163,162,153)

Color info

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

RGB color model

#A3A299 color RGB value is (163,162,153).

RGB: (163,162,153) (64%, 64%, 60%)

RGB channels and saturation

R 163 of 255 = 64%
G 162 of 255 = 64%
B 153 of 255 = 60%

163
162
153

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

Portions of RGB colors in percentages

R + G + B = 163 + 162 + 153 = 478 (100%)
R 163 of 478 ~ 34.1%
G 162 of 478 ~ 33.89%
B 153 of 478 ~ 32.01'%

%34.1
%33.89
%32.01

CMYK color model

#A3A299 color CMYK value is (0,1,6,36).

  • cyan value is 0.00%
  • magenta value is 0.61%
  • yellow value is 6.13%
  • key color value is 36.08%

CMYK: (0,1,6,36)
C0M1Y6K36 (0%, 1%, 6%, 36%)
(0.00 / 0.01 / 0.06 / 0.36)

CMYK percentages

%0
%0.61
%6.13
%36.08

Codes

Color #A3A299 in popluar color models

A3 A2 99
RGB 163 162 153
HSL 54° 5.15% 61.96%
HSB/HSV 54° 6.13% 63.92%
CMYK 0.00% 0.61% 6.13%
36.08%

Color #A3A299 in popluar number systems.

HEX A3 A2 99
Decimal 163 162 153
Binary 10100011 10100010 10011001
Octal 243 242 231

Shades and tints

Shades of #A3A299

#A3A299
(163,162,153)
#95948C
(149,148,140)
#87867F
(135,134,127)
#797872
(121,120,114)
#6B6A65
(107,106,101)
#5D5C58
(93,92,88)
#4F4E4B
(79,78,75)
#41403E
(65,64,62)
#333231
(51,50,49)
#252424
(37,36,36)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #A3A299

#A3A299
(163,162,153)
#ABAAA2
(171,170,162)
#B3B2AB
(179,178,171)
#BBBAB4
(187,186,180)
#C3C2BD
(195,194,189)
#CBCAC6
(203,202,198)
#D3D2CF
(211,210,207)
#DBDAD8
(219,218,216)
#E3E2E1
(227,226,225)
#EBEAEA
(235,234,234)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A299; }

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

This text font color is #A3A299.

Background Color

.myBgColor { background-color: #A3A299; }

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

This div background color is #A3A299.

Border color

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

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

This div border color is #A3A299.

Opacity

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

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

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

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

This text has shadow with #A3A299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A299.

Preview

Color preview on black background

This text has color #A3A299 on black background.


Color preview on white background

This text has color #A3A299 on white background.


Black color preview on #A3A299 background

This text has black color on #A3A299 background.


White color preview on #A3A299 background

This text has white color on #A3A299 background.


Related colors

Complementary color

Complementary color for #hex is #5C5D66.


I love getcolorcode.com

Triadic colors

1 #99A3A2 and #A299A3 with #A3A299 are triadic colors.

2 #99A2A3 and #A2A399 with #A3A299 are triadic colors.