COLOR #A1B29E

HEX: #A1B29E RGB: (161,178,158)

Color info

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

RGB color model

#A1B29E color RGB value is (161,178,158).

RGB: (161,178,158) (63%, 70%, 62%)

RGB channels and saturation

R 161 of 255 = 63%
G 178 of 255 = 70%
B 158 of 255 = 62%

161
178
158

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

Portions of RGB colors in percentages

R + G + B = 161 + 178 + 158 = 497 (100%)
R 161 of 497 ~ 32.39%
G 178 of 497 ~ 35.81%
B 158 of 497 ~ 31.79'%

%32.39
%35.81
%31.79

CMYK color model

#A1B29E color CMYK value is (10,0,11,30).

  • cyan value is 9.55%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 30.20%
CMYK: (10,0,11,30) C10M0Y11K30 (10%,0%,11%,30%) (0.10/0.00/0.11/0.30) 

CMYK percentages

%9.55
%0
%11.24
%30.2

Codes

Color #A1B29E in popluar color models

A1 B2 9E
RGB 161 178 158
HSL 111° 11.49% 65.88%
HSB/HSV 111° 11.24% 69.80%
CMYK 9.55% 0.00% 11.24%
30.20%

Color #A1B29E in popluar number systems.

HEX A1 B2 9E
Decimal 161 178 158
Binary 10100001 10110010 10011110
Octal 241 262 236

Shades and tints

Shades of #A1B29E

#A1B29E
(161,178,158)
#93A290
(147,162,144)
#859282
(133,146,130)
#778274
(119,130,116)
#697266
(105,114,102)
#5B6258
(91,98,88)
#4D524A
(77,82,74)
#3F423C
(63,66,60)
#31322E
(49,50,46)
#232220
(35,34,32)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #A1B29E

#A1B29E
(161,178,158)
#A9B9A6
(169,185,166)
#B1C0AE
(177,192,174)
#B9C7B6
(185,199,182)
#C1CEBE
(193,206,190)
#C9D5C6
(201,213,198)
#D1DCCE
(209,220,206)
#D9E3D6
(217,227,214)
#E1EADE
(225,234,222)
#E9F1E6
(233,241,230)
#F1F8EE
(241,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B29E color. Also use rgb(161,178,158) instead hex code.

Text Font Color

.myTextColor { color: #A1B29E; }

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

This text font color is #A1B29E.

Background Color

.myBgColor { background-color: #A1B29E; }

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

This div background color is #A1B29E.

Border color

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

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

This div border color is #A1B29E.

Opacity

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

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

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

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

This text has shadow with #A1B29E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B29E.

Preview

Color preview on black background

This text has color #A1B29E on black background.


Color preview on white background

This text has color #A1B29E on white background.


Black color preview on #A1B29E background

This text has black color on #A1B29E background.


White color preview on #A1B29E background

This text has white color on #A1B29E background.


Related colors

Complementary color

Complementary color for #hex is #5E4D61.


I love getcolorcode.com

Triadic colors

1 #9EA1B2 and #B29EA1 with #A1B29E are triadic colors.

2 #9EB2A1 and #B2A19E with #A1B29E are triadic colors.