COLOR #A1B17E

HEX: #A1B17E
RGB: (161,177,126)

Color info

#A1B17E contains red, green and blue colors in about the same proportion. Web safe color of #A1B17E is #999966 (or #996).

RGB color model

#A1B17E color RGB value is (161,177,126).

  • red value is 161;
  • green value is 177;
  • blue value is 126.
RGB:
(161,177,126)
(63%,69%,49%)

RGB channels and saturation

R 161 of 255 = 63%
G 177 of 255 = 69%
B 126 of 255 = 49%

161
177
126

R + G + B ~ 60%. #A1B17E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
161 + 177 + 126 = 464 (100%)
R 161 of 464 ~ 34.7%
G 177 of 464 ~ 38.15%
B 126 of 464 ~ 27.16%

%34.7
%38.15
%27.16

CMYK color model

#A1B17E color CMYK value is (9,0,29,31).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 28.81%
  • key color value is 30.59%
CMYK:
(9,0,29,31)
C9M0Y29K31 
(9%,0%,29%,31%)
(0.09/0.00/0.29/0.31)	

CMYK percentages

%9.04
%0
%28.81
%30.59

Codes

Color #A1B17E in popluar color models

A1B17E
RGB161177126
HSL79°24.64%59.41%
HSB/HSV79°28.81%69.41%
CMYK9.04%0.00%28.81%
30.59%

Color #A1B17E in popluar number systems.

HEXA1B17E
Decimal161177126
Binary10100001101100011111110
Octal241261176

Shades and tints

Shades of #A1B17E

#A1B17E
(161,177,126)
#93A173
(147,161,115)
#859168
(133,145,104)
#77815D
(119,129,93)
#697152
(105,113,82)
#5B6147
(91,97,71)
#4D513C
(77,81,60)
#3F4131
(63,65,49)
#313126
(49,49,38)
#23211B
(35,33,27)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #A1B17E

#A1B17E
(161,177,126)
#A9B889
(169,184,137)
#B1BF94
(177,191,148)
#B9C69F
(185,198,159)
#C1CDAA
(193,205,170)
#C9D4B5
(201,212,181)
#D1DBC0
(209,219,192)
#D9E2CB
(217,226,203)
#E1E9D6
(225,233,214)
#E9F0E1
(233,240,225)
#F1F7EC
(241,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B17E color. Also use rgb(161,177,126) instead hex code.

Text Font Color

.myTextColor { color: #A1B17E; }

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

This text font color is #A1B17E.


Background Color

.myBgColor { background-color: #A1B17E; }

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

This div background color is #A1B17E.


Border color

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

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

This div border color is #A1B17E.


Opacity

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

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

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

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

This text has shadow with #A1B17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B17E on black background.


Color preview on white background

This text has color #A1B17E on white background.



Black color preview on #A1B17E background

This text has black color on #A1B17E background.


White color preview on #A1B17E background

This text has white color on #A1B17E background.