COLOR #A2B69B

HEX: #A2B69B RGB: (162,182,155)

Color info

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

RGB color model

#A2B69B color RGB value is (162,182,155).

RGB: (162,182,155) (64%, 71%, 61%)

RGB channels and saturation

R 162 of 255 = 64%
G 182 of 255 = 71%
B 155 of 255 = 61%

162
182
155

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

Portions of RGB colors in percentages

R + G + B = 162 + 182 + 155 = 499 (100%)
R 162 of 499 ~ 32.46%
G 182 of 499 ~ 36.47%
B 155 of 499 ~ 31.06'%

%32.46
%36.47
%31.06

CMYK color model

#A2B69B color CMYK value is (11,0,15,29).

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

CMYK: (11,0,15,29)
C11M0Y15K29 (11%, 0%, 15%, 29%)
(0.11 / 0.00 / 0.15 / 0.29)

CMYK percentages

%10.99
%0
%14.84
%28.63

Codes

Color #A2B69B in popluar color models

A2 B6 9B
RGB 162 182 155
HSL 104° 15.61% 66.08%
HSB/HSV 104° 14.84% 71.37%
CMYK 10.99% 0.00% 14.84%
28.63%

Color #A2B69B in popluar number systems.

HEX A2 B6 9B
Decimal 162 182 155
Binary 10100010 10110110 10011011
Octal 242 266 233

Shades and tints

Shades of #A2B69B

#A2B69B
(162,182,155)
#94A68D
(148,166,141)
#86967F
(134,150,127)
#788671
(120,134,113)
#6A7663
(106,118,99)
#5C6655
(92,102,85)
#4E5647
(78,86,71)
#404639
(64,70,57)
#32362B
(50,54,43)
#24261D
(36,38,29)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #A2B69B

#A2B69B
(162,182,155)
#AABCA4
(170,188,164)
#B2C2AD
(178,194,173)
#BAC8B6
(186,200,182)
#C2CEBF
(194,206,191)
#CAD4C8
(202,212,200)
#D2DAD1
(210,218,209)
#DAE0DA
(218,224,218)
#E2E6E3
(226,230,227)
#EAECEC
(234,236,236)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2B69B; }

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

This text font color is #A2B69B.

Background Color

.myBgColor { background-color: #A2B69B; }

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

This div background color is #A2B69B.

Border color

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

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

This div border color is #A2B69B.

Opacity

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

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

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

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

This text has shadow with #A2B69B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B69B.

Preview

Color preview on black background

This text has color #A2B69B on black background.


Color preview on white background

This text has color #A2B69B on white background.


Black color preview on #A2B69B background

This text has black color on #A2B69B background.


White color preview on #A2B69B background

This text has white color on #A2B69B background.


Related colors

Complementary color

Complementary color for #hex is #5D4964.


I love getcolorcode.com

Triadic colors

1 #9BA2B6 and #B69BA2 with #A2B69B are triadic colors.

2 #9BB6A2 and #B6A29B with #A2B69B are triadic colors.