COLOR #A1AA7A

HEX: #A1AA7A
RGB: (161,170,122)

Color info

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

RGB color model

#A1AA7A color RGB value is (161,170,122).

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

RGB channels and saturation

R 161 of 255 = 63%
G 170 of 255 = 67%
B 122 of 255 = 48%

161
170
122

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

Portions of RGB colors in percentages

R + G + B =
161 + 170 + 122 = 453 (100%)
R 161 of 453 ~ 35.54%
G 170 of 453 ~ 37.53%
B 122 of 453 ~ 26.93%

%35.54
%37.53
%26.93

CMYK color model

#A1AA7A color CMYK value is (5,0,28,33).

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 33.33%
CMYK:
(5,0,28,33)
C5M0Y28K33 
(5%,0%,28%,33%)
(0.05/0.00/0.28/0.33)	

CMYK percentages

%5.29
%0
%28.24
%33.33

Codes

Color #A1AA7A in popluar color models

A1AA7A
RGB161170122
HSL71°22.02%57.25%
HSB/HSV71°28.24%66.67%
CMYK5.29%0.00%28.24%
33.33%

Color #A1AA7A in popluar number systems.

HEXA1AA7A
Decimal161170122
Binary10100001101010101111010
Octal241252172

Shades and tints

Shades of #A1AA7A

#A1AA7A
(161,170,122)
#939B6F
(147,155,111)
#858C64
(133,140,100)
#777D59
(119,125,89)
#696E4E
(105,110,78)
#5B5F43
(91,95,67)
#4D5038
(77,80,56)
#3F412D
(63,65,45)
#313222
(49,50,34)
#232317
(35,35,23)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #A1AA7A

#A1AA7A
(161,170,122)
#A9B186
(169,177,134)
#B1B892
(177,184,146)
#B9BF9E
(185,191,158)
#C1C6AA
(193,198,170)
#C9CDB6
(201,205,182)
#D1D4C2
(209,212,194)
#D9DBCE
(217,219,206)
#E1E2DA
(225,226,218)
#E9E9E6
(233,233,230)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AA7A; }

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

This text font color is #A1AA7A.


Background Color

.myBgColor { background-color: #A1AA7A; }

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

This div background color is #A1AA7A.


Border color

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

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

This div border color is #A1AA7A.


Opacity

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

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

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

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

This text has shadow with #A1AA7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AA7A on black background.


Color preview on white background

This text has color #A1AA7A on white background.



Black color preview on #A1AA7A background

This text has black color on #A1AA7A background.


White color preview on #A1AA7A background

This text has white color on #A1AA7A background.