COLOR #A1AA6A

HEX: #A1AA6A
RGB: (161,170,106)

Color info

#A1AA6A contains mainly red and green colors. Web safe color of #A1AA6A is #999966 (or #996).

RGB color model

#A1AA6A color RGB value is (161,170,106).

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

RGB channels and saturation

R 161 of 255 = 63%
G 170 of 255 = 67%
B 106 of 255 = 42%

161
170
106

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

Portions of RGB colors in percentages

R + G + B =
161 + 170 + 106 = 437 (100%)
R 161 of 437 ~ 36.84%
G 170 of 437 ~ 38.9%
B 106 of 437 ~ 24.26%

%36.84
%38.9
%24.26

CMYK color model

#A1AA6A color CMYK value is (5,0,38,33).

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 37.65%
  • key color value is 33.33%
CMYK:
(5,0,38,33)
C5M0Y38K33 
(5%,0%,38%,33%)
(0.05/0.00/0.38/0.33)	

CMYK percentages

%5.29
%0
%37.65
%33.33

Codes

Color #A1AA6A in popluar color models

A1AA6A
RGB161170106
HSL68°27.35%54.12%
HSB/HSV68°37.65%66.67%
CMYK5.29%0.00%37.65%
33.33%

Color #A1AA6A in popluar number systems.

HEXA1AA6A
Decimal161170106
Binary10100001101010101101010
Octal241252152

Shades and tints

Shades of #A1AA6A

#A1AA6A
(161,170,106)
#939B61
(147,155,97)
#858C58
(133,140,88)
#777D4F
(119,125,79)
#696E46
(105,110,70)
#5B5F3D
(91,95,61)
#4D5034
(77,80,52)
#3F412B
(63,65,43)
#313222
(49,50,34)
#232319
(35,35,25)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #A1AA6A

#A1AA6A
(161,170,106)
#A9B177
(169,177,119)
#B1B884
(177,184,132)
#B9BF91
(185,191,145)
#C1C69E
(193,198,158)
#C9CDAB
(201,205,171)
#D1D4B8
(209,212,184)
#D9DBC5
(217,219,197)
#E1E2D2
(225,226,210)
#E9E9DF
(233,233,223)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AA6A; }

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

This text font color is #A1AA6A.


Background Color

.myBgColor { background-color: #A1AA6A; }

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

This div background color is #A1AA6A.


Border color

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

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

This div border color is #A1AA6A.


Opacity

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

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

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

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

This text has shadow with #A1AA6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AA6A on black background.


Color preview on white background

This text has color #A1AA6A on white background.



Black color preview on #A1AA6A background

This text has black color on #A1AA6A background.


White color preview on #A1AA6A background

This text has white color on #A1AA6A background.