COLOR #A2A599

HEX: #A2A599 RGB: (162,165,153)

Color info

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

RGB color model

#A2A599 color RGB value is (162,165,153).

RGB: (162,165,153) (64%, 65%, 60%)

RGB channels and saturation

R 162 of 255 = 64%
G 165 of 255 = 65%
B 153 of 255 = 60%

162
165
153

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

Portions of RGB colors in percentages

R + G + B = 162 + 165 + 153 = 480 (100%)
R 162 of 480 ~ 33.75%
G 165 of 480 ~ 34.38%
B 153 of 480 ~ 31.88'%

%33.75
%34.38
%31.88

CMYK color model

#A2A599 color CMYK value is (2,0,7,35).

  • cyan value is 1.82%
  • magenta value is 0.00%
  • yellow value is 7.27%
  • key color value is 35.29%

CMYK: (2,0,7,35)
C2M0Y7K35 (2%, 0%, 7%, 35%)
(0.02 / 0.00 / 0.07 / 0.35)

CMYK percentages

%1.82
%0
%7.27
%35.29

Codes

Color #A2A599 in popluar color models

A2 A5 99
RGB 162 165 153
HSL 75° 6.25% 62.35%
HSB/HSV 75° 7.27% 64.71%
CMYK 1.82% 0.00% 7.27%
35.29%

Color #A2A599 in popluar number systems.

HEX A2 A5 99
Decimal 162 165 153
Binary 10100010 10100101 10011001
Octal 242 245 231

Shades and tints

Shades of #A2A599

#A2A599
(162,165,153)
#94968C
(148,150,140)
#86877F
(134,135,127)
#787872
(120,120,114)
#6A6965
(106,105,101)
#5C5A58
(92,90,88)
#4E4B4B
(78,75,75)
#403C3E
(64,60,62)
#322D31
(50,45,49)
#241E24
(36,30,36)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #A2A599

#A2A599
(162,165,153)
#AAADA2
(170,173,162)
#B2B5AB
(178,181,171)
#BABDB4
(186,189,180)
#C2C5BD
(194,197,189)
#CACDC6
(202,205,198)
#D2D5CF
(210,213,207)
#DADDD8
(218,221,216)
#E2E5E1
(226,229,225)
#EAEDEA
(234,237,234)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A599; }

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

This text font color is #A2A599.

Background Color

.myBgColor { background-color: #A2A599; }

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

This div background color is #A2A599.

Border color

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

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

This div border color is #A2A599.

Opacity

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

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

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

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

This text has shadow with #A2A599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2A599.

Preview

Color preview on black background

This text has color #A2A599 on black background.


Color preview on white background

This text has color #A2A599 on white background.


Black color preview on #A2A599 background

This text has black color on #A2A599 background.


White color preview on #A2A599 background

This text has white color on #A2A599 background.


Related colors

Complementary color

Complementary color for #hex is #5D5A66.


I love getcolorcode.com

Triadic colors

1 #99A2A5 and #A599A2 with #A2A599 are triadic colors.

2 #99A5A2 and #A5A299 with #A2A599 are triadic colors.