COLOR #A1AA97

HEX: #A1AA97
RGB: (161,170,151)

Color info

#A1AA97 contains red, green and blue colors in about the same proportion. Web safe color of #A1AA97 is #999999 (or #999).

RGB color model

#A1AA97 color RGB value is (161,170,151).

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

RGB channels and saturation

R 161 of 255 = 63%
G 170 of 255 = 67%
B 151 of 255 = 59%

161
170
151

R + G + B ~ 63%. #A1AA97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 170 + 151 = 482 (100%)
R 161 of 482 ~ 33.4%
G 170 of 482 ~ 35.27%
B 151 of 482 ~ 31.33%

%33.4
%35.27
%31.33

CMYK color model

#A1AA97 color CMYK value is (5,0,11,33).

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 11.18%
  • key color value is 33.33%
CMYK:
(5,0,11,33)
C5M0Y11K33 
(5%,0%,11%,33%)
(0.05/0.00/0.11/0.33)	

CMYK percentages

%5.29
%0
%11.18
%33.33

Codes

Color #A1AA97 in popluar color models

A1AA97
RGB161170151
HSL88°10.05%62.94%
HSB/HSV88°11.18%66.67%
CMYK5.29%0.00%11.18%
33.33%

Color #A1AA97 in popluar number systems.

HEXA1AA97
Decimal161170151
Binary101000011010101010010111
Octal241252227

Shades and tints

Shades of #A1AA97

#A1AA97
(161,170,151)
#939B8A
(147,155,138)
#858C7D
(133,140,125)
#777D70
(119,125,112)
#696E63
(105,110,99)
#5B5F56
(91,95,86)
#4D5049
(77,80,73)
#3F413C
(63,65,60)
#31322F
(49,50,47)
#232322
(35,35,34)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #A1AA97

#A1AA97
(161,170,151)
#A9B1A0
(169,177,160)
#B1B8A9
(177,184,169)
#B9BFB2
(185,191,178)
#C1C6BB
(193,198,187)
#C9CDC4
(201,205,196)
#D1D4CD
(209,212,205)
#D9DBD6
(217,219,214)
#E1E2DF
(225,226,223)
#E9E9E8
(233,233,232)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AA97; }

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

This text font color is #A1AA97.


Background Color

.myBgColor { background-color: #A1AA97; }

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

This div background color is #A1AA97.


Border color

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

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

This div border color is #A1AA97.


Opacity

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

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

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

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

This text has shadow with #A1AA97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AA97 on black background.


Color preview on white background

This text has color #A1AA97 on white background.



Black color preview on #A1AA97 background

This text has black color on #A1AA97 background.


White color preview on #A1AA97 background

This text has white color on #A1AA97 background.