COLOR #A2B69E

HEX: #A2B69E RGB: (162,182,158)

Color info

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

RGB color model

#A2B69E color RGB value is (162,182,158).

RGB: (162,182,158) (64%, 71%, 62%)

RGB channels and saturation

R 162 of 255 = 64%
G 182 of 255 = 71%
B 158 of 255 = 62%

162
182
158

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

Portions of RGB colors in percentages

R + G + B = 162 + 182 + 158 = 502 (100%)
R 162 of 502 ~ 32.27%
G 182 of 502 ~ 36.25%
B 158 of 502 ~ 31.47'%

%32.27
%36.25
%31.47

CMYK color model

#A2B69E color CMYK value is (11,0,13,29).

  • cyan value is 10.99%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 28.63%

CMYK: (11,0,13,29)
C11M0Y13K29 (11%, 0%, 13%, 29%)
(0.11 / 0.00 / 0.13 / 0.29)

CMYK percentages

%10.99
%0
%13.19
%28.63

Codes

Color #A2B69E in popluar color models

A2 B6 9E
RGB 162 182 158
HSL 110° 14.12% 66.67%
HSB/HSV 110° 13.19% 71.37%
CMYK 10.99% 0.00% 13.19%
28.63%

Color #A2B69E in popluar number systems.

HEX A2 B6 9E
Decimal 162 182 158
Binary 10100010 10110110 10011110
Octal 242 266 236

Shades and tints

Shades of #A2B69E

#A2B69E
(162,182,158)
#94A690
(148,166,144)
#869682
(134,150,130)
#788674
(120,134,116)
#6A7666
(106,118,102)
#5C6658
(92,102,88)
#4E564A
(78,86,74)
#40463C
(64,70,60)
#32362E
(50,54,46)
#242620
(36,38,32)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #A2B69E

#A2B69E
(162,182,158)
#AABCA6
(170,188,166)
#B2C2AE
(178,194,174)
#BAC8B6
(186,200,182)
#C2CEBE
(194,206,190)
#CAD4C6
(202,212,198)
#D2DACE
(210,218,206)
#DAE0D6
(218,224,214)
#E2E6DE
(226,230,222)
#EAECE6
(234,236,230)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2B69E; }

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

This text font color is #A2B69E.

Background Color

.myBgColor { background-color: #A2B69E; }

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

This div background color is #A2B69E.

Border color

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

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

This div border color is #A2B69E.

Opacity

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

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

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

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

This text has shadow with #A2B69E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B69E.

Preview

Color preview on black background

This text has color #A2B69E on black background.


Color preview on white background

This text has color #A2B69E on white background.


Black color preview on #A2B69E background

This text has black color on #A2B69E background.


White color preview on #A2B69E background

This text has white color on #A2B69E background.


Related colors

Complementary color

Complementary color for #hex is #5D4961.


I love getcolorcode.com

Triadic colors

1 #9EA2B6 and #B69EA2 with #A2B69E are triadic colors.

2 #9EB6A2 and #B6A29E with #A2B69E are triadic colors.