COLOR #A2B99F

HEX: #A2B99F RGB: (162,185,159)

Color info

#A2B99F contains red, green and blue colors in about the same proportion. Web safe color of #A2B99F is #99CC99 (or #9C9).

RGB color model

#A2B99F color RGB value is (162,185,159).

RGB: (162,185,159) (64%, 73%, 62%)

RGB channels and saturation

R 162 of 255 = 64%
G 185 of 255 = 73%
B 159 of 255 = 62%

162
185
159

R + G + B ~ 66%. #A2B99F is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 185 + 159 = 506 (100%)
R 162 of 506 ~ 32.02%
G 185 of 506 ~ 36.56%
B 159 of 506 ~ 31.42'%

%32.02
%36.56
%31.42

CMYK color model

#A2B99F color CMYK value is (12,0,14,27).

  • cyan value is 12.43%
  • magenta value is 0.00%
  • yellow value is 14.05%
  • key color value is 27.45%

CMYK: (12,0,14,27)
C12M0Y14K27 (12%, 0%, 14%, 27%)
(0.12 / 0.00 / 0.14 / 0.27)

CMYK percentages

%12.43
%0
%14.05
%27.45

Codes

Color #A2B99F in popluar color models

A2 B9 9F
RGB 162 185 159
HSL 113° 15.66% 67.45%
HSB/HSV 113° 14.05% 72.55%
CMYK 12.43% 0.00% 14.05%
27.45%

Color #A2B99F in popluar number systems.

HEX A2 B9 9F
Decimal 162 185 159
Binary 10100010 10111001 10011111
Octal 242 271 237

Shades and tints

Shades of #A2B99F

#A2B99F
(162,185,159)
#94A991
(148,169,145)
#869983
(134,153,131)
#788975
(120,137,117)
#6A7967
(106,121,103)
#5C6959
(92,105,89)
#4E594B
(78,89,75)
#40493D
(64,73,61)
#32392F
(50,57,47)
#242921
(36,41,33)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #A2B99F

#A2B99F
(162,185,159)
#AABFA7
(170,191,167)
#B2C5AF
(178,197,175)
#BACBB7
(186,203,183)
#C2D1BF
(194,209,191)
#CAD7C7
(202,215,199)
#D2DDCF
(210,221,207)
#DAE3D7
(218,227,215)
#E2E9DF
(226,233,223)
#EAEFE7
(234,239,231)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B99F color. Also use rgb(162,185,159) instead hex code.

Text Font Color

.myTextColor { color: #A2B99F; }

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

This text font color is #A2B99F.

Background Color

.myBgColor { background-color: #A2B99F; }

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

This div background color is #A2B99F.

Border color

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

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

This div border color is #A2B99F.

Opacity

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

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

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

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

This text has shadow with #A2B99F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B99F.

Preview

Color preview on black background

This text has color #A2B99F on black background.


Color preview on white background

This text has color #A2B99F on white background.


Black color preview on #A2B99F background

This text has black color on #A2B99F background.


White color preview on #A2B99F background

This text has white color on #A2B99F background.


Related colors

Complementary color

Complementary color for #hex is #5D4660.


I love getcolorcode.com

Triadic colors

1 #9FA2B9 and #B99FA2 with #A2B99F are triadic colors.

2 #9FB9A2 and #B9A29F with #A2B99F are triadic colors.