COLOR #A2A88B

HEX: #A2A88B RGB: (162,168,139)

Color info

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

RGB color model

#A2A88B color RGB value is (162,168,139).

RGB: (162,168,139) (64%, 66%, 55%)

RGB channels and saturation

R 162 of 255 = 64%
G 168 of 255 = 66%
B 139 of 255 = 55%

162
168
139

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

Portions of RGB colors in percentages

R + G + B = 162 + 168 + 139 = 469 (100%)
R 162 of 469 ~ 34.54%
G 168 of 469 ~ 35.82%
B 139 of 469 ~ 29.64'%

%34.54
%35.82
%29.64

CMYK color model

#A2A88B color CMYK value is (4,0,17,34).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 17.26%
  • key color value is 34.12%
CMYK: (4,0,17,34) C4M0Y17K34 (4%,0%,17%,34%) (0.04/0.00/0.17/0.34) 

CMYK percentages

%3.57
%0
%17.26
%34.12

Codes

Color #A2A88B in popluar color models

A2 A8 8B
RGB 162 168 139
HSL 72° 14.29% 60.20%
HSB/HSV 72° 17.26% 65.88%
CMYK 3.57% 0.00% 17.26%
34.12%

Color #A2A88B in popluar number systems.

HEX A2 A8 8B
Decimal 162 168 139
Binary 10100010 10101000 10001011
Octal 242 250 213

Shades and tints

Shades of #A2A88B

#A2A88B
(162,168,139)
#94997F
(148,153,127)
#868A73
(134,138,115)
#787B67
(120,123,103)
#6A6C5B
(106,108,91)
#5C5D4F
(92,93,79)
#4E4E43
(78,78,67)
#403F37
(64,63,55)
#32302B
(50,48,43)
#24211F
(36,33,31)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #A2A88B

#A2A88B
(162,168,139)
#AAAF95
(170,175,149)
#B2B69F
(178,182,159)
#BABDA9
(186,189,169)
#C2C4B3
(194,196,179)
#CACBBD
(202,203,189)
#D2D2C7
(210,210,199)
#DAD9D1
(218,217,209)
#E2E0DB
(226,224,219)
#EAE7E5
(234,231,229)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2A88B color. Also use rgb(162,168,139) instead hex code.

Text Font Color

.myTextColor { color: #A2A88B; }

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

This text font color is #A2A88B.

Background Color

.myBgColor { background-color: #A2A88B; }

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

This div background color is #A2A88B.

Border color

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

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

This div border color is #A2A88B.

Opacity

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

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

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

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

This text has shadow with #A2A88B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2A88B.

Preview

Color preview on black background

This text has color #A2A88B on black background.


Color preview on white background

This text has color #A2A88B on white background.


Black color preview on #A2A88B background

This text has black color on #A2A88B background.


White color preview on #A2A88B background

This text has white color on #A2A88B background.


Related colors

Complementary color

Complementary color for #hex is #5D5774.


I love getcolorcode.com

Triadic colors

1 #8BA2A8 and #A88BA2 with #A2A88B are triadic colors.

2 #8BA8A2 and #A8A28B with #A2A88B are triadic colors.