COLOR #AAAF7D

HEX: #AAAF7D
RGB: (170,175,125)

Color info

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

RGB color model

#AAAF7D color RGB value is (170,175,125).

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

RGB channels and saturation

R 170 of 255 = 67%
G 175 of 255 = 69%
B 125 of 255 = 49%

170
175
125

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

Portions of RGB colors in percentages

R + G + B =
170 + 175 + 125 = 470 (100%)
R 170 of 470 ~ 36.17%
G 175 of 470 ~ 37.23%
B 125 of 470 ~ 26.6%

%36.17
%37.23
%26.6

CMYK color model

#AAAF7D color CMYK value is (3,0,29,31).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 31.37%
CMYK:
(3,0,29,31)
C3M0Y29K31 
(3%,0%,29%,31%)
(0.03/0.00/0.29/0.31)	

CMYK percentages

%2.86
%0
%28.57
%31.37

Codes

Color #AAAF7D in popluar color models

AAAF7D
RGB170175125
HSL66°23.81%58.82%
HSB/HSV66°28.57%68.63%
CMYK2.86%0.00%28.57%
31.37%

Color #AAAF7D in popluar number systems.

HEXAAAF7D
Decimal170175125
Binary10101010101011111111101
Octal252257175

Shades and tints

Shades of #AAAF7D

#AAAF7D
(170,175,125)
#9BA072
(155,160,114)
#8C9167
(140,145,103)
#7D825C
(125,130,92)
#6E7351
(110,115,81)
#5F6446
(95,100,70)
#50553B
(80,85,59)
#414630
(65,70,48)
#323725
(50,55,37)
#23281A
(35,40,26)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #AAAF7D

#AAAF7D
(170,175,125)
#B1B688
(177,182,136)
#B8BD93
(184,189,147)
#BFC49E
(191,196,158)
#C6CBA9
(198,203,169)
#CDD2B4
(205,210,180)
#D4D9BF
(212,217,191)
#DBE0CA
(219,224,202)
#E2E7D5
(226,231,213)
#E9EEE0
(233,238,224)
#F0F5EB
(240,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAF7D; }

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

This text font color is #AAAF7D.


Background Color

.myBgColor { background-color: #AAAF7D; }

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

This div background color is #AAAF7D.


Border color

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

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

This div border color is #AAAF7D.


Opacity

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

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

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

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

This text has shadow with #AAAF7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAF7D on black background.


Color preview on white background

This text has color #AAAF7D on white background.



Black color preview on #AAAF7D background

This text has black color on #AAAF7D background.


White color preview on #AAAF7D background

This text has white color on #AAAF7D background.