COLOR #A1AA7B

HEX: #A1AA7B
RGB: (161,170,123)

Color info

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

RGB color model

#A1AA7B color RGB value is (161,170,123).

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

RGB channels and saturation

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

161
170
123

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

Portions of RGB colors in percentages

R + G + B =
161 + 170 + 123 = 454 (100%)
R 161 of 454 ~ 35.46%
G 170 of 454 ~ 37.44%
B 123 of 454 ~ 27.09%

%35.46
%37.44
%27.09

CMYK color model

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

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 27.65%
  • 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
%27.65
%33.33

Codes

Color #A1AA7B in popluar color models

A1AA7B
RGB161170123
HSL71°21.66%57.45%
HSB/HSV71°27.65%66.67%
CMYK5.29%0.00%27.65%
33.33%

Color #A1AA7B in popluar number systems.

HEXA1AA7B
Decimal161170123
Binary10100001101010101111011
Octal241252173

Shades and tints

Shades of #A1AA7B

#A1AA7B
(161,170,123)
#939B70
(147,155,112)
#858C65
(133,140,101)
#777D5A
(119,125,90)
#696E4F
(105,110,79)
#5B5F44
(91,95,68)
#4D5039
(77,80,57)
#3F412E
(63,65,46)
#313223
(49,50,35)
#232318
(35,35,24)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #A1AA7B

#A1AA7B
(161,170,123)
#A9B187
(169,177,135)
#B1B893
(177,184,147)
#B9BF9F
(185,191,159)
#C1C6AB
(193,198,171)
#C9CDB7
(201,205,183)
#D1D4C3
(209,212,195)
#D9DBCF
(217,219,207)
#E1E2DB
(225,226,219)
#E9E9E7
(233,233,231)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AA7B; }

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

This text font color is #A1AA7B.


Background Color

.myBgColor { background-color: #A1AA7B; }

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

This div background color is #A1AA7B.


Border color

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

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

This div border color is #A1AA7B.


Opacity

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

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

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

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

This text has shadow with #A1AA7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AA7B on black background.


Color preview on white background

This text has color #A1AA7B on white background.



Black color preview on #A1AA7B background

This text has black color on #A1AA7B background.


White color preview on #A1AA7B background

This text has white color on #A1AA7B background.