COLOR #A2B09E

HEX: #A2B09E RGB: (162,176,158)

Color info

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

RGB color model

#A2B09E color RGB value is (162,176,158).

RGB: (162,176,158) (64%, 69%, 62%)

RGB channels and saturation

R 162 of 255 = 64%
G 176 of 255 = 69%
B 158 of 255 = 62%

162
176
158

R + G + B ~ 65%. #A2B09E is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 176 + 158 = 496 (100%)
R 162 of 496 ~ 32.66%
G 176 of 496 ~ 35.48%
B 158 of 496 ~ 31.85'%

%32.66
%35.48
%31.85

CMYK color model

#A2B09E color CMYK value is (8,0,10,31).

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 10.23%
  • key color value is 30.98%

CMYK: (8,0,10,31)
C8M0Y10K31 (8%, 0%, 10%, 31%)
(0.08 / 0.00 / 0.10 / 0.31)

CMYK percentages

%7.95
%0
%10.23
%30.98

Codes

Color #A2B09E in popluar color models

A2 B0 9E
RGB 162 176 158
HSL 107° 10.23% 65.49%
HSB/HSV 107° 10.23% 69.02%
CMYK 7.95% 0.00% 10.23%
30.98%

Color #A2B09E in popluar number systems.

HEX A2 B0 9E
Decimal 162 176 158
Binary 10100010 10110000 10011110
Octal 242 260 236

Shades and tints

Shades of #A2B09E

#A2B09E
(162,176,158)
#94A090
(148,160,144)
#869082
(134,144,130)
#788074
(120,128,116)
#6A7066
(106,112,102)
#5C6058
(92,96,88)
#4E504A
(78,80,74)
#40403C
(64,64,60)
#32302E
(50,48,46)
#242020
(36,32,32)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #A2B09E

#A2B09E
(162,176,158)
#AAB7A6
(170,183,166)
#B2BEAE
(178,190,174)
#BAC5B6
(186,197,182)
#C2CCBE
(194,204,190)
#CAD3C6
(202,211,198)
#D2DACE
(210,218,206)
#DAE1D6
(218,225,214)
#E2E8DE
(226,232,222)
#EAEFE6
(234,239,230)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B09E color. Also use rgb(162,176,158) instead hex code.

Text Font Color

.myTextColor { color: #A2B09E; }

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

This text font color is #A2B09E.

Background Color

.myBgColor { background-color: #A2B09E; }

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

This div background color is #A2B09E.

Border color

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

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

This div border color is #A2B09E.

Opacity

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

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

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

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

This text has shadow with #A2B09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B09E.

Preview

Color preview on black background

This text has color #A2B09E on black background.


Color preview on white background

This text has color #A2B09E on white background.


Black color preview on #A2B09E background

This text has black color on #A2B09E background.


White color preview on #A2B09E background

This text has white color on #A2B09E background.


Related colors

Complementary color

Complementary color for #hex is #5D4F61.


I love getcolorcode.com

Triadic colors

1 #9EA2B0 and #B09EA2 with #A2B09E are triadic colors.

2 #9EB0A2 and #B0A29E with #A2B09E are triadic colors.