COLOR #A2A199

HEX: #A2A199 RGB: (162,161,153)

Color info

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

RGB color model

#A2A199 color RGB value is (162,161,153).

RGB: (162,161,153) (64%, 63%, 60%)

RGB channels and saturation

R 162 of 255 = 64%
G 161 of 255 = 63%
B 153 of 255 = 60%

162
161
153

R + G + B ~ 62%. #A2A199 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 161 + 153 = 476 (100%)
R 162 of 476 ~ 34.03%
G 161 of 476 ~ 33.82%
B 153 of 476 ~ 32.14'%

%34.03
%33.82
%32.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.62%
  • yellow value is 5.56%
  • key color value is 36.47%

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

CMYK percentages

%0
%0.62
%5.56
%36.47

Codes

Color #A2A199 in popluar color models

A2 A1 99
RGB 162 161 153
HSL 53° 4.62% 61.76%
HSB/HSV 53° 5.56% 63.53%
CMYK 0.00% 0.62% 5.56%
36.47%

Color #A2A199 in popluar number systems.

HEX A2 A1 99
Decimal 162 161 153
Binary 10100010 10100001 10011001
Octal 242 241 231

Shades and tints

Shades of #A2A199

#A2A199
(162,161,153)
#94938C
(148,147,140)
#86857F
(134,133,127)
#787772
(120,119,114)
#6A6965
(106,105,101)
#5C5B58
(92,91,88)
#4E4D4B
(78,77,75)
#403F3E
(64,63,62)
#323131
(50,49,49)
#242324
(36,35,36)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #A2A199

#A2A199
(162,161,153)
#AAA9A2
(170,169,162)
#B2B1AB
(178,177,171)
#BAB9B4
(186,185,180)
#C2C1BD
(194,193,189)
#CAC9C6
(202,201,198)
#D2D1CF
(210,209,207)
#DAD9D8
(218,217,216)
#E2E1E1
(226,225,225)
#EAE9EA
(234,233,234)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A199; }

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

This text font color is #A2A199.

Background Color

.myBgColor { background-color: #A2A199; }

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

This div background color is #A2A199.

Border color

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

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

This div border color is #A2A199.

Opacity

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

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

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

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

This text has shadow with #A2A199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2A199.

Preview

Color preview on black background

This text has color #A2A199 on black background.


Color preview on white background

This text has color #A2A199 on white background.


Black color preview on #A2A199 background

This text has black color on #A2A199 background.


White color preview on #A2A199 background

This text has white color on #A2A199 background.


Related colors

Complementary color

Complementary color for #hex is #5D5E66.


I love getcolorcode.com

Triadic colors

1 #99A2A1 and #A199A2 with #A2A199 are triadic colors.

2 #99A1A2 and #A1A299 with #A2A199 are triadic colors.