COLOR #A1AC7E

HEX: #A1AC7E
RGB: (161,172,126)

Color info

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

RGB color model

#A1AC7E color RGB value is (161,172,126).

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

RGB channels and saturation

R 161 of 255 = 63%
G 172 of 255 = 67%
B 126 of 255 = 49%

161
172
126

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

Portions of RGB colors in percentages

R + G + B =
161 + 172 + 126 = 459 (100%)
R 161 of 459 ~ 35.08%
G 172 of 459 ~ 37.47%
B 126 of 459 ~ 27.45%

%35.08
%37.47
%27.45

CMYK color model

#A1AC7E color CMYK value is (6,0,27,33).

  • cyan value is 6.40%
  • magenta value is 0.00%
  • yellow value is 26.74%
  • key color value is 32.55%
CMYK:
(6,0,27,33)
C6M0Y27K33 
(6%,0%,27%,33%)
(0.06/0.00/0.27/0.33)	

CMYK percentages

%6.4
%0
%26.74
%32.55

Codes

Color #A1AC7E in popluar color models

A1AC7E
RGB161172126
HSL74°21.70%58.43%
HSB/HSV74°26.74%67.45%
CMYK6.40%0.00%26.74%
32.55%

Color #A1AC7E in popluar number systems.

HEXA1AC7E
Decimal161172126
Binary10100001101011001111110
Octal241254176

Shades and tints

Shades of #A1AC7E

#A1AC7E
(161,172,126)
#939D73
(147,157,115)
#858E68
(133,142,104)
#777F5D
(119,127,93)
#697052
(105,112,82)
#5B6147
(91,97,71)
#4D523C
(77,82,60)
#3F4331
(63,67,49)
#313426
(49,52,38)
#23251B
(35,37,27)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #A1AC7E

#A1AC7E
(161,172,126)
#A9B389
(169,179,137)
#B1BA94
(177,186,148)
#B9C19F
(185,193,159)
#C1C8AA
(193,200,170)
#C9CFB5
(201,207,181)
#D1D6C0
(209,214,192)
#D9DDCB
(217,221,203)
#E1E4D6
(225,228,214)
#E9EBE1
(233,235,225)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AC7E; }

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

This text font color is #A1AC7E.


Background Color

.myBgColor { background-color: #A1AC7E; }

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

This div background color is #A1AC7E.


Border color

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

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

This div border color is #A1AC7E.


Opacity

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

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

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

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

This text has shadow with #A1AC7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AC7E on black background.


Color preview on white background

This text has color #A1AC7E on white background.



Black color preview on #A1AC7E background

This text has black color on #A1AC7E background.


White color preview on #A1AC7E background

This text has white color on #A1AC7E background.