COLOR #A1AA7F

HEX: #A1AA7F
RGB: (161,170,127)

Color info

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

RGB color model

#A1AA7F color RGB value is (161,170,127).

  • red value is 161;
  • green value is 170;
  • blue value is 127.
RGB:
(161,170,127)
(63%,67%,50%)

RGB channels and saturation

R 161 of 255 = 63%
G 170 of 255 = 67%
B 127 of 255 = 50%

161
170
127

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

Portions of RGB colors in percentages

R + G + B =
161 + 170 + 127 = 458 (100%)
R 161 of 458 ~ 35.15%
G 170 of 458 ~ 37.12%
B 127 of 458 ~ 27.73%

%35.15
%37.12
%27.73

CMYK color model

#A1AA7F color CMYK value is (5,0,25,33).

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 25.29%
  • key color value is 33.33%
CMYK:
(5,0,25,33)
C5M0Y25K33 
(5%,0%,25%,33%)
(0.05/0.00/0.25/0.33)	

CMYK percentages

%5.29
%0
%25.29
%33.33

Codes

Color #A1AA7F in popluar color models

A1AA7F
RGB161170127
HSL73°20.19%58.24%
HSB/HSV73°25.29%66.67%
CMYK5.29%0.00%25.29%
33.33%

Color #A1AA7F in popluar number systems.

HEXA1AA7F
Decimal161170127
Binary10100001101010101111111
Octal241252177

Shades and tints

Shades of #A1AA7F

#A1AA7F
(161,170,127)
#939B74
(147,155,116)
#858C69
(133,140,105)
#777D5E
(119,125,94)
#696E53
(105,110,83)
#5B5F48
(91,95,72)
#4D503D
(77,80,61)
#3F4132
(63,65,50)
#313227
(49,50,39)
#23231C
(35,35,28)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #A1AA7F

#A1AA7F
(161,170,127)
#A9B18A
(169,177,138)
#B1B895
(177,184,149)
#B9BFA0
(185,191,160)
#C1C6AB
(193,198,171)
#C9CDB6
(201,205,182)
#D1D4C1
(209,212,193)
#D9DBCC
(217,219,204)
#E1E2D7
(225,226,215)
#E9E9E2
(233,233,226)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1AA7F color. Also use rgb(161,170,127) instead hex code.

Text Font Color

.myTextColor { color: #A1AA7F; }

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

This text font color is #A1AA7F.


Background Color

.myBgColor { background-color: #A1AA7F; }

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

This div background color is #A1AA7F.


Border color

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

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

This div border color is #A1AA7F.


Opacity

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

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

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

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

This text has shadow with #A1AA7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AA7F on black background.


Color preview on white background

This text has color #A1AA7F on white background.



Black color preview on #A1AA7F background

This text has black color on #A1AA7F background.


White color preview on #A1AA7F background

This text has white color on #A1AA7F background.