COLOR #AAAF7F

HEX: #AAAF7F
RGB: (170,175,127)

Color info

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

RGB color model

#AAAF7F color RGB value is (170,175,127).

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

RGB channels and saturation

R 170 of 255 = 67%
G 175 of 255 = 69%
B 127 of 255 = 50%

170
175
127

R + G + B ~ 62%. #AAAF7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 175 + 127 = 472 (100%)
R 170 of 472 ~ 36.02%
G 175 of 472 ~ 37.08%
B 127 of 472 ~ 26.91%

%36.02
%37.08
%26.91

CMYK color model

#AAAF7F color CMYK value is (3,0,27,31).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 27.43%
  • key color value is 31.37%
CMYK:
(3,0,27,31)
C3M0Y27K31 
(3%,0%,27%,31%)
(0.03/0.00/0.27/0.31)	

CMYK percentages

%2.86
%0
%27.43
%31.37

Codes

Color #AAAF7F in popluar color models

AAAF7F
RGB170175127
HSL66°23.08%59.22%
HSB/HSV66°27.43%68.63%
CMYK2.86%0.00%27.43%
31.37%

Color #AAAF7F in popluar number systems.

HEXAAAF7F
Decimal170175127
Binary10101010101011111111111
Octal252257177

Shades and tints

Shades of #AAAF7F

#AAAF7F
(170,175,127)
#9BA074
(155,160,116)
#8C9169
(140,145,105)
#7D825E
(125,130,94)
#6E7353
(110,115,83)
#5F6448
(95,100,72)
#50553D
(80,85,61)
#414632
(65,70,50)
#323727
(50,55,39)
#23281C
(35,40,28)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #AAAF7F

#AAAF7F
(170,175,127)
#B1B68A
(177,182,138)
#B8BD95
(184,189,149)
#BFC4A0
(191,196,160)
#C6CBAB
(198,203,171)
#CDD2B6
(205,210,182)
#D4D9C1
(212,217,193)
#DBE0CC
(219,224,204)
#E2E7D7
(226,231,215)
#E9EEE2
(233,238,226)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAF7F; }

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

This text font color is #AAAF7F.


Background Color

.myBgColor { background-color: #AAAF7F; }

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

This div background color is #AAAF7F.


Border color

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

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

This div border color is #AAAF7F.


Opacity

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

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

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

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

This text has shadow with #AAAF7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAF7F on black background.


Color preview on white background

This text has color #AAAF7F on white background.



Black color preview on #AAAF7F background

This text has black color on #AAAF7F background.


White color preview on #AAAF7F background

This text has white color on #AAAF7F background.